summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 14c3129eba24..62890b50d0c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=Pantomime
pkgname=pantomime
pkgrel=1
-pkgver=1.3.0
+pkgver=1.4.0
pkgdesc='Set of Objective-C classes that model a mail system.'
arch=('i686' 'x86_64' 'armv7h')
url='http://wiki.gnustep.org/index.php/GNUMail'
@@ -11,8 +11,8 @@ license=('GPL2')
groups=('gnustep-libs')
depends=('gnustep-base' 'gnustep-gui')
makedepends=('gcc-objc' 'gnustep-make')
-source=("http://download.savannah.nongnu.org/releases/gnustep-nonfsf/Pantomime-1.3.0.tar.gz")
-sha256sums=('935845b67ec4cf32596828091dc41f3599ca8870ab9085891c365be23094b910')
+source=("http://download.savannah.nongnu.org/releases/gnustep-nonfsf/$_pkgname-$pkgver.tar.gz")
+sha256sums=('90a58c71b75a655e75cfe0db3480b221639c3ebe5e0af279fd6eafb2941438f8')
build() {
cd "$_pkgname-$pkgver"