summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfordprefect2023-07-22 10:44:43 +0200
committerfordprefect2023-07-22 10:44:43 +0200
commit5d17603c2b8c8a049e08c661b68ef134b57d4012 (patch)
tree4e9a14bb3d8dd1e505b2ce9633cf5a44ad6f2f3c
parent8e71c1734851c4e46a1c20f6389ff9c82809d3d7 (diff)
downloadaur-5d17603c2b8c8a049e08c661b68ef134b57d4012.tar.gz
add alternative architectures
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
2 files changed, 3 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da7cd1995082..4b3926208049 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,9 +5,10 @@ pkgbase = libestr
url = http://libestr.adiscon.com/
arch = x86_64
arch = i686
+ arch = aarch64
+ arch = armv7h
license = LGPL2.1
source = http://libestr.adiscon.com/files/download/libestr-0.1.11.tar.gz
md5sums = 1f25a2332750d4bfacfb314235fedff0
pkgname = libestr
-
diff --git a/PKGBUILD b/PKGBUILD
index a8850b3a363e..266e6f707668 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,10 @@
-# $Id: PKGBUILD 266875 2017-11-15 14:29:11Z foutrelis $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Maintainer: Brian Knox <taotetek@gmail.com>
-
pkgname=libestr
pkgver=0.1.11
pkgrel=1
pkgdesc="essentials for string handling (and a bit more)"
url="http://libestr.adiscon.com/"
-arch=('x86_64' 'i686')
+arch=('x86_64' 'i686' 'aarch64' 'armv7h')
license=('LGPL2.1')
-depends=()
source=("http://libestr.adiscon.com/files/download/libestr-$pkgver.tar.gz")
md5sums=('1f25a2332750d4bfacfb314235fedff0')