diff options
author | Carlos Aznarán | 2023-10-13 16:02:14 -0500 |
---|---|---|
committer | Carlos Aznarán | 2023-10-13 16:02:14 -0500 |
commit | 7c8f30e74a5f2c7724619b8e9e4fa113536a7962 (patch) | |
tree | f929a5679ac360043dc1b79e6380cd5f6b5d714f /PKGBUILD | |
parent | f047f05db56328da7b3fca002cb1dd563b1323cd (diff) | |
download | aur-7c8f30e74a5f2c7724619b8e9e4fa113536a7962.tar.gz |
Bump version to 1.0.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Maintainer: Carlos Aznarán <caznaranl@uni.pe> _base=textual-universal-directorytree pkgname=python-${_base} -pkgver=1.0.1 +pkgver=1.0.2 pkgrel=1 pkgdesc="textual plugin for a DirectoryTree compatible with remote filesystems" arch=(any) @@ -11,7 +11,7 @@ depends=(python-textual python-universal_pathlib) makedepends=(python-build python-installer python-hatchling python-wheel) # checkdepends=(python-pytest) source=(${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz) -sha512sums=('8c108b8d553e7a9b4582c6e4f95eeb34a353664a798c2b37e7264ba02a5b796cac530eb9c06c69948c5fcb505f65ff55dac1f36de4013790f3217dcb5dcc9cf6') +sha512sums=('37256f3b7cf12f56c18a7e7faf21081b70d3b1ca7a3db9f15388614b1cb215e3e19a60891fecd2169b430cfdbfdca5d0010962c04dadbc3df5ba72c08314f451') build() { cd ${_base}-${pkgver} |