summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororumin2016-05-14 13:24:57 +0900
committerorumin2016-05-14 13:24:57 +0900
commit37c0f5ff21348ffa706997cd1841dc63cfe7895b (patch)
tree6e9dfd72009ed618b47f9798c694e3e74be36268
parent3dfd3245470a458c462fbf91ae434d27253d2b42 (diff)
downloadaur-37c0f5ff21348ffa706997cd1841dc63cfe7895b.tar.gz
correct typo
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8e666fa91c4..9119e45acc97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Sat May 14 04:23:27 UTC 2016
+# Sat May 14 04:24:49 UTC 2016
pkgbase = osx-el-capitan-theme-git
pkgdesc = Theme mimics OS X 10.11 El Capitan for GTK3 and some DEs (GNOME Shell, Xfce, Cinnamon)
pkgver = v0.7.r0.g9bf29e5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Elbullazul/OS-X-El-Capitan
arch = any
license = GPL3
makedepends = git
depends = gtk-engine-murrine
- depends = gtk-engine
+ depends = gtk-engines
optdepends = gnome-themes-standard: Required for the GTK3 theme
conflicts = gnome-shell-theme-osx-el-capitan
source = git+https://github.com/Elbullazul/OS-X-El-Capitan
diff --git a/PKGBUILD b/PKGBUILD
index 0bb78db24346..b070597cf568 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ _gitname=OS-X-El-Capitan
pkgname=osx-el-capitan-theme-git
pkgdesc="Theme mimics OS X 10.11 El Capitan for GTK3 and some DEs (GNOME Shell, Xfce, Cinnamon)"
pkgver=v0.7.r0.g9bf29e5
-pkgrel=1
+pkgrel=2
arch=('any')
url="https://github.com/Elbullazul/${_gitname}"
source=("git+${url}")
-depends=('gtk-engine-murrine' 'gtk-engine')
+depends=('gtk-engine-murrine' 'gtk-engines')
makedepends=('git')
optdepends=('gnome-themes-standard: Required for the GTK3 theme')
license=('GPL3')