summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c1b9a638f03..42f613546535 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = squaw
pkgdesc = Simplistic quiet user agent for the Web
- pkgver = 3.1
- pkgrel = 4
+ pkgver = 3.2
+ pkgrel = 1
url = http://fenua.org/gaetan/src/
arch = i686
arch = x86_64
license = ISC
depends = webkit2gtk
- source = http://fenua.org/gaetan/src//squaw-3.1.c
- sha256sums = 1a5650ef7e34345abb270353513acb3aba7efcd089d66ad69ebe95ff38c72185
+ source = http://fenua.org/gaetan/src//squaw-3.2.c
+ sha256sums = 1995e265d13aba21ff78b0640e56a255c15de3e84f0ca12bb0699367700eb0f3
pkgname = squaw
diff --git a/PKGBUILD b/PKGBUILD
index 72e85517a2fa..18734f3aebd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
pkgname=squaw
-pkgver=3.1
-pkgrel=4
+pkgver=3.2
+pkgrel=1
pkgdesc='Simplistic quiet user agent for the Web'
url='http://fenua.org/gaetan/src/'
arch=('i686' 'x86_64')
license=('ISC')
depends=('webkit2gtk')
source=("${url}/${pkgname}-${pkgver}.c")
-sha256sums=('1a5650ef7e34345abb270353513acb3aba7efcd089d66ad69ebe95ff38c72185')
+sha256sums=('e68cf39a6cfdd91d35c1d8613595293a356f75b889815f6c0857f483ce1a675b')
build() {
cd "${srcdir}"