summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorquest2019-12-07 00:04:03 -0800
committerquest2019-12-07 00:04:03 -0800
commit3d7aa773da961635a966608780a9e9f13931ab40 (patch)
tree6894222aa43bdcea3c8157e6ae60c86323c9e382 /PKGBUILD
parentea7ffa55a8051b8639858501b03e67bc53c2e0ad (diff)
downloadaur-3d7aa773da961635a966608780a9e9f13931ab40.tar.gz
Fix provides
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 666acc3b101d..f3ea2b6eb81b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=s
pkgver=0.5.14
-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"
license=('MIT')
makedepends=('go' 'git')
options=('!strip' '!emptydirs')
-provides=("s=${pkgver}")
+provides=("s")
source=("https://github.com/zquestz/${pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('c32eedf6a4080cbe221c902cf7f63b1668b3927edfc448d963d69ed66c8ec2fb')