summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwowario2020-10-12 23:42:13 +0300
committerwowario2020-10-12 23:42:13 +0300
commitdbb2b50ee9e8db71bb63abda779dbf3331d5546f (patch)
tree3f62493b2f093b12406dd647f594ba33fc3f9096 /PKGBUILD
parent3694af45a9fa724ed5e55efa6ea1a65c420860e1 (diff)
downloadaur-dbb2b50ee9e8db71bb63abda779dbf3331d5546f.tar.gz
fix formating
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 1 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fe92a8122e19..11b089b2fcfa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase='monero-feather-git'
pkgname='monero-feather-git'
-pkgver='v0.1.0.0.8c8d6250d9'
+pkgver='v0.1.0.0.0790b30b5d'
pkgrel='1'
pkgdesc='a free Monero desktop wallet'
license=('BSD')
@@ -17,11 +17,6 @@ source=("${pkgname}"::"git+https://git.wownero.com/feather/feather")
sha256sums=('SKIP')
-pkgver() {
- cd "$srcdir/$pkgname"
- git describe --long --tags | sed 's/\([^-]*-\)g/r\1/;s/-/./g'
-}
-
build() {
cd "${srcdir}/${pkgname}"
mkdir build