summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormlatman2016-04-22 22:40:55 -0400
committermlatman2016-04-22 22:40:55 -0400
commit669877d8179244e017894c3bca65ff09489e376c (patch)
treed9bbe05f1efe1bf73c33a96ae42e9c0a3b779f15
parent1cb995dd1a8bdaa4f242bebee70705431d5bc7d6 (diff)
downloadaur-669877d8179244e017894c3bca65ff09489e376c.tar.gz
Release 2.0.14 PackageRel 10
-rwxr-xr-x.SRCINFO2
-rw-r--r--generateAur.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c76f96c224c..5498fa73d219 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,5 +3,5 @@ pkgbase = whatsie
pkgrel = 10
arch = any
license = MIT
- depends = 'desktop-file-utils', 'gconf', 'gtk2', 'gvfs', 'hicolor-icon-theme', 'libgudev', 'libgcrypt', 'libnotify', 'libxtst', 'nss', 'python', 'xdg-utils', 'libcap'
+ depends = ('desktop-file-utils', 'gconf', 'gtk2', 'gvfs', 'hicolor-icon-theme', 'libgudev', 'libgcrypt', 'libnotify', 'libxtst', 'nss', 'python', 'xdg-utils', 'libcap')
pkgname = whatsie
diff --git a/generateAur.sh b/generateAur.sh
index 6c923fcbbe9a..36d5ee1d820b 100644
--- a/generateAur.sh
+++ b/generateAur.sh
@@ -57,7 +57,7 @@ echo "pkgbase = whatsie
pkgrel = $pkgrel
arch = any
license = MIT
- depends = 'desktop-file-utils', 'gconf', 'gtk2', 'gvfs', 'hicolor-icon-theme', 'libgudev', 'libgcrypt', 'libnotify', 'libxtst', 'nss', 'python', 'xdg-utils', 'libcap'
+ depends = ('desktop-file-utils', 'gconf', 'gtk2', 'gvfs', 'hicolor-icon-theme', 'libgudev', 'libgcrypt', 'libnotify', 'libxtst', 'nss', 'python', 'xdg-utils', 'libcap')
pkgname = whatsie" > .SRCINFO
chmod 755 .PKGINFO