summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBezierQuadratic2022-08-19 00:48:49 +0200
committerBezierQuadratic2022-08-19 00:48:49 +0200
commit86673068e4dd56073d364c624ea7bf1ff82615da (patch)
tree6965b2deb6cacd885a51a6c00962ecf9984dd02c /PKGBUILD
parent7c69b94dcb35f9169076976dec0806eab217d53d (diff)
downloadaur-lbry-gtk.tar.gz
Conflicts with git version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1cbb0e1683cd..64848d5c5ed2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname=lbry-gtk
pkgver=0.7.2
-pkgrel=1
+pkgrel=2
pkgdesc='Native desktop LBRY client'
arch=('any')
url="https://codeberg.org/MorsMortium/${pkgname}"
license=('GPL-3.0')
depends=('python' 'python-appdirs' 'python-gobject' 'python-cairo' 'python-requests' 'python-pillow' 'python-markdown' 'gtk3' 'lbrynet' 'python-setproctitle')
provides=("${pkgname}")
+conflicts=('lbry-gtk-git')
makedepends=('git')
sha1sums=('a1a5638ed5ed581968a48d3cd72634894cdc7c4b')
source=("${pkgname}::${url}/archive/${pkgver}.tar.gz")