summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2022-09-06 22:20:13 +0200
committerMartchus2022-09-06 22:20:13 +0200
commitd7f6c04fe9efb18fd2b89fb269dcfad26a3870ab (patch)
tree2e763749fc55b028eff75433f8e1b259402d4d7d
parent5e339c78108590ed729abb8bb91dfe24d77370ac (diff)
downloadaur-d7f6c04fe9efb18fd2b89fb269dcfad26a3870ab.tar.gz
Update version
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD16
2 files changed, 8 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a61a6f989db..54ee9a904771 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = c++utilities
pkgdesc = Common C++ classes and routines such as argument parser, IO and conversion utilities
- pkgver = 5.18.0
- pkgrel = 2
+ pkgver = 5.19.0
+ pkgrel = 1
url = https://github.com/Martchus/cpp-utilities
arch = i686
arch = x86_64
@@ -15,9 +15,7 @@ pkgbase = c++utilities
depends = gcc-libs
optdepends = c++utilities-doc: API documentation
provides = libc++utilities.so
- source = c++utilities-5.18.0.tar.gz::https://github.com/Martchus/cpp-utilities/archive/v5.18.0.tar.gz
- source = https://github.com/Martchus/cpp-utilities/commit/aa4be0ef70cf697bafc3c5a1df409067505d91e6.patch
- sha256sums = 8c194160bf3ff6548741fc8ca4c7378694763a12256eeb59da8e15c01a0681fd
- sha256sums = 4f594735749a2bfcd7cc421928bfc7039ed914d985dbdf81b6d8264f8afa6cb1
+ source = c++utilities-5.19.0.tar.gz::https://github.com/Martchus/cpp-utilities/archive/v5.19.0.tar.gz
+ sha256sums = 845362bd91d3e1ecb6bf3fc18492dda1d48458f35380dd79351ea7bb36804be0
pkgname = c++utilities
diff --git a/PKGBUILD b/PKGBUILD
index 46f946d95450..c8fd3125c83d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
_reponame=cpp-utilities
pkgname=c++utilities
-pkgver=5.18.0
-pkgrel=2
+pkgver=5.19.0
+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,16 +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"
- https://github.com/Martchus/cpp-utilities/commit/aa4be0ef70cf697bafc3c5a1df409067505d91e6.patch)
-sha256sums=('8c194160bf3ff6548741fc8ca4c7378694763a12256eeb59da8e15c01a0681fd'
- '4f594735749a2bfcd7cc421928bfc7039ed914d985dbdf81b6d8264f8afa6cb1')
-
-prepare() {
- cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"
-
- patch -p1 -i "$srcdir"/aa4be0ef70cf697bafc3c5a1df409067505d91e6.patch
-}
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
+sha256sums=('845362bd91d3e1ecb6bf3fc18492dda1d48458f35380dd79351ea7bb36804be0')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"