summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2016-01-28 19:55:11 +0100
committerNarrat2016-01-28 19:55:11 +0100
commitabb2ac1513fc6f5c910b3a0584f62337d33fea5b (patch)
treeaee7264a1ed0549e14da09c5778b70d33f6c85db
parentab78a87abe5a457b1bcf9f23074a1e2a502bb3f4 (diff)
downloadaur-abb2ac1513fc6f5c910b3a0584f62337d33fea5b.tar.gz
Sylpheed: Replace value with var
Else on Minor number bumps it fails if this isn't adjusted by hand
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf0a2a97d16b..d8783a07028c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Jan 28 18:53:08 UTC 2016
+# Thu Jan 28 18:55:11 UTC 2016
pkgbase = sylpheed-lite
pkgdesc = Lightweight in lightweight and user-friendly e-mail client
pkgver = 3.5.0
diff --git a/PKGBUILD b/PKGBUILD
index 441cd2e42f0c..1ff5ede3ede3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,8 +14,8 @@ makedepends=('openssl')
options=('!libtool')
conflicts=('sylpheed')
install="$pkgname.install"
-source=("http://sylpheed.sraoss.jp/$_pkgname/v3.5/$_pkgname-$pkgver.tar.gz"
- "http://sylpheed.sraoss.jp/$_pkgname/v3.5/$_pkgname-$pkgver.tar.gz.asc")
+source=("http://sylpheed.sraoss.jp/$_pkgname/v${pkgver%.*}/$_pkgname-$pkgver.tar.gz"
+ "http://sylpheed.sraoss.jp/$_pkgname/v${pkgver%.*}/$_pkgname-$pkgver.tar.gz.asc")
validpgpkeys=('8CF3A5AC417ADE72B0AA4A835024337CC00C2E26') # Hiroyuki Yamamoto
sha256sums=('75bcc631eb6a7c8c46fb3f5cd18d509e794a7974302d5e5bd3950599e7686983'
'SKIP')