summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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)