summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Hummel2023-12-21 08:50:35 -0700
committerDavid Hummel2023-12-21 08:50:35 -0700
commite9c28b1a3cd3af1448563e52ff7f83834098dcad (patch)
tree6d161ec3c5629f1c449d5b08c2f8807afb949d82 /PKGBUILD
parent3d236481eba9a261dedde5b392dd9fdf59a5336e (diff)
downloadaur-e9c28b1a3cd3af1448563e52ff7f83834098dcad.tar.gz
Add missing conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f6f640e6a9ed..4d84fab9acb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -32,6 +32,7 @@ check() {
}
package_mod_tile() {
+ conflicts=('mod_tile')
depends=('apache' 'apr' 'cairo' 'curl' 'glib2')
install="${pkgname}.install"
pkgdesc='An Apache 2 module to deliver map tiles'
@@ -52,6 +53,7 @@ package_mod_tile() {
}
package_renderd() {
+ conflicts=('renderd')
backup=('etc/renderd.conf')
depends=('cairo' 'curl' 'glib2' 'iniparser' 'mapnik')
pkgdesc='A daemon that renders map tiles using mapnik'