This commit is contained in:
Jack L. Frost 2016-05-24 12:17:29 +03:00
parent 08ce641a89
commit ae4124a85a
1 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# Contributor: Pierre Chapuis <catwell at archlinux dot us>
pkgname='mlmmj'
pkgver=1.2.19.0
pkgver=1.3.0a1
pkgrel=1
pkgdesc='Mailing-list manager'
depends=('sh')
@ -10,7 +10,6 @@ arch=('i686' 'x86_64')
url='http://mlmmj.org/'
license=('GPL')
source=("http://mlmmj.org/releases/$pkgname-$pkgver.tar.bz2")
sha256sums=('3bcd7f5a17234ef570836f043ea4aacfdaf47d542c4ad4cbe4b2293c3bdb3cde')
build() {
cd "$pkgname-$pkgver"
@ -22,3 +21,5 @@ package() {
cd "$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
}
sha1sums=('193d35a9a2d8f5927b21b5010a1fd78fe99cab9b')