summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 877709235f0f..be3d346de900 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Franco Masotti <franco dot masotti at student dot unife dot it>
# Contributor: Franco Masotti <franco dot masotti at student dot unife dot it>
pkgname=python-fpyutils
-pkgver=0.0.3
+pkgver=0.0.4
pkgrel=1
pkgdesc="A collection of useful non-standard Python functions which aim to be simple to use"
arch=('any')
@@ -11,7 +11,7 @@ depends=('python')
makedepends=('python-setuptools')
options=(!emptydirs)
source=("${pkgname}.tar.gz::https://github.com/frnmst/fpyutils/archive/${pkgver}.tar.gz")
-sha256sums=('faee6481524ff58aef0ae75fac788bb8dc943dcd2fbf8a2d8343e845a84e6dc6')
+sha256sums=('75404af8ec8225505eb7cf5bb1307453aba42165aba1d6c7224e9d865046838e')
check() {
cd "${srcdir}"/fpyutils-"${pkgver}"