summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-01-06 16:50:20 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-01-06 16:56:47 +0100
commit55350d1f1071a304e3d7186e6d325619e81bbbf9 (patch)
tree06c7da91f27ae61648c46f232b573303d54b0806
parent579b9bddddb26853273782b8a88e1bebb6d0266c (diff)
pcr/xdesktopwaves: fixed syntax errors in PKGBUILD
-rw-r--r--pcr/xdesktopwaves/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcr/xdesktopwaves/PKGBUILD b/pcr/xdesktopwaves/PKGBUILD
index 3d24450d3..a51d00b1c 100644
--- a/pcr/xdesktopwaves/PKGBUILD
+++ b/pcr/xdesktopwaves/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=1.3
pkgrel=1
pkgdesc="xdesktopwaves is a cellular automata setting the background of your X Windows desktop under water. Windows and mouse are like ships on the sea."
arch=('i686' 'x86_64')
-url=("http://xdesktopwaves.sourceforge.net/")
+url="http://xdesktopwaves.sourceforge.net/"
license=('GPL2')
depends=('xorg-server')
makedepends=('make' 'gcc')