summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNarrat2015-09-17 11:36:23 +0200
committerNarrat2015-09-17 11:36:23 +0200
commitca912a01246b2e9731fb8d457b3bbe10e3fc56df (patch)
treeb38f8cadfde9081b4063b52a77b71b727fb83c3d /PKGBUILD
parent2225711deddc181a71098e4a3a2797131c4ba9f3 (diff)
downloadaur-ca912a01246b2e9731fb8d457b3bbe10e3fc56df.tar.gz
resynthesizer: Add provides entry
So packages depending on gimp-plugin-resynthesizer will recognize the git package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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')