summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorosfans2017-05-17 18:28:22 +0800
committerosfans2017-05-17 18:28:22 +0800
commitf03a2783fcad8c12631f607328ba6dc70ffb930a (patch)
tree75c4b59c7b4ef710c690014a1e547d09150030b0
parent6871cf3d0b88ad281de34b62c53d7ff69cfe9148 (diff)
downloadaur-f03a2783fcad8c12631f607328ba6dc70ffb930a.tar.gz
fix x64 dll
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c966b9f7d3a..c61a1116ae07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue May 16 09:48:58 UTC 2017
+# Wed May 17 10:28:04 UTC 2017
pkgbase = mingw-w64-leveldb
pkgdesc = A fast and lightweight key/value database library (mingw-w64)
pkgver = 1.18
diff --git a/PKGBUILD b/PKGBUILD
index 0147834d0925..5b81c9dcdf0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -32,5 +32,6 @@ package() {
cp *.dll $pkgdir/usr/${_arch}/bin/
${_arch}-strip --strip-unneeded "$pkgdir"/usr/${_arch}/bin/*.dll
${_arch}-strip -g "$pkgdir"/usr/${_arch}/lib/*.a
+ git clean -fd
done
}