summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2015-11-14 13:34:24 +0100
committerGordian Edenhofer2015-11-14 13:34:24 +0100
commita2bf809fab5fc0d079b6e71a4268c7b5d5fb7500 (patch)
tree1155c05ac8aafcf2171dd7b950ab41464d2b5da4
parent03656035aa828c7d1b0ac74ba5f6bc552b618331 (diff)
downloadaur-a2bf809fab5fc0d079b6e71a4268c7b5d5fb7500.tar.gz
Update pkgver + add non-git to conflicts
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b742464c1b2c..e9a805ecb4a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by makepkg 4.2.1
-# Sat May 23 12:03:52 UTC 2015
pkgbase = gtk-theme-iris-dark-git
pkgdesc = A flat theme that uses varying shades and tones to create distinction and a modern experience. It supports Gtk 3.10, Gtk 3.12 and Gtk 2 (using the Murrine engine).
- pkgver = 76.492869a
+ pkgver = 89.504f7f9
pkgrel = 1
url = http://thevirtualdragon.deviantart.com/art/Iris-Dark-Gtk-Theme-v1-9-429628194
changelog = CHANGELOG
@@ -12,6 +10,7 @@ pkgbase = gtk-theme-iris-dark-git
depends = gtk3
depends = gtk-engine-murrine
provides = gtk-theme-iris-dark
+ conflicts = gtk-theme-iris-dark
source = iris-dark::git+https://github.com/xyl0n/iris.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 348b1b0e07a2..b9f9278782da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=gtk-theme-iris-dark-git
_pkgname=iris-dark
-pkgver=87.218aaba
+pkgver=89.504f7f9
pkgrel=1
pkgdesc="A flat theme that uses varying shades and tones to create distinction and a modern experience. It supports Gtk 3.10, Gtk 3.12 and Gtk 2 (using the Murrine engine)."
arch=('any')
@@ -13,6 +13,7 @@ license=('GPL3')
depends=('gtk3' 'gtk-engine-murrine')
makedepends=('git')
provides=('gtk-theme-iris-dark')
+conflicts=('gtk-theme-iris-dark')
changelog=('CHANGELOG')
source=(${_pkgname}::'git+https://github.com/xyl0n/iris.git')
sha256sums=('SKIP')