summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSP2015-09-25 20:49:18 +0000
committerSP2015-09-25 20:49:18 +0000
commit75f122f605f0d028865e28575c985675c242a711 (patch)
tree54b0010bc023dbb23eb163a102da52591616558a
parent8b6f10e6f4286a553807b4587dad9824ee5eb061 (diff)
downloadaur-75f122f605f0d028865e28575c985675c242a711.tar.gz
SKIP value for checksums
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b70e09e5b6a0..98e518ebeeca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = portal
optdepends = yamado
provides = portal
source = git+https://github.com/orbifx/portal.git
- sha512sums = skip
+ sha512sums = SKIP
pkgname = portal
diff --git a/PKGBUILD b/PKGBUILD
index 06fad0e7ec80..b39d5daf8251 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ install=
changelog=
source=("git+https://github.com/orbifx/portal.git")
noextract=()
-sha512sums=(skip) #autofill using updpkgsums
+sha512sums=('SKIP') #autofill using updpkgsums
build() {
# cd "$pkgname-$pkgver"