summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Arms2024-05-17 18:20:52 +1000
committerLuke Arms2024-05-17 18:20:52 +1000
commita6f967bade8363d12c745e50a74c733e80687d89 (patch)
tree2c3b20d90a6a258c9f822b9a8b8bb3b88688fc38
parent4907722f43cea1a57755cc8229a1691a9963bc3e (diff)
downloadaur-a6f967bade8363d12c745e50a74c733e80687d89.tar.gz
Remove git repository checksum
-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}"