summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6252eb70a875..e66d9a3160f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mpack
pkgdesc = Utilities for encoding and decoding binaries files in MIME format mail messages
pkgver = 1.6
- pkgrel = 4
+ pkgrel = 5
url = http://ftp.andrew.cmu.edu/pub/mpack/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 31369b816ac1..1382df23b43c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
-# Maintainer: Christian Hesse <mail@eworm.de>
+# Maintainer: Ľubomír 'the-k' Kučera <lubomir.kucera.jr at gmail.com>
+# Contributor: Christian Hesse <mail@eworm.de>
# Contributor: Alexandre Possebom <alexandrepossebom@gmail.com>
pkgname=mpack
pkgver=1.6
-pkgrel=4
+pkgrel=5
pkgdesc='Utilities for encoding and decoding binaries files in MIME format mail messages'
arch=('i686' 'x86_64')
url='http://ftp.andrew.cmu.edu/pub/mpack/'
@@ -34,4 +35,3 @@ package() {
make DESTDIR=${pkgdir} install
}
-