summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorayekat2018-09-19 10:19:56 +0200
committerayekat2018-09-19 10:19:56 +0200
commit230cf1ef3a9b0873f885d5a8e7885f21d3da337f (patch)
tree02fc761469847498636d61290d58d54ed8825221
parent80f079bb6e1899ee42132fcc917f1b448ae1531a (diff)
downloadaur-230cf1ef3a9b0873f885d5a8e7885f21d3da337f.tar.gz
0.7-2
Add provides and conflicts for provided scripts. Useful if you're also using the pacman-hacks package directly.
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD5
-rw-r--r--changelog3
3 files changed, 18 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c6ff6257ebe..37f158080f0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = remakepkg
pkgdesc = Apply changes to pacman packages
pkgver = 0.7.1
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/ayekat/pacman-hacks
changelog = changelog
arch = any
@@ -9,6 +9,16 @@ pkgbase = remakepkg
makedepends = asciidoc
makedepends = git
depends = coreutils
+ provides = diffrepo
+ provides = getpkg
+ provides = pkgmirror
+ provides = remakepkg
+ provides = repkg
+ conflicts = diffrepo
+ conflicts = getpkg
+ conflicts = pkgmirror
+ conflicts = remakepkg
+ conflicts = repkg
source = git+https://gitlab.com/ayekat/pacman-hacks.git#tag=v0.7.1
source = diffrepo.hook.example
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9ce7da6b2dca..0f3bddf671c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=remakepkg
pkgver=0.7.1
-pkgrel=1
+pkgrel=2
arch=(any)
pkgdesc='Apply changes to pacman packages'
@@ -12,6 +12,9 @@ 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"
diff --git a/changelog b/changelog
index 70de8a42e54f..c5ed48806b7f 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,6 @@
+v0.7.1-1 (2018-09-19)
+* PKGBUILD: Add provides and conflicts for provided scripts
+
v0.7.1-1 (2018-09-18)
* repkg: Properly handle *non*-versioned depends/conflicts/provides/replaces