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 93fbc31ac28d..3eed2303f044 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = squaw
pkgdesc = Simplistic Qt-based user agent for the Web
- pkgver = 2.6
- pkgrel = 2
+ pkgver = 2.7
+ pkgrel = 1
url = http://fenua.org/gaetan/src/
arch = i686
arch = x86_64
arch = armv7h
license = ISC
depends = qt5-webkit
- source = http://fenua.org/gaetan/src//squaw-2.6.cpp
- sha1sums = b5ebdffe66f671ebd1895913a07fe469d8b719df
+ source = http://fenua.org/gaetan/src//squaw-2.7.cpp
+ sha1sums = bf58cabd733a4751a8d037815de55575f8cab172
pkgname = squaw
diff --git a/PKGBUILD b/PKGBUILD
index 824b5a9b9ea7..9ad9662fcb12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
pkgname=squaw
-pkgver=2.6
-pkgrel=2
+pkgver=2.7
+pkgrel=1
pkgdesc='Simplistic Qt-based user agent for the Web'
url='http://fenua.org/gaetan/src/'
license=('ISC')
depends=('qt5-webkit')
arch=('i686' 'x86_64' 'armv7h')
source=("${url}/${pkgname}-${pkgver}.cpp")
-sha1sums=('b5ebdffe66f671ebd1895913a07fe469d8b719df')
+sha1sums=('bf58cabd733a4751a8d037815de55575f8cab172')
build() {
cd "${srcdir}"