summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoeljunior2017-11-18 16:41:17 +0000
committerNoeljunior2017-11-18 16:41:17 +0000
commit606caf1e873bd25063cbfb5fdc35057247e1dfdb (patch)
tree97e92377e0ac355c727f203097a29c884f3cbcdb
parent63e5b1997e4ecc52bb024b2ac89c8358ac23a22f (diff)
downloadaur-606caf1e873bd25063cbfb5fdc35057247e1dfdb.tar.gz
the first
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42bff8330fde..726b4d48b154 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gtk-theme-arc-solid-git
- pkgdesc = A flat theme for GTK 3, GTK 2 and Gnome-Shell. With --disable-transparency build option. Latest commit from the master branch on Github.
- pkgver = 571.211dd7a
+ pkgdesc = A flat theme without transparent elements for GTK 3, GTK 2 and Gnome-Shell. Latest commit from the master branch on Github.
+ pkgver = 663.8290cb8
pkgrel = 1
url = https://github.com/horst3180/arc-theme
arch = any
@@ -8,8 +8,8 @@ pkgbase = gtk-theme-arc-solid-git
makedepends = git
depends = gtk3
depends = gtk-engine-murrine
- conflicts = gtk-theme-arc,
- conflicts = gtk-theme-arc-git
+ provides = arc-gtk-theme
+ conflicts = arc-gtk-theme
source = arc-theme::git+https://github.com/horst3180/arc-theme.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 5024baedd92e..4a95a17e7fc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
-# Maintainer: Gui||aume <michaudg[at]gmail[dot]com>
+# Maintainer: Noeljunior <liamgliam {at} gmail {dot} com>
# Contributor: zach <zach {at} zach-adams {dot} com>
+# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de
pkgname=gtk-theme-arc-solid-git
_pkgname=arc-theme
_pkgauthor=horst3180
-pkgver=571.211dd7a
+pkgver=663.8290cb8
pkgrel=1
-pkgdesc="A flat theme for GTK 3, GTK 2 and Gnome-Shell. With --disable-transparency build option. Latest commit from the master branch on Github."
+pkgdesc="A flat theme without transparent elements for GTK 3, GTK 2 and Gnome-Shell. Latest commit from the master branch on Github."
arch=('any')
url="https://github.com/horst3180/${_pkgname}"
license=('GPL3')
@@ -14,7 +15,8 @@ depends=('gtk3' 'gtk-engine-murrine')
makedepends=('git')
source=(${_pkgname}::"git+https://github.com/horst3180/${_pkgname}.git")
sha256sums=('SKIP')
-conflicts=('gtk-theme-arc', 'gtk-theme-arc-git')
+conflicts=('arc-gtk-theme')
+provides=('arc-gtk-theme')
pkgver() {
cd "${srcdir}/${_pkgname}"