mirror of
https://aur.archlinux.org/libancient-git.git
synced 2025-05-09 18:34:27 -04:00
Update to 2.2.0.r8.f25eb99
This commit is contained in:
parent
2dcba30ea9
commit
d8b36a3b1b
2 changed files with 5 additions and 8 deletions
9
PKGBUILD
9
PKGBUILD
|
@ -2,18 +2,15 @@
|
|||
|
||||
_pkgbase=libancient
|
||||
pkgname=${_pkgbase}-git
|
||||
pkgver=2.0.0.r6.c35638e
|
||||
pkgver=2.2.0.r8.f25eb99
|
||||
pkgrel=1
|
||||
pkgdesc="Decompression routines for ancient formats (Git Version)"
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://github.com/temisu/ancient/"
|
||||
license=('BSD-2-Clause')
|
||||
|
||||
conflicts=(${_pkgbase})
|
||||
provides=(${_pkgbase}=${pkgver})
|
||||
|
||||
makedepends=('git' 'autoconf-archive')
|
||||
|
||||
source=(${_pkgbase}::git+https://github.com/temisu/ancient.git)
|
||||
md5sums=('SKIP')
|
||||
|
||||
|
@ -25,11 +22,11 @@ pkgver() {
|
|||
prepare() {
|
||||
cd $_pkgbase
|
||||
./autogen.sh
|
||||
./configure --prefix=/usr LIBANCIENT_CXXFLAGS="-DANCIENT_API_VISIBILITY_DEFAULT -std=c++17"
|
||||
./configure --prefix=/usr LIBANCIENT_CXXFLAGS="-DANCIENT_API_VISIBILITY_DEFAULT -std=c++17"
|
||||
}
|
||||
|
||||
build() {
|
||||
cd $_pkgbase
|
||||
cd $_pkgbase
|
||||
make DESTDIR="$pkgdir"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue