summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStelios Tsampas2023-08-20 11:22:36 +0300
committerStelios Tsampas2023-08-20 11:22:36 +0300
commit82c2cb727d612aae69d4815b68588f4867c7d1b7 (patch)
tree212cee5bf48d0e58811b9a30a9406305ad3d0adc /PKGBUILD
parent811719f3a33bb9670b75cdcd18d2908d0cb16449 (diff)
downloadaur-82c2cb727d612aae69d4815b68588f4867c7d1b7.tar.gz
[vitables] Version 3.0.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 7 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 69b1570d2a57..d5d424807b91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,31 +3,31 @@
# Contributor: archlinux.info:tdy
pkgname=vitables
-pkgver=3.0.2
-pkgrel=6
+pkgver=3.0.3
+pkgrel=1
pkgdesc="A GUI browser and editor for PyTables/HDF5 files"
arch=(any)
url=https://vitables.org
license=(GPL3)
-depends=(python-{build,installer,wheel}
- python-setuptools-scm
+depends=(
+ python-{build,installer,wheel}
+ python-setuptools-scm
'python-pyqt5'
'python-qtpy'
'python-pytables'
)
makedepends=(
+ 'python-hatch'
'python-sphinx'
)
source=(
"$pkgname-$pkgver.tar.gz::https://github.com/uvemas/ViTables/archive/v$pkgver.tar.gz"
- "https://github.com/uvemas/ViTables/commit/b6f1a8164f56d793f1f4f8cc4132c4cd9af8c374.patch"
"vitables.desktop"
"vitables.svg"
)
prepare() {
cd ViTables-"$pkgver"
- patch -p1 -i "$srcdir"/b6f1a8164f56d793f1f4f8cc4132c4cd9af8c374.patch
}
build() {
@@ -43,7 +43,6 @@ package() {
install -m644 "$srcdir"/vitables.svg "$pkgdir"/usr/share/pixmaps/
}
-sha256sums=('43a965a08124fe0e1974aed27a7149cdeaf75e8ae833e95a18a94d7d5bd506c8'
- '1b57d7e8844fa51facba75b78c5f890c04e510b83aa650715bc6a961c6338e2d'
+sha256sums=('9f1747ff3ccc2963ece3252519bbc88216c85b66c12c819e96b8d71d92aab31e'
'dd793f85d81591edd837a5fb94642dbf3ba488c69c605cbc2c87f74baea8676c'
'0be6fdeb2c1f40fe2c478b0a6b9f99bad170d69f1210300d736bb98a5b9edcd8')