summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorquest2023-07-16 18:08:27 -1000
committerquest2023-07-16 18:08:27 -1000
commit62b64a8db50442a5b12da2f59078499a807223b3 (patch)
treee8a2ebcbfb7173f2dda204d7154cde49e963ea81
parent016f7391729fa2c57d9d294498649d3ccd3273fb (diff)
downloadaur-62b64a8db50442a5b12da2f59078499a807223b3.tar.gz
Use release hash
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b438b5f1aae..eaab0685c68c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = s
pkgdesc = Web search from the terminal. Supports over 50 providers including google, github, and stackoverflow.
pkgver = 0.6.8
- pkgrel = 2
+ pkgrel = 3
url = http://github.com/zquestz/s
arch = i686
arch = x86_64
@@ -12,6 +12,6 @@ pkgbase = s
options = !strip
options = !emptydirs
source = https://github.com/zquestz/s/archive/v0.6.8.tar.gz
- sha256sums = 4d4c3c3787665d866e25aab2b0efd97c1e36aa2f41d6a2638f0dd04ad5435af4
+ sha256sums = fe554cfcd7d30d11bc50a3f6da3301993f71e9d7546dc0815c1c1af2639e2b2f
pkgname = s
diff --git a/PKGBUILD b/PKGBUILD
index 1a282cc4dd40..969fee94ebfc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=s
pkgver=0.6.8
-pkgrel=2
+pkgrel=3
pkgdesc="Web search from the terminal. Supports over 50 providers including google, github, and stackoverflow."
arch=('i686' 'x86_64')
url="http://github.com/zquestz/s"
@@ -11,7 +11,7 @@ makedepends=('go' 'git')
options=('!strip' '!emptydirs')
provides=("s")
source=("https://github.com/zquestz/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('4d4c3c3787665d866e25aab2b0efd97c1e36aa2f41d6a2638f0dd04ad5435af4')
+sha256sums=('fe554cfcd7d30d11bc50a3f6da3301993f71e9d7546dc0815c1c1af2639e2b2f')
build() {
mkdir -p "${srcdir}/go/src/github.com/zquestz"