aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJordan Day2017-03-27 11:58:27 -0500
committerJordan Day2017-03-27 11:58:27 -0500
commiteb0620d2c0e7caa75c9abd769c10b42d0a595fa5 (patch)
treec475b0772537fe01b25665d9d91ad7fba796c766
parentd46b13d489488a848165d02d9eba7b87111fe293 (diff)
downloadaur-eb0620d2c0e7caa75c9abd769c10b42d0a595fa5.tar.gz
Fix quotes
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42bed4fe70f9..74d1099d76bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,8 +6,8 @@ pkgbase = vice-gnome
arch = i686
arch = x86_64
license = GPL
- depends = $_pkgname
- provides = $_pkgname
+ depends = vice
+ provides = vice
source = vice.png
source = vice.desktop
md5sums = cb764e40ad039399aac16efc647725ed
diff --git a/PKGBUILD b/PKGBUILD
index 308d6687176b..6a9275e09523 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ pkgdesc="Versatile Commodore Emulator (Provides desktop files for easy use in Gn
arch=('i686' 'x86_64')
license=('GPL')
url='http://vice-emu.sourceforge.net'
-depends=('$_pkgname')
-provides=('$_pkgname')
+depends=("$_pkgname")
+provides=("$_pkgname")
source=(
"$_pkgname.png"