summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaetan Bisson2016-11-01 22:12:10 -1000
committerGaetan Bisson2016-11-01 22:12:10 -1000
commite416bd7109ef79c97f9e560b69445f453b5ff343 (patch)
tree42753ac3cf9f9e3ad8b892513a533b6aac78459f
parentbb5eabe7f7390d69e5919990ecb1b884e48cea2f (diff)
downloadaur-e416bd7109ef79c97f9e560b69445f453b5ff343.tar.gz
revert to webkit2gtk for now, -unstable breaks too much
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dad4249b2935..8719535d18a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = squaw
pkgdesc = Simplistic quiet user agent for the Web
pkgver = 3.1
- pkgrel = 2
+ pkgrel = 3
url = http://fenua.org/gaetan/src/
arch = i686
arch = x86_64
license = ISC
- depends = webkit2gtk-unstable
+ depends = webkit2gtk
source = http://fenua.org/gaetan/src//squaw-3.1.c
sha1sums = 17117bf572aeb8802417af3ae80a70740f6d26aa
diff --git a/PKGBUILD b/PKGBUILD
index 1897d587135e..fe9dec12dba0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=squaw
pkgver=3.1
-pkgrel=2
+pkgrel=3
pkgdesc='Simplistic quiet user agent for the Web'
url='http://fenua.org/gaetan/src/'
arch=('i686' 'x86_64')
license=('ISC')
-depends=('webkit2gtk-unstable')
+depends=('webkit2gtk')
source=("${url}/${pkgname}-${pkgver}.c")
sha1sums=('17117bf572aeb8802417af3ae80a70740f6d26aa')