summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2022-03-01 15:27:55 -0500
committerCarlos Aznarán Laos2022-03-01 15:27:55 -0500
commit60a095ec6f1b31e7171b7adcb0f625ec8f88907f (patch)
treefd3fa50cd457f1ecd2e502c2692f72a9dc43e14a
parent0d765b1b8013290946cb16af50861a4e794a9bb3 (diff)
downloadaur-60a095ec6f1b31e7171b7adcb0f625ec8f88907f.tar.gz
Bump version to 0.2.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7c2f2b2e0b0..71695ef9c4e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = toml-adapt
pkgdesc = A very simple cli for manipulating toml files
- pkgver = 0.2.4
+ pkgver = 0.2.5
pkgrel = 1
url = https://github.com/firefly-cpp/toml-adapt
arch = any
@@ -12,7 +12,7 @@ pkgbase = toml-adapt
depends = python-toml
depends = python-click
optdepends = man-db: manual pages for toml-adapt
- source = https://github.com/firefly-cpp/toml-adapt/archive/0.2.4.tar.gz
- sha512sums = f1ea4229e4f4f2bda90e3c7c79bb12de72c36c8f26c2ad7a2f1cea57a0ca39b263af2f1ee0b2a4fdcea3e07eeb1ca14fbcdcf95abf5aabc038d6d9da3033c8b5
+ source = https://github.com/firefly-cpp/toml-adapt/archive/0.2.5.tar.gz
+ sha512sums = 316697eb9bd4b6c1b760ae92a5326d63762e5f9255c308a796691cc42ee2999d02d9bfe704b9f372ace24074a2923d83a8bc09b1769ef2b71978f33fb129505f
pkgname = toml-adapt
diff --git a/PKGBUILD b/PKGBUILD
index 4d21ce0de83b..1a56bdc84baf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Carlos Aznarán <caznaranl@uni.pe>
pkgname=toml-adapt
pkgdesc="A very simple cli for manipulating toml files"
-pkgver=0.2.4
+pkgver=0.2.5
pkgrel=1
arch=(any)
url="https://github.com/firefly-cpp/${pkgname}"
@@ -11,7 +11,7 @@ makedepends=(python-build python-install python-poetry-core)
checkdepends=(python-pytest)
optdepends=('man-db: manual pages for toml-adapt')
source=(${url}/archive/${pkgver}.tar.gz)
-sha512sums=('f1ea4229e4f4f2bda90e3c7c79bb12de72c36c8f26c2ad7a2f1cea57a0ca39b263af2f1ee0b2a4fdcea3e07eeb1ca14fbcdcf95abf5aabc038d6d9da3033c8b5')
+sha512sums=('316697eb9bd4b6c1b760ae92a5326d63762e5f9255c308a796691cc42ee2999d02d9bfe704b9f372ace24074a2923d83a8bc09b1769ef2b71978f33fb129505f')
build() {
cd ${pkgname}-${pkgver}