summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorayekat2019-05-12 17:43:15 +0200
committerayekat2019-05-12 17:43:15 +0200
commit1a6792ea307ae0d772083fa3ec364abd63fe9d45 (patch)
treefcc8fccd5038b64b06b5daa399f7b38afef022da /PKGBUILD
parent11bafd718e1ecebb118233d6b80784883fdb2051 (diff)
downloadaur-1a6792ea307ae0d772083fa3ec364abd63fe9d45.tar.gz
0.7.7-2: Add conflict with makemetapkg
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 6 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b225a0106d84..bc864d186d23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,18 @@
pkgname=remakepkg
pkgver=0.7.7
-pkgrel=1
+pkgrel=2
arch=(any)
pkgdesc='Apply changes to pacman packages'
url='https://gitlab.com/ayekat/pacman-hacks'
license=(GPL3)
+# Both are part of pacman-hacks. If you want both makemetapkg and remakepkg,
+# just install pacman-hacks:
+# https://gitlab.com/ayekat/PKGBUILDs/tree/pacman-hacks
+conflicts=(makemetapkg)
+
depends=(coreutils sed)
makedepends=(asciidoc git)