summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Weißschuh2024-06-18 13:38:05 +0200
committerThomas Weißschuh2024-06-18 13:38:05 +0200
commit0f610f8f2d5a4472265a4ea60896dafa31e7be0e (patch)
treebd00da4726000ad6cd63250c4d71d407ab92d711
parentb65434d08cdc7fb1892084c7bf546a70e9f058f4 (diff)
downloadaur-0f610f8f2d5a4472265a4ea60896dafa31e7be0e.tar.gz
v0.7.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 6 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d8013f648ea..9e6355463f20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,12 @@
pkgbase = libeconf
pkgdesc = Enhanced config file parser, which merges config files placed in several locations into one.
- pkgver = 0.6.0
+ pkgver = 0.7.2
pkgrel = 1
url = https://opensuse.github.io/libeconf/
arch = x86_64
license = MIT
makedepends = meson
- source = libeconf-0.6.0.tar.gz::https://github.com/openSUSE/libeconf/archive/refs/tags/v0.6.0.tar.gz
- source = https://github.com/openSUSE/libeconf/commit/1eef99e3144811c0acf905bb2e67a78633ee6eaf.patch
- sha256sums = 766da6c606e33d9bc8ff0a4f4b72ce11a236d6cb046f21ebb9c4c6a9d078fff2
- sha256sums = 516761a2d64958f0845eee14bb61cf665f2c0bc139b97491673aee04276ce177
+ source = libeconf-0.7.2.tar.gz::https://github.com/openSUSE/libeconf/archive/refs/tags/v0.7.2.tar.gz
+ sha256sums = 9e058b260061e3aa3a56307d477ab90f1ebebe06b44585049791250fd0a5322a
pkgname = libeconf
diff --git a/PKGBUILD b/PKGBUILD
index 86030b113698..eaf603f6c661 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thomas Weißschuh <thomas t-8ch de>
pkgname=libeconf
-pkgver=0.6.0
+pkgver=0.7.2
pkgrel=1
pkgdesc="Enhanced config file parser, which merges config files placed in several locations into one."
arch=(x86_64)
@@ -9,15 +9,12 @@ url="https://opensuse.github.io/libeconf/"
license=('MIT')
depends=()
makedepends=(meson)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/openSUSE/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz"
- "https://github.com/openSUSE/libeconf/commit/1eef99e3144811c0acf905bb2e67a78633ee6eaf.patch")
-sha256sums=('766da6c606e33d9bc8ff0a4f4b72ce11a236d6cb046f21ebb9c4c6a9d078fff2'
- '516761a2d64958f0845eee14bb61cf665f2c0bc139b97491673aee04276ce177')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openSUSE/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
+sha256sums=('9e058b260061e3aa3a56307d477ab90f1ebebe06b44585049791250fd0a5322a')
prepare() {
cd "$pkgname-$pkgver"
- patch -p1 < "$srcdir"/1eef99e3144811c0acf905bb2e67a78633ee6eaf.patch
}
build() {