summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwowario2021-01-02 11:51:15 +0300
committerwowario2021-01-02 11:51:15 +0300
commitc42ec9ca9213c1319cf1b0c945f4dbe26427cfc0 (patch)
tree27a20fca57d6013c5d9cad1cd19233d32fd4d62f
parent95b362dcc8d27e3391987131d3d07226a0dca309 (diff)
downloadaur-c42ec9ca9213c1319cf1b0c945f4dbe26427cfc0.tar.gz
bump version
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 2 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 139f73223108..ac5c3f21521e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = monero-feather-git
pkgdesc = a free Monero desktop wallet
- pkgver = 0.3.0.94a53abb00
+ pkgver = 0.3.0.c2ec2c5dc9
pkgrel = 1
url = https://featherwallet.org
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 6db73d0869ca..af3d151dbeaf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: wowario <wowario[at]protonmail[dot]com>
pkgname='monero-feather-git'
-pkgver=0.3.0.94a53abb00
+pkgver=0.3.0.c2ec2c5dc9
pkgrel=1
pkgdesc='a free Monero desktop wallet'
license=('BSD')
@@ -15,11 +15,6 @@ source=("${pkgname}"::"git+https://git.wownero.com/feather/feather")
sha256sums=('SKIP')
-pkgver() {
- cd "${srcdir}/${pkgname}"
- printf "%s.%s" "$(git describe --tags --abbrev=0)" "$(git rev-parse --short=9 HEAD)"
-}
-
build() {
cd "${srcdir}/${pkgname}"
git submodule update --init --recursive