diff options
author | Antonio Bartalesi | 2025-02-01 21:31:44 +0100 |
---|---|---|
committer | Antonio Bartalesi | 2025-02-01 21:31:44 +0100 |
commit | b005e8abecf171036a321a81c4edfc70b4fc5856 (patch) | |
tree | 2aae097e70ac945309375a9e0fecf808cf8b4c3f /PKGBUILD | |
parent | 4c0998fbd65df97cdbbd537efa369e98b7d7647d (diff) | |
download | aur-python-taurus-pyqtgraph.tar.gz |
upgpkg:0.9.6-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ _name=taurus_pyqtgraph pkgname=python-taurus-pyqtgraph -pkgver=0.9.3 +pkgver=0.9.6 pkgrel=1 pkgdesc="Taurus extension providing pyqtgraph-based widgets" arch=('any') @@ -12,7 +12,7 @@ depends=(python-pyqtgraph python-taurus python-pyqt5-datavisualization) optdepends=('python-pyhdbpp: Plotting data from the HDB++ archiver') makedepends=(python-build python-installer) source=("${_name}-${pkgver}.tar.gz::https://gitlab.com/taurus-org/${_name}/-/archive/${pkgver}/${_name}-${pkgver}.tar.gz") -sha256sums=("f27129ce2f1c01e33e156fcaf12d9a1057204f5d14ff381abf4a6eb0568c2099") +sha256sums=("6757aa56cf24dae99e5f149d6c4dbee1d919c72d27dfe93a9505d276efc2e8d9") build() { cd "${_name}-${pkgver}" |