diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-02-01 15:48:50 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-02-01 17:11:37 +0100 |
commit | d7ec959e71d3a329b2d2a42568e33a2160a76989 (patch) | |
tree | 255ded817bda2ca8ce6f67c6532b9579b1cc0074 /pcr/devmem | |
parent | 6aa2f7abeb4abce95ab3b7f599e007286ffd68b3 (diff) | |
download | abslibre-d7ec959e71d3a329b2d2a42568e33a2160a76989.tar.gz abslibre-d7ec959e71d3a329b2d2a42568e33a2160a76989.tar.bz2 abslibre-d7ec959e71d3a329b2d2a42568e33a2160a76989.zip |
pcr/devmem: fixed arch array and rebuilt for arm
Diffstat (limited to 'pcr/devmem')
-rw-r--r-- | pcr/devmem/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/pcr/devmem/PKGBUILD b/pcr/devmem/PKGBUILD index 85846c1f7..46fed6236 100644 --- a/pcr/devmem/PKGBUILD +++ b/pcr/devmem/PKGBUILD @@ -2,11 +2,14 @@ # Contributor (Arch) : Alexander Lam <lambchop468 *AT* gmail.com> # Maintainer (Parabola) : Aurélien DESBRIÈRES <aurelien@hackers.camp> +# parabola changes and rationale: +# - no longer maintained by Arch / AUR + pkgname=devmem pkgver=2 -pkgrel=2.1 +pkgrel=3 pkgdesc="A small utility to access /dev/mem and read/write to any memory location" -arch=('any') +arch=('x86_64' 'i686' 'armv7h') url="http://free-electrons.com/pub/mirror/devmem2.c" license=('GPL2') source=("http://free-electrons.com/pub/mirror/${pkgname}${pkgver}.c") @@ -21,5 +24,3 @@ build() { package() { install -D -m755 ${srcdir}/devmem2 ${pkgdir}/usr/bin/devmem2 } - -# vim:set ts=2 sw=2 et: |