diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-04 04:45:57 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-04 04:54:41 +0100 |
commit | 72a9c515113afa55ba2fb5860802674c3838ee84 (patch) | |
tree | f1ef66e0881e1fa2519976cabdaca9b3cc43e384 /community | |
parent | 7bc7a24ed2dcaa63106fa51256b1f504c287765b (diff) | |
download | aports-72a9c515113afa55ba2fb5860802674c3838ee84.tar.bz2 aports-72a9c515113afa55ba2fb5860802674c3838ee84.tar.xz |
community/py3-watchdog: upgrade to 0.10.1
Diffstat (limited to 'community')
-rw-r--r-- | community/py3-watchdog/APKBUILD | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/community/py3-watchdog/APKBUILD b/community/py3-watchdog/APKBUILD index 9a6f621156..18b1147f12 100644 --- a/community/py3-watchdog/APKBUILD +++ b/community/py3-watchdog/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=py3-watchdog _pkgname=watchdog -pkgver=0.10.0 +pkgver=0.10.1 pkgrel=0 pkgdesc="Filesystem events monitoring" url="https://github.com/gorakhargosh/watchdog" @@ -16,13 +16,11 @@ source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname builddir="$srcdir"/$_pkgname-$pkgver build() { - cd "$builddir" - python3 setup.py build + python3 setup.py build } package() { - cd "$builddir" - python3 setup.py install --prefix=/usr --root="$pkgdir" + python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="692057d33edda7692a4e26a75225291eef05c294ce470cad4050df78cd4b55d0c0255ea4cd994a537b616da3158696e64f1c7ccbcb8aeb2ef3a6df837d23d7d9 watchdog-0.10.0.tar.gz" +sha512sums="2bca00bfa59c904400126b7ffda915c9c9a7f2d2790993ebcb2987c3b1890bd417e8f3a19b148acd0dde43e3af12a94a3a97d7c3a03d4f967d37b3caf3295f3c watchdog-0.10.1.tar.gz" |