summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwwmm2024-04-18 21:12:38 -0300
committerwwmm2024-04-18 21:12:38 -0300
commit6fd2b56883371a8b024502ebd1461c8bfe5de053 (patch)
tree6287267a4762db2534f78e75c769df35d13d7791
parente858390f7885b8804c107b07cd5ba76696bdcb36 (diff)
downloadaur-6fd2b56883371a8b024502ebd1461c8bfe5de053.tar.gz
new release
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 850ee5d79e6e..c2e6a77eada1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Wellington <wellingtonwallace@gmail.com>
pkgname=wwplot
-pkgver=0.0.9
+pkgver=1.0.0
pkgrel=1
pkgdesc="Plotting Tool for Experimental Physics Classes"
arch=(any)
url="https://github.com/wwmm/wwplot"
license=('GPL3')
-depends=(python pyside2 python-numpy python-scipy python-matplotlib qt5-base
- qt5-declarative)
+depends=(python pyside6 python-numpy python-scipy python-matplotlib qt6-base
+ qt6-declarative)
makedepends=('meson')
options=(!emptydirs)
source=("$pkgname-$pkgver::https://github.com/wwmm/wwplot/archive/v$pkgver.tar.gz")
-sha256sums=('36a9ac68d51dbb62702a2fff0b3cb516e902f7e9800101aa050af9e2a8490a83')
+sha256sums=('9f25dad0c62d89ef38a85e4845079572b424b57d256a52d329c8948beb09e983')
build() {
cd "$srcdir/$pkgname-$pkgver"