summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c8813d963002..316dfbdff63d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
_pkgname=plac
pkgname=python-${_pkgname}
-pkgver=1.3.3
+pkgver=1.3.4
pkgrel=1
-pkgdesc="The smartest command line arguments parser in the world"
-url="https://pypi.org/project/plac/"
+pkgdesc='The smartest command line arguments parser in the world'
+url='https://pypi.org/project/plac/'
depends=(python)
makedepends=(python-setuptools)
license=(BSD)
arch=(any)
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('51e332dabc2aed2cd1f038be637d557d116175101535f53eaa7ae854a00f2a74')
+sha256sums=('c91a4c9f9cc67c7e7213b6823b0ea15cd0afe5eaf8f8dda1fe5cb10192b137f5')
build() {