summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Schöttl2020-09-13 19:34:59 +0200
committerJakob Schöttl2020-09-13 19:34:59 +0200
commit72f30ffa67ebc7a88ff51934c5e4f2c55c335345 (patch)
treead89b72beef66984fe9f793a5af01b424d7ca51a
parent9da5ef700ccce9731a2d691363feb9246c662900 (diff)
downloadaur-72f30ffa67ebc7a88ff51934c5e4f2c55c335345.tar.gz
Update with bugfix
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a1e9faebfd67..d116b52eb861 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: smlb <smlb at riseup dot net>
pkgname=dockd
-pkgver=1.21
+pkgver=1.3
pkgrel=1
pkgdesc="Lenovo ThinkPad Dock Management Daemon"
arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@ url="https://github.com/libthinkpad/dockd"
license=('BSD')
depends=('libthinkpad' 'libxrandr')
makedepends=('cmake')
-source=("https://libthinkpad.github.io/ftp/dockd/$pkgname-$pkgver.tar.gz")
-md5sums=('67093aa2889fd140a6460ab7897087ac')
+source=("https://github.com/libthinkpad/dockd/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
+md5sums=('38f09d34554154781c91d6f71d4e9812')
prepare() {
mkdir -p "$srcdir/$pkgname-$pkgver/etc"