summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorquest2023-07-16 16:51:08 -1000
committerquest2023-07-16 16:51:08 -1000
commit38eae17a3ce44dbc89708bf83e683d6c1650efd9 (patch)
treee5d33f9fda7b63de7d00694295aca484aa1921ee
parent0e7dff58ada7bef9cd640d2f8f69af38949fe109 (diff)
downloadaur-38eae17a3ce44dbc89708bf83e683d6c1650efd9.tar.gz
use correct pkgrel
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e7a3119b3ca..5fee9092bbcb 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 = 0
+ pkgrel = 1
url = http://github.com/zquestz/s
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index e74070c76552..d88d471c8c09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=s
pkgver=0.6.8
-pkgrel=0
+pkgrel=1
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"