diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-03-16 04:42:07 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-03-16 04:42:07 -0300 |
commit | d41e36ac7a9f6a23a483c5df93f134335b710a96 (patch) | |
tree | 22b5c4514b2821bfe29be78e6f53b94700b9210a /libre/iceape/PKGBUILD | |
parent | e25b044f8d5575952bc6c1a601468d6591885f99 (diff) | |
download | abslibre-d41e36ac7a9f6a23a483c5df93f134335b710a96.tar.gz abslibre-d41e36ac7a9f6a23a483c5df93f134335b710a96.tar.bz2 abslibre-d41e36ac7a9f6a23a483c5df93f134335b710a96.zip |
iceape: minor fix
Diffstat (limited to 'libre/iceape/PKGBUILD')
-rw-r--r-- | libre/iceape/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libre/iceape/PKGBUILD b/libre/iceape/PKGBUILD index 12f78cbdc..0703d0687 100644 --- a/libre/iceape/PKGBUILD +++ b/libre/iceape/PKGBUILD @@ -5,8 +5,9 @@ _pkgname=seamonkey pkgname=iceape epoch=1 -pkgver=2.39 +_brandingver=2.39 _brandingrel=3 +pkgver=2.39 pkgrel=1 pkgdesc="A libre version of Debian Iceape, the internet suite based on SeaMonkey." arch=(i686 x86_64) @@ -23,8 +24,8 @@ provides=("$_pkgname") install=$pkgname.install url="https://wiki.parabola.nu/$pkgname" source=("https://archive.mozilla.org/pub/mozilla.org/$_pkgname/releases/$pkgver/source/$_pkgname-$pkgver.source.tar.xz" - "https://repo.parabola.nu/other/$pkgname/${pkgname}_$pkgver-$_brandingrel.branding.tar.xz" - "https://repo.parabola.nu/other/$pkgname/${pkgname}_$pkgver-$_brandingrel.branding.tar.xz.sig" + "https://repo.parabola.nu/other/$pkgname/${pkgname}_$_brandingver-$_brandingrel.branding.tar.xz" + "https://repo.parabola.nu/other/$pkgname/${pkgname}_$_brandingver-$_brandingrel.branding.tar.xz.sig" mozconfig $pkgname.desktop $pkgname-2.0-lang.patch |