summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorayekat2019-03-05 10:40:52 +0100
committerayekat2019-03-05 10:40:52 +0100
commit5a71ef58103a7c2737f3615fe314050747c73122 (patch)
treed288f40802144909592c9a92714d944d6309f77f
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.
-rw-r--r--PKGBUILD6
-rw-r--r--changelog3
2 files changed, 5 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() {
diff --git a/changelog b/changelog
index 23bed3025cb8..8b26a82d1582 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,6 @@
+v0.7.4-1 (2019-03-05)
+* repkg: Fix path related issues for remove-backup and rename-file
+
v0.7.3-1 (2018-09-24)
* Makefile: Fix PREFIX_… variable declarations - more