summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29e8cbd4d95c..ba8fe34e88dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,12 +2,12 @@ pkgbase = sldr
pkgdesc = Super Light Async DNS Resolver
pkgver = 1.2
pkgrel = 1
- url = https://github.com/cesanta/sldr
+ url = https://github.com/CesiumComputer/sldr
arch = i686
arch = x86_64
license = GPL2
depends = glibc
- source = https://github.com/cesanta/sldr/archive/1.2.tar.gz
+ source = sldr-1.2.tar.gz::https://github.com/CesiumComputer/sldr/archive/1.2.tar.gz
sha1sums = 216950df11e0f600233e87aa9e7ca0a303637f60
pkgname = sldr
diff --git a/PKGBUILD b/PKGBUILD
index 47d69ee58c7a..2a673df99197 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgdesc='Super Light Async DNS Resolver'
arch=(i686 x86_64)
license=(GPL2)
depends=(glibc)
-url='https://github.com/cesanta/sldr'
-source=(https://github.com/cesanta/sldr/archive/$pkgver.tar.gz)
+url='https://github.com/CesiumComputer/sldr'
+source=(sldr-$pkgver.tar.gz::https://github.com/CesiumComputer/sldr/archive/$pkgver.tar.gz)
sha1sums=('216950df11e0f600233e87aa9e7ca0a303637f60')
build() {