summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a7356230bf0..18603f14ddd6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,14 @@
pkgbase = otter-browser-git
pkgdesc = Browser aiming to recreate the best aspects of the classic Opera (12.x) UI using Qt5 - git checkout
- pkgver = 0.9.12.r713.g1a813081
+ pkgver = 0.9.12.r727.g83e8e4d1
pkgrel = 1
url = http://otter-browser.org/
arch = x86_64
arch = i686
+ arch = arm
+ arch = armv6h
+ arch = armv7h
+ arch = aarch64
license = GPL3
makedepends = cmake
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index c65d56b47b0e..3297bb6c0463 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
#Contributor: Christian Hesse <mail@eworm.de>
pkgname=otter-browser-git
-pkgver=0.9.12.r713.g1a813081
+pkgver=0.9.12.r727.g83e8e4d1
pkgrel=1
pkgdesc='Browser aiming to recreate the best aspects of the classic Opera (12.x) UI using Qt5 - git checkout'
-arch=('x86_64' 'i686')
+arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url='http://otter-browser.org/'
license=('GPL3')
provides=('otter-browser')