summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2015-09-17 11:36:23 +0200
committerNarrat2015-09-17 11:36:23 +0200
commitca912a01246b2e9731fb8d457b3bbe10e3fc56df (patch)
treeb38f8cadfde9081b4063b52a77b71b727fb83c3d
parent2225711deddc181a71098e4a3a2797131c4ba9f3 (diff)
downloadaur-ca912a01246b2e9731fb8d457b3bbe10e3fc56df.tar.gz
resynthesizer: Add provides entry
So packages depending on gimp-plugin-resynthesizer will recognize the git package
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 593dba74e781..0ab1b4b4fe39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gimp-plugin-resynthesizer-git
pkgdesc = Suite of gimp plugins for texture synthesis (like heal-selection). Git-Version
pkgver = 2.0.r15.g462b0b7
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/bootchk/resynthesizer
arch = i686
arch = x86_64
@@ -9,6 +9,7 @@ pkgbase = gimp-plugin-resynthesizer-git
makedepends = git
makedepends = intltool
depends = gimp
+ provides = gimp-plugin-resynthesizer=2.0
conflicts = gimp-resynth
conflicts = gimp-resynth-git
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index 53402b85ffa6..3b8d2e74d728 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=resynthesizer
pkgname=gimp-plugin-$_pkgname-git
pkgver=2.0.r15.g462b0b7
-pkgrel=2
+pkgrel=3
pkgdesc="Suite of gimp plugins for texture synthesis (like heal-selection). Git-Version"
arch=('i686' 'x86_64')
url="https://github.com/bootchk/resynthesizer"
@@ -12,6 +12,7 @@ license=('GPL2')
depends=('gimp')
makedepends=('git' 'intltool')
conflicts=('gimp-resynth' 'gimp-resynth-git')
+provides=("${pkgname/-git/}=2.0")
options=('!emptydirs')
source=('git://github.com/bootchk/resynthesizer#branch=master')
md5sums=('SKIP')