summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2022-08-21 23:00:42 +0200
committerpiotr2022-08-21 23:00:42 +0200
commit7b5af1f7242219946b91c2f7ee31996e5371831c (patch)
treecea32e57308237aa4dfe328295fe28a3d129abfc
parentb4cef79dc348bbb29a01f64f0ed97cd8480c612b (diff)
downloadaur-7b5af1f7242219946b91c2f7ee31996e5371831c.tar.gz
resolve conflicting packages
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d56b6a2454e1..8a4868b7b715 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nwg-icon-picker
pkgdesc = GTK icon chooser with textual search
pkgver = 0.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/nwg-piotr/nwg-icon-picker
arch = x86_64
license = MIT
@@ -9,6 +9,9 @@ pkgbase = nwg-icon-picker
depends = python
depends = python-gobject
depends = gtk3
+ provides = nwg-icon-picker
+ conflicts = nwg-icon-picker
+ conflicts = nwg-icon-picker-git
source = nwg-icon-picker-0.0.1.tar.gz::https://github.com/nwg-piotr/nwg-icon-picker/archive/v0.0.1.tar.gz
md5sums = 7ed0b75ea5ad18ec1f69acf62e75e28c
diff --git a/PKGBUILD b/PKGBUILD
index bdebd6473024..6cbf78f7d209 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,13 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-icon-picker')
pkgver=0.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="GTK icon chooser with textual search"
arch=('x86_64')
url="https://github.com/nwg-piotr/nwg-icon-picker"
license=('MIT')
+provides=('nwg-icon-picker')
+conflicts=('nwg-icon-picker' 'nwg-icon-picker-git')
depends=('python' 'python-gobject' 'gtk3')
makedepends=('python-setuptools')
source=("$pkgname-$pkgver.tar.gz::https://github.com/nwg-piotr/nwg-icon-picker/archive/v"$pkgver".tar.gz")