summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornate2017-12-10 13:20:57 -0600
committernate2017-12-10 13:20:57 -0600
commit5e0e88f4fbcb464fa7c8218ea0dae4a865c09540 (patch)
tree4a32c044736a1c14170108720eeb4bc2c75a8d9b
parent810e8c582a606c44254643e7764edc59305a1bf1 (diff)
downloadaur-5e0e88f4fbcb464fa7c8218ea0dae4a865c09540.tar.gz
Add arm 7 supported arch
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76011026cd58..e6b699ebb5ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo v8
-# Fri May 5 15:18:10 UTC 2017
+# Sun Dec 10 19:20:55 UTC 2017
pkgbase = xed-git
pkgdesc = A small and lightweight text editor. X-Apps Project (git version).
- pkgver = 1.4.0.r3.gcca4b0b
+ pkgver = 1.6.3.r0.g4fe403d
pkgrel = 1
url = https://github.com/linuxmint/xed
install = xed.install
arch = i686
arch = x86_64
+ arch = armv7h
license = GPL
makedepends = git
makedepends = gnome-common
@@ -18,6 +19,8 @@ pkgbase = xed-git
depends = desktop-file-utils
depends = libsm
depends = libpeas
+ provides = xed-git
+ provides = xed
conflicts = xed
source = xed-git::git+https://github.com/linuxmint/xed.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 5347f3e77e2b..553f2515c4cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=xed-git
_pkgbasename=xed
-pkgver=1.4.0.r3.gcca4b0b
+pkgver=1.6.3.r0.g4fe403d
pkgrel=1
pkgdesc="A small and lightweight text editor. X-Apps Project (git version)."
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
license=('GPL')
depends=('gtksourceview3' 'enchant' 'desktop-file-utils' 'libsm'
'libpeas')
makedepends=('git' 'gnome-common' 'iso-codes' 'gobject-introspection')
-provides=($_pkgname)
+provides=($pkgname $_pkgbasename)
conflicts=(${_pkgbasename})
url='https://github.com/linuxmint/xed'
install=xed.install