summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2024-04-10 21:45:03 -0500
committerCarlos Aznarán2024-04-10 21:45:03 -0500
commit8c042aab8df31934eec03718f0d358fb8193fcb5 (patch)
tree74766454cfd985a83acff4d9648e86b67439622f
parent60d3dd130b66833e1f6e64e4aebf6c090368efcd (diff)
downloadaur-8c042aab8df31934eec03718f0d358fb8193fcb5.tar.gz
Bump version to 3.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e87fddf366b..377d3a7bd1f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-trame
pkgdesc = Framework to build applications in plain Python
- pkgver = 3.5.5
+ pkgver = 3.6.0
pkgrel = 1
url = https://github.com/Kitware/trame
arch = any
@@ -12,7 +12,7 @@ pkgbase = python-trame
makedepends = python-wheel
depends = python-trame-server
depends = python-trame-client
- source = trame-3.5.5.tar.gz::https://github.com/Kitware/trame/archive/v3.5.5.tar.gz
- sha512sums = 592339ad20ff1e728efebb00d15d730c0dab088d03b94ae25b2d6936d44e7e898ae145ce868b9484c774f6c5ed51c6f1d9922d76730a8ac9ee1b508ca0f641b1
+ source = trame-3.6.0.tar.gz::https://github.com/Kitware/trame/archive/v3.6.0.tar.gz
+ sha512sums = 00aaed604286a55c25137e5ba16840758abc12026b371af391fda474e8caf84cde586ebdc8b1170e5d845958af601db9680496efe789d0d2a99ea87962624452
pkgname = python-trame
diff --git a/PKGBUILD b/PKGBUILD
index 191ceea57826..56f04679d3e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_base=trame
pkgname=python-${_base}
pkgdesc="Framework to build applications in plain Python"
-pkgver=3.5.5
+pkgver=3.6.0
pkgrel=1
arch=(any)
url="https://github.com/Kitware/${_base}"
@@ -11,7 +11,7 @@ depends=(python-trame-server python-trame-client)
makedepends=(python-build python-installer python-setuptools python-wheel)
checkdepends=(python-pytest)
source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
-sha512sums=('592339ad20ff1e728efebb00d15d730c0dab088d03b94ae25b2d6936d44e7e898ae145ce868b9484c774f6c5ed51c6f1d9922d76730a8ac9ee1b508ca0f641b1')
+sha512sums=('00aaed604286a55c25137e5ba16840758abc12026b371af391fda474e8caf84cde586ebdc8b1170e5d845958af601db9680496efe789d0d2a99ea87962624452')
prepare() {
sed -i 's/^include/#include/' ${_base}-${pkgver}/MANIFEST.in