summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormuio2023-04-04 23:32:24 +0000
committermuio2023-04-05 03:02:24 +0330
commitcd286b0ead30661fab1f05857d5b58203418325a (patch)
treecab67e616ede459bfbb46308e3d793e5434df6f3
parentd23251a1828548b505d5546833b1cc7343060c31 (diff)
downloadaur-cd286b0ead30661fab1f05857d5b58203418325a.tar.gz
Bump to 0.36.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c9e8e1f6bf8..c62e4e150b11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = cmake-init
pkgdesc = The missing CMake project initializer
- pkgver = 0.35.1
+ pkgver = 0.36.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.35.1-py3-none-any.whl
- sha256sums = 734cbfc8c192136789eb6b6b8faca6a5d27f11431cba39ceb36fb583291cde7e
+ source = https://files.pythonhosted.org/packages/py3/c/cmake-init/cmake_init-0.36.0-py3-none-any.whl
+ sha256sums = 8130ab0a7a6e4f301949636802c4f47bad03360e426f996e013a69e1d1664da6
pkgname = cmake-init
diff --git a/PKGBUILD b/PKGBUILD
index 9910f3be6e22..693c024f1b1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=cmake-init
_name=${pkgname#python-}
-pkgver=0.35.1
+pkgver=0.36.0
pkgrel=1
pkgdesc="The missing CMake project initializer"
arch=('any')
@@ -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=('734cbfc8c192136789eb6b6b8faca6a5d27f11431cba39ceb36fb583291cde7e')
+sha256sums=('8130ab0a7a6e4f301949636802c4f47bad03360e426f996e013a69e1d1664da6')
#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/-/./'