summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmytro Meleshko2022-09-18 23:30:49 +0200
committerDmytro Meleshko2022-09-18 23:30:49 +0200
commit0f0ba7d9cd1431a996602c85658163ba0a05523c (patch)
treea4d344615ded064a18655b12a702cdbd6e5f77ab
parent655888f0c6f26acbd950b55d0340a77af1b8e14d (diff)
downloadaur-0f0ba7d9cd1431a996602c85658163ba0a05523c.tar.gz
fixup! merge the python3 port package
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e34c61736e38..3e85acdd66f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,8 +10,8 @@ pkgbase = mirage
depends = python-gobject
depends = python-cairo
depends = libgexiv2
- conflicts = mirage
- replaces = mirage
+ conflicts = mirage-python3
+ replaces = mirage-python3
source = mirage-0.11.1.tar.bz2::https://gitlab.com/thomasross/mirage/-/archive/0.11.1/mirage-0.11.1.tar.bz2
source = mirage-0.11.1-1build4.debian.tar.xz::https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/mirage/0.11.1-1build4/mirage_0.11.1-1build4.debian.tar.xz
source = mirage.patch
diff --git a/PKGBUILD b/PKGBUILD
index 3c9682397964..760de896b1c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,8 +13,8 @@ pkgdesc="A fast and simple GTK+ Image Viewer"
arch=('any')
url="https://gitlab.com/thomasross/mirage"
license=('GPL3')
-replaces=("${pkgname}")
-conflicts=("${pkgname}")
+replaces=("${pkgname}-python3")
+conflicts=("${pkgname}-python3")
depends=('python' 'gtk3' 'python-gobject' 'python-cairo' 'libgexiv2')
source=("${pkgname}-${pkgver}.tar.bz2::https://gitlab.com/thomasross/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.bz2"
"${pkgname}-${pkgver}-${_debian_pkgrel}.debian.tar.xz::https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/${pkgname}/${pkgver}-${_debian_pkgrel}/${pkgname}_${pkgver}-${_debian_pkgrel}.debian.tar.xz"