summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2024-01-09 21:23:04 -0500
committerCarlos Aznarán2024-01-09 21:23:04 -0500
commit11f098410c00fa589ceb05f93b1dbbdb3b37dcaa (patch)
treeac04ff23601e9fcec2dd7d7697409b384fd6b1e4
parent2adddf18fcc1727ce97d93e316d5f08bc6bb6018 (diff)
downloadaur-11f098410c00fa589ceb05f93b1dbbdb3b37dcaa.tar.gz
Bump version to 0.3.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd0cea260572..ac3c6290d05a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = toml-adapt
pkgdesc = A very simple cli for manipulating toml files
- pkgver = 0.3.0
+ pkgver = 0.3.2
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 = toml-adapt-0.3.0.tar.gz::https://github.com/firefly-cpp/toml-adapt/archive/0.3.0.tar.gz
- sha512sums = 1db6a11a8658bed3bae4707a24877edc60d7c10726763d6c111e094d431990c8e4528dfbe5bb0779d9c0dfee214fd3bfba259167dc874d1524c8d74b98c5f3b8
+ source = toml-adapt-0.3.2.tar.gz::https://github.com/firefly-cpp/toml-adapt/archive/0.3.2.tar.gz
+ sha512sums = ef39e03f30c5b5d1c4402e195fd62f369378a8f497da4b4b2284e75c1dc436ef95813242ecd68e8dd4a74da49f9fdae5fcf914c7abdd5f3d0033267221b02284
pkgname = toml-adapt
diff --git a/PKGBUILD b/PKGBUILD
index e806a76e5628..d53ed3db3666 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.3.0
+pkgver=0.3.2
pkgrel=1
arch=(any)
url="https://github.com/firefly-cpp/${pkgname}"
@@ -11,7 +11,7 @@ makedepends=(python-build python-installer python-poetry-core)
checkdepends=(python-pytest)
optdepends=('man-db: manual pages for toml-adapt')
source=(${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz)
-sha512sums=('1db6a11a8658bed3bae4707a24877edc60d7c10726763d6c111e094d431990c8e4528dfbe5bb0779d9c0dfee214fd3bfba259167dc874d1524c8d74b98c5f3b8')
+sha512sums=('ef39e03f30c5b5d1c4402e195fd62f369378a8f497da4b4b2284e75c1dc436ef95813242ecd68e8dd4a74da49f9fdae5fcf914c7abdd5f3d0033267221b02284')
build() {
cd ${pkgname}-${pkgver}