summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Johansson2018-12-14 21:34:18 +0100
committerPhilip Johansson2018-12-14 21:34:18 +0100
commitf4452af3bfb59ce80e22d073cda88f0bf6f9400d (patch)
tree707d6fa95d834dddcd4a4c9231f2db3b592d6e85
parent5ab03d7c360c6f9abb2db3ac3c7c56d3374aa4b9 (diff)
downloadaur-f4452af3bfb59ce80e22d073cda88f0bf6f9400d.tar.gz
fixed source
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aad602404160..4f55d3aecef9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: smlb <smlb at riseup dot net>
+# Maintainer: phi <phi at qgr dot se>
+# Contributor: smlb <smlb at riseup dot net>
pkgname=dockd
pkgver=1.21
@@ -9,7 +10,7 @@ url="https://github.com/libthinkpad/dockd"
license=('BSD')
depends=('libthinkpad' 'libxrandr')
makedepends=('cmake')
-source=("http://thinkpads.org/ftp/$pkgname/$pkgname-$pkgver.tar.gz")
+source=("https://libthinkpad.github.io/ftp/dockd/$pkgname-$pkgver.tar.gz")
md5sums=('67093aa2889fd140a6460ab7897087ac')
prepare () {