summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2023-12-05 15:28:39 +0100
committerMartchus2023-12-05 15:28:39 +0100
commit124d65e7b70b60aedc6ec89c14c9195532f8c5dd (patch)
tree094092be5615bc39123338fcdd848415102dea6c /PKGBUILD
parente103b5661be92147ec2ae8579e3efb94dc3c5f39 (diff)
downloadaur-124d65e7b70b60aedc6ec89c14c9195532f8c5dd.tar.gz
Update version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD19
1 files changed, 4 insertions, 15 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a17888216510..4299a7c08bf1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
_reponame=cpp-utilities
pkgname=c++utilities
-pkgver=5.24.2
-pkgrel=3
+pkgver=5.24.3
+pkgrel=1
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
pkgdesc='Common C++ classes and routines such as argument parser, IO and conversion utilities'
license=('GPL')
@@ -16,19 +16,8 @@ makedepends=('cmake' 'ninja')
checkdepends=('cppunit')
provides=(libc++utilities.so)
url="https://github.com/Martchus/${_reponame}"
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz"
- 0001-Enable-tidy-tests-only-by-default-via-ENABLE_DEVEL_D.patch
- 0002-Enable-AppStream-tests-only-by-default-via-ENABLE_DE.patch
- 0001-Fix-enabling-AppStream-tests.patch)
-sha256sums=('46e79313900a8cbb7a3c0211fcc0cd07c2c8a6c2bcaeb11aec7fc706dc5914b1'
- SKIP SKIP SKIP)
-
-prepare() {
- cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"
- patch -p1 -i ../0001-Enable-tidy-tests-only-by-default-via-ENABLE_DEVEL_D.patch
- patch -p1 -i ../0002-Enable-AppStream-tests-only-by-default-via-ENABLE_DE.patch
- patch -p1 -i ../0001-Fix-enabling-AppStream-tests.patch
-}
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
+sha256sums=('a4a32f7fefad6754d400078a8078eb7a712bea7cf31f3bcb743dc962920d49b1')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"