summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjahway6032024-04-30 16:21:01 -0400
committerjahway6032024-04-30 16:21:01 -0400
commitca6a03941fdb639a9e5dd1423386dc35ef567f82 (patch)
treeb7d42837fadc77b7597504f5eb5dd2dd9ef5ad30
parent080d69788c06d7312bec98cdfda42250f5270d9e (diff)
downloadaur-ca6a03941fdb639a9e5dd1423386dc35ef567f82.tar.gz
wowlet-bin: minor PKGBUILD changes
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c1f59f8ab78..48a8de487aa3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
pkgbase = wowlet-bin
pkgdesc = A free Wownero desktop wallet
pkgver = 4.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://git.wownero.com
arch = x86_64
license = custom
+ provides = wowlet
+ conflicts = wowlet
source = wowlet-v4.1.0-x86_64-linux.zip::https://git.wownero.com/attachments/5422f119-6fc2-4123-85de-0acc84421aba
sha512sums = be21d0a8a02481cebcc516190eaace004d4c39a48be892868f55dc1a675861cb8c00c3fbf08b2a5c31ae15cea36fed92b252e1aec087cf2b9c3fb0f5a8df7184
diff --git a/PKGBUILD b/PKGBUILD
index 5fcbb7c3fa81..ef2dbc7d6ba1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,13 @@
pkgname=wowlet-bin
_pkg=wowlet
pkgver=4.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="A free Wownero desktop wallet"
url="https://git.wownero.com"
arch=('x86_64')
license=('custom')
+provides=("${_pkg}")
+conflicts=("${_pkg}")
source=("$_pkg-v$pkgver-$arch-linux.zip::$url/attachments/5422f119-6fc2-4123-85de-0acc84421aba")
sha512sums=('be21d0a8a02481cebcc516190eaace004d4c39a48be892868f55dc1a675861cb8c00c3fbf08b2a5c31ae15cea36fed92b252e1aec087cf2b9c3fb0f5a8df7184')