summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')