diff options
author | Dmytro Meleshko | 2022-09-18 23:30:49 +0200 |
---|---|---|
committer | Dmytro Meleshko | 2022-09-18 23:30:49 +0200 |
commit | 0f0ba7d9cd1431a996602c85658163ba0a05523c (patch) | |
tree | a4d344615ded064a18655b12a702cdbd6e5f77ab | |
parent | 655888f0c6f26acbd950b55d0340a77af1b8e14d (diff) | |
download | aur-0f0ba7d9cd1431a996602c85658163ba0a05523c.tar.gz |
fixup! merge the python3 port package
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -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 @@ -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" |