summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Schwartz2018-03-06 04:06:54 +0000
committerEli Schwartz2018-03-06 04:06:54 +0000
commitb31221c834a4c8d1a539e11706f8e450945c10b7 (patch)
tree13b0c221a5e90884374e100bd0624cfa45548209
parent5e778c0520e83ec139fecaa8df04fc3297bec505 (diff)
downloadaur-b31221c834a4c8d1a539e11706f8e450945c10b7.tar.gz
Fix various packages failing to build from source due to broken source links.
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0225704a4755..09d6126d74d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,10 +10,11 @@ pkgrel=5
pkgdesc='Pinyin (Chinese) input method for the IBus framework'
arch=('x86_64')
license=('GPL')
-url='http://ibus.googlecode.com'
+source="https://github.com/phuang/ibus-pinyin/"
depends=('ibus' 'pyzy' 'lua51' 'python2-xdg')
makedepends=('intltool')
-source=("https://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
+source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/ibus/${pkgname}-${pkgver}.tar.gz")
+md5sums=('f7728b5b785fae58e2b4de8dfda45612')
build() {
cd ${pkgname}-${pkgver}
@@ -32,5 +33,3 @@ package() {
make NO_INDEX=true DESTDIR="${pkgdir}" install
}
-
-md5sums=('f7728b5b785fae58e2b4de8dfda45612')