diff options
Diffstat (limited to 'libre/iceape')
-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 |