summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwowario2020-11-25 17:37:55 +0300
committerwowario2020-11-25 17:37:55 +0300
commit082c42568e8c31567a81cdced43e20a4b642b145 (patch)
tree5ca01a075b0ca5e1640327689e7b6b310e62412d
parentc43324955add4c4004f55e3367456dd7446b7c53 (diff)
downloadaur-082c42568e8c31567a81cdced43e20a4b642b145.tar.gz
test repo
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f49465b18526..a5bb56a63c61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = monero-feather-git
pkgdesc = a free Monero desktop wallet
- pkgver = v0.1.0.0.eb8d150a9d
+ pkgver = v0.1.0.0.b756ba53d4
pkgrel = 1
url = https://featherwallet.org
arch = x86_64
@@ -25,7 +25,7 @@ pkgbase = monero-feather-git
depends = expat
depends = qt5-base
provides = monero-feather-git
- source = monero-feather-git::git+https://git.wownero.com/feather/feather
+ source = monero-feather-git::git+https://git.wownero.com/wowario/feather
sha256sums = SKIP
pkgname = monero-feather-git
diff --git a/PKGBUILD b/PKGBUILD
index a29bef15effc..31c201b9435a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase='monero-feather-git'
pkgname='monero-feather-git'
-pkgver='v0.1.0.0.eb8d150a9d'
+pkgver='v0.1.0.0.b756ba53d4'
pkgrel='1'
pkgdesc='a free Monero desktop wallet'
license=('BSD')
@@ -13,14 +13,12 @@ depends=('boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 'pcsclite' 'hida
makedepends=('git' 'cmake' 'boost')
provides=('monero-feather-git')
-source=("${pkgname}"::"git+https://git.wownero.com/feather/feather")
+source=("${pkgname}"::"git+https://git.wownero.com/wowario/feather")
sha256sums=('SKIP')
build() {
- cd "${srcdir}/${pkgname}/monero"
- git checkout 2fc0c6355d7f3756f9cc01f1165aeec42bc52201
- cd ..
+ cd "${srcdir}/${pkgname}"
mkdir build
cd build
cmake ..