summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Cochrane2020-06-05 19:37:47 +1200
committerAdrian Cochrane2020-06-05 19:37:47 +1200
commit0f59300e5457000be3552c7d7e773b430c995d0f (patch)
tree1e8e675613cb8bbbba7b75cc5f80110c542b95c3
parent8d3a8839003edef8aa58c4e9c144f93bbe704de7 (diff)
downloadaur-0f59300e5457000be3552c7d7e773b430c995d0f.tar.gz
Release Odysseus1.7.0 specifically for AUR!
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8067a533ef6d..c567bde2df83 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = odysseus
pkgdesc = Web browser for the open and decentralized web.
- pkgver = 1.6.3
+ pkgver = 1.7.0
pkgrel = 1
url = https://odysseus.adrian.geek.nz
arch = i686
@@ -19,8 +19,8 @@ pkgbase = odysseus
depends = gettext
optdepends = archlinux-appstream-data: compatible app recommendations for hyperlinks
optdepends = html-xml-utils: webfeed autodiscovery
- source = https://github.com/alcinnz/Odysseus/archive/1.6.3.tar.gz
- md5sums = 4e7331f93c97e5890f31bb8427803a4f
+ source = https://github.com/alcinnz/Odysseus/archive/1.7.0.tar.gz
+ md5sums = 13d2e8bfc59afb816913d20ddc972da1
pkgname = odysseus
diff --git a/PKGBUILD b/PKGBUILD
index 2bf201e84bfa..e6b3d1e30818 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Adrian Cochrane <alcinnz@lavabit.com>
pkgname=odysseus
-pkgver=1.6.3
+pkgver=1.7.0
pkgrel=1
pkgdesc="Web browser for the open and decentralized web."
url="https://odysseus.adrian.geek.nz"
@@ -26,7 +26,7 @@ optdepends=(
'html-xml-utils: webfeed autodiscovery'
)
source=(https://github.com/alcinnz/Odysseus/archive/$pkgver.tar.gz)
-md5sums=(4e7331f93c97e5890f31bb8427803a4f) #autofill using updpkgsums
+md5sums=(13d2e8bfc59afb816913d20ddc972da1) #autofill using updpkgsums
build() {
cd "Odysseus-$pkgver"