summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Lezaeta Reyes2015-07-17 17:26:22 -0300
committerPablo Lezaeta Reyes2015-07-17 17:26:22 -0300
commit881033e93c7b601603fdc22f5c9575618d902789 (patch)
tree208702abe86c540bba306d13c7f40ba37f243f8a
parent90f1532d1995ce65d7d224cdd64f3b2332745deb (diff)
downloadaur-881033e93c7b601603fdc22f5c9575618d902789.tar.gz
add provides
Signed-off-by: Pablo Lezaeta Reyes <prflr88@gmail.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 9 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb138c9335a3..b69447659e06 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = shimmer-wallpapers
pkgdesc = Complementary wallpaper collection for the Shimmer Project Xfce themes
pkgver = 1.0
- pkgrel = 3
+ pkgrel = 4
url = http://shimmerproject.org
arch = any
groups = xfce-themes-shimmer-collection
@@ -11,6 +11,10 @@ pkgbase = shimmer-wallpapers
optdepends = xfce-theme-albatross: matching Shimmer Project Xfce theme, -git or stable
optdepends = xfce-theme-bluebird: matching Shimmer Project Xfce theme, -git or stablr
optdepends = xfce-theme-greybird: matching Shimmer Project Xfce theme, -git or stable
+ provides = shimmer-wallpapers-git
+ provides = shimmer-wallpapers
+ conflicts = shimmer-wallpapers-git
+ replaces = shimmer-wallpapers-git
source = Shimmer-Wallpapers::git://github.com/shimmerproject/Wallpapers.git#commit=ba134cbfa7130e88822f07b18c454a8791d504b8
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f63fe0eb6f3a..fdb9a65c8508 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,12 +9,15 @@ pkgname=shimmer-wallpapers
_pkgname=Wallpapers
_pkgnamelong="Shimmer-Wallpapers"
pkgver=1.0
-pkgrel=3
+pkgrel=4
pkgdesc="Complementary wallpaper collection for the Shimmer Project Xfce themes"
arch=("any")
url=http://shimmerproject.org
license=(CCPL:by-sa-3.0)
groups=("xfce-themes-shimmer-collection")
+replaces=("shimmer-wallpapers-git")
+conflicts=("shimmer-wallpapers-git")
+provides=("shimmer-wallpapers-git" "shimmer-wallpapers")
makedepends=("git")
optdepends=("elementary-xfce-icons: matching icon set, -git or stable"
"xfce-theme-albatross: matching Shimmer Project Xfce theme, -git or stable"