summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcyrozap2018-08-04 03:17:43 -0500
committercyrozap2018-08-04 03:17:43 -0500
commit8bf11ac5835cc2f8c35754161ae79d7323f67f51 (patch)
tree16ed500b8e1d8e0320a88cfd21c38f4e77344e8d
parent71e3866643af8fe837952df40b31d878c7792b62 (diff)
downloadaur-8bf11ac5835cc2f8c35754161ae79d7323f67f51.tar.gz
Skip integrity check for patch file
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1a4277d377d..93fde964bac1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,7 +17,7 @@ pkgbase = opengv-git
source = opengv::git+https://github.com/laurentkneip/opengv.git
source = https://github.com/laurentkneip/opengv/pull/61.patch
sha256sums = SKIP
- sha256sums = 75b2c4bffc77590a992c76079da32daa653096f144583a8296ed384dfda3006d
+ sha256sums = SKIP
pkgname = opengv-git
diff --git a/PKGBUILD b/PKGBUILD
index 9ae78e496d37..93c62e31eda8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ conflicts=("${pkgname%-git}")
source=("${pkgname%-git}::git+https://github.com/laurentkneip/opengv.git"
"https://github.com/laurentkneip/opengv/pull/61.patch")
sha256sums=('SKIP'
- '75b2c4bffc77590a992c76079da32daa653096f144583a8296ed384dfda3006d')
+ 'SKIP')
pkgver() {
cd "$srcdir/${pkgname%-git}"