summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRagnar Laud2023-11-18 03:16:20 +0200
committerRagnar Laud2023-11-18 03:16:37 +0200
commit1951fad56ef15785d01dc2e1d8c513d93bdaf9a1 (patch)
tree90f6fcd87f65bbd0ec4c12a4e661873fdc0f2496
parent7133b951b1cecca56ee119a4c58edef097466466 (diff)
downloadaur-1951fad56ef15785d01dc2e1d8c513d93bdaf9a1.tar.gz
Update sha256sum
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 747b719a02c3..d9ce19731fb6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,6 @@ pkgbase = go-pdirs
provides = go-pdirs
conflicts = go-pdirs-git
source = https://github.com/xprnio/go-pdirs/archive/v0.1.1.tar.gz
- sha256sums = 399d3da30aaaa154eb186c66c827397ad4e439b8871592cc82794e0dfd8df1e6
+ sha256sums = 7aaea62e7a6bb8b46ce1c0e75c76ef083198d314545c4c93ef5dead5fe1b08cd
pkgname = go-pdirs
diff --git a/PKGBUILD b/PKGBUILD
index 92f666f4dad6..069c26cb2d94 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Ragnar Laud <ragnar.laud@hotmail.com>
pkgname=go-pdirs
-pkgrel=1
+pkgrel=2
pkgver=0.1.1
pkgdesc="Project directory resolver"
arch=(x86_64)
@@ -12,7 +12,7 @@ provides=($pkgname)
conflicts=($pkgname-git)
source=("https://github.com/xprnio/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('399d3da30aaaa154eb186c66c827397ad4e439b8871592cc82794e0dfd8df1e6')
+sha256sums=('7aaea62e7a6bb8b46ce1c0e75c76ef083198d314545c4c93ef5dead5fe1b08cd')
build() {
cd $pkgname-$pkgver