summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2019-06-09 02:30:54 +0000
committerDaniel Bermond2019-06-09 02:30:54 +0000
commitbe62d5b083633ed2941dfd173545f089b39bfca5 (patch)
tree3b98617aacb97b7f16a0fd20c7bdfa1f6dfabdd9
parenta156a62b0b07be1b6a4f28aadddf5bb767bd59fe (diff)
downloadaur-libumem-git.tar.gz
Remove support for i686 architecture
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7eb2a2b49ba..8253c4d0b30e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = libumem-git
pkgdesc = A port of the Solaris libumem memory allocator
pkgver = 1.0.r15.g3fc772c
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/omniti-labs/portableumem/
- arch = i686
arch = x86_64
license = custom
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 6aa52915f09f..8512d4c7444b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=libumem-git
_srcname=portableumem
pkgver=1.0.r15.g3fc772c
-pkgrel=4
+pkgrel=5
pkgdesc='A port of the Solaris libumem memory allocator'
-arch=('i686' 'x86_64')
+arch=('x86_64')
url='https://github.com/omniti-labs/portableumem/'
license=('custom')
depends=('glibc')