summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmil Gedda2021-06-15 18:46:13 +0200
committerEmil Gedda2021-06-15 18:46:13 +0200
commitdc8a346e27984205db9d763b594f472d9b2f351c (patch)
treeb9efa4adee12f95882a666aae8e7a51cb36ee0e9
parentd7b0fbdd9c8b94a865aea4a32ebea3650a1acd09 (diff)
downloadaur-dc8a346e27984205db9d763b594f472d9b2f351c.tar.gz
relax arch restriction to allow armv7h
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e941e42b030..fdc20618d699 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = rxvt-unicode-patched-with-scrolling
pkgdesc = Unicode enabled rxvt-clone terminal emulator (urxvt) with fixed font spacing and scrolling in pages
pkgver = 9.26
- pkgrel = 1
+ pkgrel = 2
url = http://software.schmorp.de/pkg/rxvt-unicode.html
arch = i686
arch = x86_64
+ arch = armv7h
license = GPL
depends = libxft
depends = libxt
diff --git a/PKGBUILD b/PKGBUILD
index 4732674e073a..c7224a8350d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,9 +10,9 @@
_pkgname=rxvt-unicode
pkgname=rxvt-unicode-patched-with-scrolling
pkgver=9.26
-pkgrel=1
+pkgrel=2
pkgdesc='Unicode enabled rxvt-clone terminal emulator (urxvt) with fixed font spacing and scrolling in pages'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
url='http://software.schmorp.de/pkg/rxvt-unicode.html'
license=('GPL')
depends=('libxft' 'libxt' 'perl' 'startup-notification' 'rxvt-unicode-terminfo')