diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2023-05-03 23:15:26 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2023-05-03 23:15:26 +0200 |
| commit | c82733b107497dbb9b454463c5860b8c8140ce27 (patch) | |
| tree | e1b1bf0ff22b3cd425af22846f7de198826ffcd3 /python-hat-aio | |
| parent | 7be6950258767f2beb47bc44056850fd7bc12002 (diff) | |
.
Diffstat (limited to 'python-hat-aio')
| -rw-r--r-- | python-hat-aio/.gitignore | 4 | ||||
| -rw-r--r-- | python-hat-aio/PKGBUILD | 6 |
2 files changed, 3 insertions, 7 deletions
diff --git a/python-hat-aio/.gitignore b/python-hat-aio/.gitignore deleted file mode 100644 index d5a4656..0000000 --- a/python-hat-aio/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -/pkg -/python-hat-aio-*.pkg.tar.* -/src -/v*.tar.gz diff --git a/python-hat-aio/PKGBUILD b/python-hat-aio/PKGBUILD index b8068e0..f0d91f6 100644 --- a/python-hat-aio/PKGBUILD +++ b/python-hat-aio/PKGBUILD @@ -2,16 +2,16 @@ _name=hat-aio pkgname=python-$_name -pkgver=0.7.5 +pkgver=0.7.7 pkgrel=1 pkgdesc="Hat async utility library" url="https://github.com/hat-open/hat-aio" license=('Apache') arch=('any') -depends=('python-hat-util') +depends=('python') makedepends=('python-hat-doit' 'python-installer') source=("https://github.com/hat-open/hat-aio/archive/refs/tags/v$pkgver.tar.gz") -sha256sums=('71f215e9c08ac3a76acd23be05e431ec085715df238f0c59b115735ac94b2f9e') +sha256sums=('d048a44e51ee2c2d984ab958b3ce2f4105d98b3805c0c1ca277ecca1a23c96b9') build() { cd "$srcdir/$_name-$pkgver" |
