diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-08-04 14:31:40 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-08-04 14:36:43 -0400 |
commit | fb0c4a46ecfb1bd54e2b17ecbd433d6c69c62e03 (patch) | |
tree | 480ad03730b531f34a0fa5e0a33a9bdc046a4770 /libre/libretools | |
parent | 949229dadcbd5ba45c5671ceaa64a5fdeb10691e (diff) | |
download | abslibre-fb0c4a46ecfb1bd54e2b17ecbd433d6c69c62e03.tar.gz abslibre-fb0c4a46ecfb1bd54e2b17ecbd433d6c69c62e03.tar.bz2 abslibre-fb0c4a46ecfb1bd54e2b17ecbd433d6c69c62e03.zip |
libre/libretools: Conflict with xbs to make upgrades go smoothly
Diffstat (limited to 'libre/libretools')
-rw-r--r-- | libre/libretools/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libre/libretools/PKGBUILD b/libre/libretools/PKGBUILD index 52b68ae48..1ae509051 100644 --- a/libre/libretools/PKGBUILD +++ b/libre/libretools/PKGBUILD @@ -15,7 +15,7 @@ sha256sums=('3719e8f657cbaef9bbaf44a714c1524248c64dc0ce9c1621151f01250c694916' 'SKIP') validpgpkeys=('99195DD3BB6FE10A2F36ED8445698744D4FFBFC9') # Luke Shumaker -pkgrel=1 +pkgrel=2 arch=('any') makedepends=(ruby-ronn) checkdepends=( @@ -39,6 +39,7 @@ check() { package_librelib() { pkgdesc="The shell library portion of libretools" license=(GPL2) + conflicts=('xbs') optdepends=( 'libretools: for libreblacklist/blacklist.sh' 'wget: for libreblacklist/blacklist.sh' |