summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2016-03-23 13:33:02 +0100
committerGordian Edenhofer2016-03-23 13:33:02 +0100
commitbb5d0e56978273ac99fadad25d818e545cb9643e (patch)
treea3ce46a27be49363007aa83a1a535b34b30e9b48
parentfd55c5b78033b7e8797a4a3d1b380bce376cd1e3 (diff)
downloadaur-bb5d0e56978273ac99fadad25d818e545cb9643e.tar.gz
Upgpkg: 215.bdca59f-1
Fix typo in optdepends array.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e860d8130b8..5ff96bdc4859 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = paper-gtk-theme-git
arch = any
license = GPL3
makedepends = git
- optdepends = gtk-egnine-murrine: gtk2 bindings
+ optdepends = gtk-engine-murrine: gtk2 bindings
optdepends = gtk3: gtk3 bindings
provides = paper-gtk-theme
conflicts = paper-gtk-theme
diff --git a/PKGBUILD b/PKGBUILD
index 2744ff916d66..feb4e8ba54c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="A modern desktop theme suite. Its design is mostly flat with a minimal
arch=('any')
url="http://samuelhewitt.com/paper/theme"
license=('GPL3')
-optdepends=("gtk-egnine-murrine: gtk2 bindings"
+optdepends=("gtk-engine-murrine: gtk2 bindings"
"gtk3: gtk3 bindings")
# Optional dependencies for developers
#optdepends=("python: scripts to simplify the rendering process"