summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChocobo12023-04-11 15:59:20 +0800
committerChocobo12023-04-11 15:59:20 +0800
commit1537e754d4a93f8b3c3071b2c24a215303da75f4 (patch)
treeef55dba798c2cfaeb67d803a4fa4d6b2270da3ab /PKGBUILD
parent0179d76645727a3837c6d3fb70b44807e201d569 (diff)
downloadaur-libsigsegv-git.tar.gz
upgpkg: libsigsegv-git 2.14.r12.g110f9fc-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2ae6bc8891e9..7f9569dad912 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=libsigsegv-git
-pkgver=2.11.r1.g4154472
-pkgrel=2
+pkgver=2.14.r12.g110f9fc
+pkgrel=1
pkgdesc="A library for handling page faults in user mode"
arch=('i686' 'x86_64')
url="https://www.gnu.org/software/libsigsegv/"
license=('GPL2')
depends=('glibc')
makedepends=('git')
-provides=('libsigsegv')
+provides=("libsigsegv=$pkgver")
conflicts=('libsigsegv')
options=('staticlibs')
source=("git+https://git.savannah.gnu.org/git/libsigsegv.git")
@@ -26,7 +26,9 @@ build() {
cd "libsigsegv"
./autogen.sh
- ./configure --prefix="/usr" --enable-shared
+ ./configure \
+ --prefix="/usr" \
+ --enable-shared
make
}