summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc1d9923b2e2..24e8f2668fcf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,6 @@ pkgbase = pretty-php
makedepends = pandoc
depends = php
source = pretty-php::git+https://github.com/lkrms/pretty-php.git#tag=v0.4.64
- sha256sums = 40a6c2995714f6b48daf8a24a40dde87b74fe92b4c1d0a7b266091b1689685ef
+ sha256sums = SKIP
pkgname = pretty-php
diff --git a/PKGBUILD b/PKGBUILD
index 18a6693c685f..03b8c9c37a65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="https://github.com/lkrms/pretty-php"
depends=('php')
makedepends=('php-sodium' 'git' 'composer' 'pandoc')
source=("${pkgname}::git+https://github.com/lkrms/pretty-php.git#tag=v${pkgver}")
-sha256sums=('40a6c2995714f6b48daf8a24a40dde87b74fe92b4c1d0a7b266091b1689685ef')
+sha256sums=('SKIP')
prepare() {
cd "${srcdir}/${pkgname}"