summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorayekat2019-03-05 10:40:52 +0100
committerayekat2019-03-05 10:40:52 +0100
commit5a71ef58103a7c2737f3615fe314050747c73122 (patch)
treed288f40802144909592c9a92714d944d6309f77f /PKGBUILD
parentf622497ee02670c548e015e5be0a84941138f2f2 (diff)
downloadaur-5a71ef58103a7c2737f3615fe314050747c73122.tar.gz
0.7.4-1
Also remove the provides/conflicts, as they don't make any sense in this context of the AUR.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf9f299413e0..77049646801a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tinu Weber <http://ayekat.ch>
pkgname=remakepkg
-pkgver=0.7.3
+pkgver=0.7.4
pkgrel=1
arch=(any)
@@ -12,15 +12,13 @@ license=(GPL3)
depends=(coreutils)
makedepends=(asciidoc git)
-provides=(diffrepo getpkg pkgmirror remakepkg repkg)
-conflicts=(diffrepo getpkg pkgmirror remakepkg repkg)
-
changelog='changelog'
source=("git+https://gitlab.com/ayekat/pacman-hacks.git#tag=v$pkgver"
'diffrepo.hook.example')
sha256sums=(SKIP
4b723cf33b30f6176f8f50623c2325d05d5dc70463ca2bcd893fae2ccab5776e)
+
_tools='diffrepo getpkg pkgmirror remakepkg repkg'
build() {