summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Batchelor2017-03-29 05:18:06 -0700
committerSteven Batchelor2017-03-29 05:18:06 -0700
commitadc41ba77fc7e056d587318893a491a8c1514a48 (patch)
treef290ff23cef4636339c79fc033b3958e188b750a
parent28c1f7eb01d034fb84c23701c4ada1f8363ac081 (diff)
downloadaur-adc41ba77fc7e056d587318893a491a8c1514a48.tar.gz
updated package name
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2bca9fa61f6f..3b2117945a2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: StevenDeFacto <srbatchelor@ovgl.org>
-pkgname=zsurf-git
+pkgname=zsurf-webkit-git
_pkgname=${pkgname%-*}
pkgver=0.1.0
pkgrel=1
pkgdesc="Ultra lightweight web browser in the spirit of Surf using QtWebKit1 with front-end logic written in Javascript."
arch=('i686' 'x86_64')
-url="https://github.com/SteveDeFacto/zsurf"
+url="https://github.com/SteveDeFacto/zsurf/tree/zsurf-webkit"
license=('GPL3')
makedepends=('git')
depends=('qt5-webkit-ng')
provides=('zsurf=$pkgver')
-conflicts=('zsurf')
+conflicts=('zsurf-git')
source=("git+https://github.com/SteveDeFacto/zsurf/tree/zsurf-webkit.git")