summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormuio2024-01-21 20:29:11 +0000
committermuio2024-01-21 15:29:11 -0500
commit9f9f7f6e5af4d19ee72d3a3f66aea19ca3fffc6a (patch)
tree929fc2a35a8e36f699492c4aea574f7d3f634061
parentd5e5c2285dbd9505de17f84fb62b46c2720891f5 (diff)
downloadaur-9f9f7f6e5af4d19ee72d3a3f66aea19ca3fffc6a.tar.gz
Bump to 0.40.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d483249b024a..281499aa382f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = cmake-init
pkgdesc = The missing CMake project initializer
- pkgver = 0.39.0
- pkgrel = 2
+ pkgver = 0.40.0
+ pkgrel = 1
url = https://github.com/friendlyanon/cmake-init
arch = any
license = GPL3
makedepends = python-pip
depends = python3
- source = https://files.pythonhosted.org/packages/py3/c/cmake-init/cmake_init-0.39.0-py3-none-any.whl
- sha256sums = d3802e9ca3dd2b6b85bb563514912ad138858652d22500e66db24d46d36f81ec
+ source = https://files.pythonhosted.org/packages/py3/c/cmake-init/cmake_init-0.40.0-py3-none-any.whl
+ sha256sums = 006478961c76bde5639494ff81da5aec4c90ff46a0eecebadee75a131551ed94
pkgname = cmake-init
diff --git a/PKGBUILD b/PKGBUILD
index 75e5ed4db195..b7d619b14add 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=cmake-init
_name=${pkgname#python-}
-pkgver=0.39.0
-pkgrel=2
+pkgver=0.40.0
+pkgrel=1
pkgdesc="The missing CMake project initializer"
arch=('any')
url="https://github.com/friendlyanon/cmake-init"
@@ -11,7 +11,7 @@ license=('GPL3')
depends=('python3')
makedepends=('python-pip')
source=("https://files.pythonhosted.org/packages/py3/${_name::1}/$_name/${_name//-/_}-$pkgver-py3-none-any.whl")
-sha256sums=('d3802e9ca3dd2b6b85bb563514912ad138858652d22500e66db24d46d36f81ec')
+sha256sums=('006478961c76bde5639494ff81da5aec4c90ff46a0eecebadee75a131551ed94')
# pkgver() {
# curl -sH "Accept: application/vnd.github.v3+json" 'https://api.github.com/repos/friendlyanon/cmake-init/tags' | jq -r '.[0].name' | sed 's/v//;s/-/./;s/-/./'