summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2021-01-08 21:41:50 -0500
committerVincent Grande2021-01-08 21:41:50 -0500
commit806b3d86694c93126f4c8130c752b10bfd3eb628 (patch)
treebc896fafe51c93acf5d1aa91eb4ec367f5c2ad94
parentf372d951afea65fe74882f1edb495ab74e43425f (diff)
downloadaur-806b3d86694c93126f4c8130c752b10bfd3eb628.tar.gz
fix
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b630c701a439..c74a78de19f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = libnsl-git
provides = libnsl
conflicts = libnsl
source = git+https://github.com/thkukuk/libnsl.git
+ md5sums = SKIP
pkgname = libnsl-git
diff --git a/PKGBUILD b/PKGBUILD
index 423f471d22a8..836f25ba2a42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ depends=(libtirpc)
provides=(libnsl)
conflicts=(libnsl)
source=("git+https://github.com/thkukuk/libnsl.git")
-#md5sums=('a7ab1d3e2a685edad1a55857bfccf318')
+md5sums=('SKIP')
pkgver() {
cd libnsl