summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2019-10-03 23:24:28 +0200
committerhaawda2019-10-03 23:24:28 +0200
commit3c7c27b054c08451984e096b44a5639ebc2d9aca (patch)
tree14c7e6f7e7fbbd46b875e7b9dc82f9babc565aa3
parent784f0d4470b369a98c23d4cbb5d0387e0326e38f (diff)
downloadaur-3c7c27b054c08451984e096b44a5639ebc2d9aca.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc60c682c80f..314d4ca4f539 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = next-browser
pkgdesc = Keyboard-oriented, Common Lisp extensible web-browser
- pkgver = 1.3.2
+ pkgver = 1.3.3
pkgrel = 1
url = https://next.atlas.engineer
arch = i686
@@ -20,8 +20,8 @@ pkgbase = next-browser
optdepends = gst-plugins-ugly: for HTML5 audio/video
options = !strip
options = !makeflags
- source = next-browser-1.3.2.tar.gz::https://github.com/atlas-engineer/next/archive/1.3.2.tar.gz
- sha256sums = 1c423f4af3b732f2b5bea74a571b17f51d416a7161cc0ad25574725612588593
+ source = next-browser-1.3.3.tar.gz::https://github.com/atlas-engineer/next/archive/1.3.3.tar.gz
+ sha256sums = 5f9656165ee72f38f4b89bf5155d34ba38727b3b736b84cacfa148ccec488bc3
pkgname = next-browser
diff --git a/PKGBUILD b/PKGBUILD
index 9c50432568dd..ee3c73a9e6ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=next-browser
-pkgver=1.3.2
+pkgver=1.3.3
pkgrel=1
pkgdesc="Keyboard-oriented, Common Lisp extensible web-browser"
arch=('i686' 'x86_64')
url="https://next.atlas.engineer"
license=('custom:BSD')
source=("$pkgname-$pkgver.tar.gz::https://github.com/atlas-engineer/next/archive/$pkgver.tar.gz")
-sha256sums=('1c423f4af3b732f2b5bea74a571b17f51d416a7161cc0ad25574725612588593')
+sha256sums=('5f9656165ee72f38f4b89bf5155d34ba38727b3b736b84cacfa148ccec488bc3')
# If someday Next works with other Lisps, replace 'sbcl' with 'common-lisp'.
makedepends=('sbcl' 'cl-asdf')
depends=('webkit2gtk' 'sqlite' 'glib-networking' 'gsettings-desktop-schemas' 'libfixposix')