summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsmlb2017-11-23 13:21:58 +0100
committersmlb2017-11-23 13:21:58 +0100
commit2deece9682fad9a72071974ac7057278a6eae612 (patch)
tree32c7e97dba1f1755d1915032963a2bf5c882cd9c
parent1fa45e740e15b75a26abf06d0b99eef4de1de61c (diff)
downloadaur-2deece9682fad9a72071974ac7057278a6eae612.tar.gz
md5 fix
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a891ee97b8e4..baa0ecd565b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ depends=('libsystemd')
makedepends=('cmake' 'git' 'pkg-config')
options=('!strip')
source=("git://github.com/libthinkpad/libthinkpad")
-md5sums=('da6791c1880e73a43879023c1d7770a3')
+md5sums=('SKIP')
_gitname=libthinkpad
@@ -30,4 +30,3 @@ package() {
cd "$srcdir/$_gitname"
make DESTDIR=$pkgdir install
}
-md5sums=('SKIP')