summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriel-Andrew Pollo Guilbert2015-10-17 10:24:48 -0400
committerGabriel-Andrew Pollo Guilbert2015-10-17 10:24:48 -0400
commit90c9cb08c62e386dfe7a60a0d45d5335bffe2a2a (patch)
treea4de0dbe45b53db94260bd75efe41f59f6d39a62
parentb081c38190779b28c4a36e3d8e47c14553a475c1 (diff)
downloadaur-90c9cb08c62e386dfe7a60a0d45d5335bffe2a2a.tar.gz
Update download URL
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a319c42b8f22..06f8712d9749 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = lib32-oniguruma
arch = x86_64
license = BSD
depends = oniguruma
- source = http://www.geocities.jp/kosako3/oniguruma/archive/onig-5.9.6.tar.gz
+ source = https://github.com/kkos/oniguruma/releases/download/v5.9.6/onig-5.9.6.tar.gz
sha256sums = d5642010336a6f68b7f2e34b1f1cb14be333e4d95c2ac02b38c162caf44e47a7
pkgname = lib32-oniguruma
diff --git a/PKGBUILD b/PKGBUILD
index a82c1ee2151b..3499f817250b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('x86_64')
url='http://www.geocities.jp/kosako3/oniguruma/'
license=('BSD')
depends=('oniguruma')
-source=("http://www.geocities.jp/kosako3/oniguruma/archive/onig-${pkgver}.tar.gz")
+source=("https://github.com/kkos/oniguruma/releases/download/v5.9.6/onig-$pkgver.tar.gz")
sha256sums=('d5642010336a6f68b7f2e34b1f1cb14be333e4d95c2ac02b38c162caf44e47a7')
build() {