From d8b36a3b1b8bd12c9cce70d700196990bcf9bfc5 Mon Sep 17 00:00:00 2001 From: Xavier Moffett Date: Fri, 11 Oct 2024 19:04:56 -0400 Subject: [PATCH] Update to 2.2.0.r8.f25eb99 --- .SRCINFO | 4 ++-- PKGBUILD | 9 +++------ 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 90e79e4..ca081ab 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = libancient-git pkgdesc = Decompression routines for ancient formats (Git Version) - pkgver = 2.0.0.r6.c35638e + pkgver = 2.2.0.r8.f25eb99 pkgrel = 1 url = https://github.com/temisu/ancient/ arch = i686 @@ -8,7 +8,7 @@ pkgbase = libancient-git license = BSD-2-Clause makedepends = git makedepends = autoconf-archive - provides = libancient=2.0.0.r6.c35638e + provides = libancient=2.2.0.r8.f25eb99 conflicts = libancient source = libancient::git+https://github.com/temisu/ancient.git md5sums = SKIP diff --git a/PKGBUILD b/PKGBUILD index 816f6fd..759b21d 100644 --- a/PKGBUILD +++ b/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" }