summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarc Cousin2020-08-21 10:01:20 +0200
committerMarc Cousin2020-08-21 10:01:20 +0200
commit7c1f6a996f5bd2625f77b74c87594fe5bdfcff57 (patch)
tree4b7c776254041b49b45f90f7e2af9d9750d8d821 /PKGBUILD
parentfb9e47ed10137a3a99618e57b910eb899202e516 (diff)
downloadaur-python-pglast-git.tar.gz
Fix error on leftover checksum
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7b1d0ed00348..2846e4298078 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ license=('GPL3')
options=('!emptydirs')
source=('git+https://github.com/lelit/pglast.git#branch=v2')
md5sums=('SKIP'
- 'b20f4566d377186322eae5d1ab451495')
+ )
prepare() {
cd $srcdir/pglast
git submodule init