summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGordian Edenhofer2016-03-23 13:33:02 +0100
committerGordian Edenhofer2016-03-23 13:33:02 +0100
commitbb5d0e56978273ac99fadad25d818e545cb9643e (patch)
treea3ce46a27be49363007aa83a1a535b34b30e9b48 /PKGBUILD
parentfd55c5b78033b7e8797a4a3d1b380bce376cd1e3 (diff)
downloadaur-bb5d0e56978273ac99fadad25d818e545cb9643e.tar.gz
Upgpkg: 215.bdca59f-1
Fix typo in optdepends array.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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"