summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTiago Casal Ribeiro2019-06-18 10:58:35 +0100
committerTiago Casal Ribeiro2019-06-18 10:58:35 +0100
commita8b773be15ac7223c012881cfbe73a5233c45318 (patch)
tree5f86d2e9cec38415b754a32cbbe742b0dfadf451
parent8595d04eedf938ffcd90ab7ad31e6d745b98b345 (diff)
downloadaur-a8b773be15ac7223c012881cfbe73a5233c45318.tar.gz
convert url to string
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9db9322ce579..7f18a29abffb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
-# Maintainer: onny <onny@project-insanity.org>
+# Maintainer: Tiago Casal Ribeiro <tiago@casalribeiro.com>
# Contributor: onny <onny@project-insanity.org>
pkgname=fon-flash
pkgver=0.1
-pkgrel=1
+pkgrel=2
pkgdesc="A new program based on AP51 flash, for flashing La Fonera and Atheros chipset compatible devices"
-url=('http://www.gargoyle-router.com/wiki/doku.php?id=fon_flash')
+url='http://www.gargoyle-router.com/wiki/doku.php?id=fon_flash'
arch=('i686' 'x86_64')
license=('GPL2')
makedepends=('libpcap')