diff options
author | chrisjbillington | 2020-05-26 15:10:31 -0400 |
---|---|---|
committer | chrisjbillington | 2020-05-26 15:10:31 -0400 |
commit | 8ae9c30112747bf02a10f8cb83cdea41001081de (patch) | |
tree | 0c0de19cec4562572fed52ded3eead26f99420a7 | |
parent | 425e86e2c1360603e9bba650524073275aed2760 (diff) | |
download | aur-8ae9c30112747bf02a10f8cb83cdea41001081de.tar.gz |
optdepend python-caja from the AUR
-rw-r--r-- | .SRCINFO | 5 | ||||
-rw-r--r-- | PKGBUILD | 5 |
2 files changed, 4 insertions, 6 deletions
@@ -1,7 +1,7 @@ pkgbase = git-nautilus-icons-git pkgdesc = A Nautilus, Nemo, and Caja extension to overlay icons on files in git repositories pkgver = 1.1.3.r1.gdcf53a0 - pkgrel = 1 + pkgrel = 2 url = https://github.com/chrisjbillington/git-nautilus-icons arch = any license = BSD 2-Clause "Simplified" @@ -10,8 +10,7 @@ pkgbase = git-nautilus-icons-git depends = python-gobject optdepends = python-nautilus: nautilus support optdepends = python-nemo: nemo support - optdepends = python2-caja: caja support - optdepends = python2-gobject: caja support + optdepends = python-caja: caja support provides = git-nautilus-icons conflicts = git-nautilus-icons replaces = git-caja-icons-git @@ -3,7 +3,7 @@ pkgname=git-nautilus-icons-git _pkgname="${pkgname%-git}" pkgver=1.1.3.r1.gdcf53a0 -pkgrel=1 +pkgrel=2 pkgdesc="A Nautilus, Nemo, and Caja extension to overlay icons on files in git repositories" arch=('any') url="https://github.com/chrisjbillington/${_pkgname}" @@ -12,8 +12,7 @@ depends=('python-gobject') makedepends=('python-setuptools' 'python-setuptools-scm') optdepends=('python-nautilus: nautilus support' 'python-nemo: nemo support' - 'python2-caja: caja support' - 'python2-gobject: caja support') + 'python-caja: caja support') provides=("${_pkgname}") conflicts=("${_pkgname}") replaces=('git-caja-icons-git' |