summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorflamion2021-06-03 20:28:11 +0200
committerflamion2021-06-03 20:28:11 +0200
commit14b14fd02e63d1a6e8f7f9c767c8b8bafb028884 (patch)
treecedb99b14f70aff34f29bd9cf79766a573a794a2 /PKGBUILD
parent4a2346f901212d172e8425e38d7c4b3c0e888778 (diff)
downloadaur-14b14fd02e63d1a6e8f7f9c767c8b8bafb028884.tar.gz
fixed PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aa536032d333..2ee5689b2b91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=banano-vanity
pkgver=1.41
-pkgrel=2
+pkgrel=1
pkgdesc="A vanity address generator for banano cryptocurrency"
arch=('x86_64')
source=("git+https://github.com/flammenderdrache/banano-vanity.git")
@@ -25,6 +25,6 @@ check() {
package() {
cd "${srcdir}/${pkgname}"
- install -Dm 755 "target/release/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
+ install -Dm 755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
}