summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2018-08-27 21:54:44 +0200
committerPhilip Goto2018-08-27 21:54:44 +0200
commit316782df14b19bcee20b047a6557522fc73dcb81 (patch)
tree38e961937aa04a78aede41cc01e352619207010e
parente85336f53873e4e336820870770e8f096fe3f62f (diff)
downloadaur-316782df14b19bcee20b047a6557522fc73dcb81.tar.gz
Remove single quotes
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e2af65d4479a..bf00d3a906b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ makedepends=(git
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("git+https://github.com/haecker-felix/Fragments.git")
-md5sums=('SKIP')
+md5sums=(SKIP)
prepare() {
cd Fragments