summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}