summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorConnor Behan2021-11-07 18:46:52 +0000
committerConnor Behan2021-11-07 18:46:52 +0000
commit659497efba0235a8b4b7cc2d421bee184326de72 (patch)
tree275ae9509c54ea9fb7e33d8ab74a1eb5a196f936
parentc8b727d763127a20d819273224a65558eb6b91f8 (diff)
downloadaur-instantbird.tar.gz
Switch to archive URL
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 097351060887..4b252fd9549a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = instantbird
pkgdesc = Instant messenger using libpurple and xulrunner
pkgver = 1.5
- pkgrel = 1
+ pkgrel = 2
url = http://instantbird.com
arch = i686
arch = x86_64
@@ -21,7 +21,7 @@ pkgbase = instantbird
depends = xulrunner<26.0
options = !buildflags
options = staticlibs
- source = http://instantbird.com/downloads/1.5/instantbird-1.5.src.tgz
+ source = https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/instantbird/instantbird-1.5.src.tgz
source = nss.patch
source = libxul-fixes.patch
source = shared-libs.patch
diff --git a/PKGBUILD b/PKGBUILD
index 5eca99a774a8..994e83ff0774 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=instantbird
pkgver=1.5
-pkgrel=1
+pkgrel=2
pkgdesc="Instant messenger using libpurple and xulrunner"
arch=('i686' 'x86_64')
license=('MPL' 'GPL' 'LGPL')
url="http://instantbird.com"
depends=('xulrunner<26.0')
makedepends=('unzip' 'zip' 'pkg-config' 'diffutils' 'python2' 'wireless_tools' 'yasm' 'libidl2' 'mesa' 'autoconf2.13')
-source=(http://instantbird.com/downloads/${pkgver}/${pkgname}-${pkgver}.src.tgz nss.patch libxul-fixes.patch shared-libs.patch mozconfig ${pkgname}.desktop)
+source=(https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${pkgname}/${pkgname}-${pkgver}.src.tgz nss.patch libxul-fixes.patch shared-libs.patch mozconfig ${pkgname}.desktop)
options=('!buildflags' 'staticlibs')
_xulnum=`ls /usr/lib | grep -m1 xulrunner-devel | sed -e 's/.*-//'`