summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b3666b8f848..8d023ef81381 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = xdelta
depends = glib
depends = zlib
options = !libtool
- source = http://download.openpkg.org/components/cache/xdelta/xdelta-1.1.4.tar.gz
+ source = https://github.com/bbidulock/xdelta/releases/download/1.1.4/xdelta-1.1.4.tar.gz
source = xdelta-1.1.4-aclocal.patch
sha256sums = 345503b60432812840991ea1d79cb10db5f34bfaba9499bd0e7d5c57ac5d5c6d
sha256sums = 8a3e06cfef18ed4e976daecab0e4ebdea20dd849136ef919787f4444b8f89f2d
diff --git a/PKGBUILD b/PKGBUILD
index d1df66b4adba..889be438a5e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,8 @@ license=('GPL')
depends=('glib' 'zlib')
options=('!libtool')
#source=("http://xdelta.googlecode.com/files/$pkgname-$pkgver.tar.gz")
-source=("http://download.openpkg.org/components/cache/$pkgname/$pkgname-$pkgver.tar.gz"
+#source=("http://download.openpkg.org/components/cache/$pkgname/$pkgname-$pkgver.tar.gz")
+source=("https://github.com/bbidulock/xdelta/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"
'xdelta-1.1.4-aclocal.patch')
sha256sums=('345503b60432812840991ea1d79cb10db5f34bfaba9499bd0e7d5c57ac5d5c6d'
'8a3e06cfef18ed4e976daecab0e4ebdea20dd849136ef919787f4444b8f89f2d')