summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48e7dff81172..a09702f4213b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = bchd
pkgdesc = BCHD is an alternative BCH implementation written in Go.
pkgver = 0.15.2
- pkgrel = 0
+ pkgrel = 1
url = http://github.com/gcash/bchd
arch = i686
arch = x86_64
license = MIT
makedepends = go
makedepends = git
- provides = s=0.15.2
+ provides = bchd=0.15.2
options = !strip
options = !emptydirs
source = https://github.com/gcash/bchd/archive/v0.15.2.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 031c298126c8..ee31987abbc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=bchd
pkgver=0.15.2
-pkgrel=0
+pkgrel=1
pkgdesc="BCHD is an alternative BCH implementation written in Go."
arch=('i686' 'x86_64')
url="http://github.com/gcash/bchd"
license=('MIT')
makedepends=('go' 'git')
options=('!strip' '!emptydirs')
-provides=("s=${pkgver}")
+provides=("${pkgname}=${pkgver}")
source=("https://github.com/gcash/${pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('9f627d611a732466cc504aae7b54830aa5f58c6421db66d914a8d68b471bd17b')