summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2018-04-26 00:16:49 +0200
committerFabioLolix2018-04-26 00:16:49 +0200
commit41553562bfeb8c2c9a4655a28ce5a0af81716faf (patch)
tree6fb6503f4f35cc011abcec24f2597171081cef5d
parent22b4e1de868ab627204ec3dedc390633756be548 (diff)
downloadaur-41553562bfeb8c2c9a4655a28ce5a0af81716faf.tar.gz
added arm* arch=()
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d69ae5866a70..327064730d55 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,15 @@
pkgbase = textosaurus-git
pkgdesc = Simple cross-platform text editor based on Qt and Scintilla
- pkgver = 0.9.2.r11.g2718553
+ pkgver = 0.9.3.1.r5.g7259e88
pkgrel = 1
epoch = 1
url = https://github.com/martinrotter/textosaurus
arch = x86_64
arch = i686
+ arch = arm
+ arch = armv6h
+ arch = armv7h
+ arch = aarch64
license = GPL3
makedepends = git
makedepends = qt5-tools
diff --git a/PKGBUILD b/PKGBUILD
index 71e31795638c..9c399bf67b2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=textosaurus-git
epoch=1
-pkgver=0.9.2.r11.g2718553
+pkgver=0.9.3.1.r5.g7259e88
pkgrel=1
pkgdesc="Simple cross-platform text editor based on Qt and Scintilla"
-arch=('x86_64' 'i686')
+arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/martinrotter/textosaurus"
license=(GPL3)
depends=('qt5-base' 'qt5-svg')