summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Scarpino2020-01-03 12:28:26 +0100
committerAndrea Scarpino2020-01-03 12:28:26 +0100
commit6142fbc8823125d4a924da73d2d8575246605125 (patch)
tree5f363998bc1f514e9d7c9c7be50b44c70139a087
parent94bd7b1327ba0744c42fa2b6e8210a8476792fae (diff)
downloadaur-6142fbc8823125d4a924da73d2d8575246605125.tar.gz
Drop provides/conflicts
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ebca9ff3c76f..50bbfaa2b4c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Source: https://github.com/nicoulaj/archlinux-packages
pkgname=python2-cheetah
pkgver=2.4.4
-pkgrel=7
+pkgrel=8
pkgdesc="A Python-powered template engine and code generator"
arch=(x86_64)
url="http://www.cheetahtemplate.org"
@@ -13,8 +13,6 @@ license=(custom)
depends=(python2 python2-markdown)
makedepends=(python2-distribute)
optdepends=('python2-pygments: for the CodeHighlighter filter')
-provides=(cheetah python-cheetah)
-conflicts=(cheetah python-cheetah)
source=(https://pypi.python.org/packages/source/C/Cheetah/Cheetah-${pkgver}.tar.gz)
sha512sums=('11b8cbf7d71789d6ae83596b133ddbe0bf1ccf2bca4c59562e7cd1d9bb75fa9d3208c0021d7d77edafdb03fd399cf1a26c003267fbffb94f27bf4457b0f9234c')