summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f4e27b7e16d..31e7422e145d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = thunarx-python
pkgdesc = Thunarx Python Bindings
pkgver = 0.5.2
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://goodies.xfce.org/projects/bindings/thunarx-python
arch = i686
@@ -11,6 +11,7 @@ pkgbase = thunarx-python
license = GPL
depends = thunar>=1.7.0
depends = python-gobject
+ provides = python-thunarx=0.5.2
conflicts = python-thunarx
replaces = python-thunarx
source = https://archive.xfce.org/src/bindings/thunarx-python/0.5/thunarx-python-0.5.2.tar.bz2
diff --git a/PKGBUILD b/PKGBUILD
index f92616cfbbc8..0de321f41fab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,12 @@
pkgname=thunarx-python
epoch=1
pkgver=0.5.2
-pkgrel=1
+pkgrel=2
pkgdesc="Thunarx Python Bindings"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url='https://goodies.xfce.org/projects/bindings/thunarx-python'
depends=('thunar>=1.7.0' 'python-gobject')
+provides=("python-thunarx=${pkgver}")
conflicts=('python-thunarx')
replaces=('python-thunarx')
license=('GPL')