summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHao Zhang2024-02-29 10:06:56 -0500
committerHao Zhang2024-02-29 10:06:56 -0500
commit47cc9d1ee07f759821a0e51790bf66e04499d80f (patch)
tree3b15dd6d364fd9790868cdf319daa0ec7cd855c2 /PKGBUILD
parent8d3c48e905564aee5466c231e4eb60721c398cfa (diff)
downloadaur-python-orsopy.tar.gz
update to v1.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9481271eb30d..b014bf7ef7f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-orsopy
_name=${pkgname#python-}
-pkgver=1.0.1
+pkgver=1.2.0
pkgrel=1
pkgdesc="Python Support library of the Open Reflectometry Standards Organization (ORSO)"
arch=("x86_64")
@@ -11,7 +11,7 @@ license=("MIT")
depends=("python" "python-pyyaml")
makedepends=(python-setuptools)
source=(https://github.com/reflectivity/orsopy/releases/download/v$pkgver/orsopy-$pkgver.tar.gz)
-sha256sums=("f161b4192661e9e7d1051dda32806158889e3ce4c05b7a01e27d782d0b2cadee")
+sha256sums=("6b17dcd62c792940a79bcf4442d479af74bce78292bfe78d7d341af71ce6583a")
build() {
cd "$_name-$pkgver"