summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorayekat2018-09-18 16:48:52 +0200
committerayekat2018-09-18 16:48:52 +0200
commit9b95865a27ff5e486bb90794669abac521aaf2d2 (patch)
tree54914d6dcfd33b0308e885c900fdc191da2ee777
parentc3fe6aa5be94bfeb6778fb290a634d1295fe7a5a (diff)
downloadaur-9b95865a27ff5e486bb90794669abac521aaf2d2.tar.gz
0.7-1
Add missing entry for changelog to PKGBUILD, adapt changelog to only contain entries for remakepkg-relevant changes.
-rw-r--r--PKGBUILD4
-rw-r--r--changelog6
2 files changed, 9 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8246ba2854cf..ad36cbd73cbb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tinu Weber <http://ayekat.ch>
pkgname=remakepkg
-pkgver=0.6.5
+pkgver=0.7
pkgrel=1
arch=(any)
@@ -12,6 +12,8 @@ license=(GPL3)
depends=(coreutils)
makedepends=(asciidoc git)
+changelog='changelog'
+
source=("git+https://gitlab.com/ayekat/pacman-hacks.git#tag=v$pkgver"
'diffrepo.hook.example')
sha256sums=(SKIP
diff --git a/changelog b/changelog
index 47eae1445095..d3a7664d1eba 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,9 @@
+v0.7-1 (2018-09-18)
+* Split from pacman-hacks PKGBUILD, only package remakepkg + required scripts
+* repkg: Automatically add provision for old package version/release
+* repkg: Properly handle versioned depends/conflicts/provides/replaces
+* Bug fixes as in v0.6.1, v0.6.2, v0.6.3, v0.6.4 and v0.6.5
+
v0.6.5-3 (2018-08-27)
* pacman-hacks-build: Add versioned dependency on pacman-hacks
* Add provides and conflicts for all included scripts