summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFranco Masotti2019-04-04 12:43:24 +0200
committerFranco Masotti2019-04-04 12:43:24 +0200
commit94609a0b8809df7e20c119c0cd44038db262767e (patch)
treecb87e3dd6d74ebb21ce6780f23330b2613f48595
parentd36b0adca793de9d7a4f3570b81002572f514b6a (diff)
downloadaur-94609a0b8809df7e20c119c0cd44038db262767e.tar.gz
New release.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 661bd4492a0b..00aa1168e172 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-fpyutils
pkgdesc = A collection of useful non-standard Python functions which aim to be simple to use
- pkgver = 0.0.4
+ pkgver = 1.0.0
pkgrel = 1
url = https://github.com/frnmst/fpyutils
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-fpyutils
makedepends = python-setuptools
depends = python
options = !emptydirs
- source = python-fpyutils.tar.gz::https://github.com/frnmst/fpyutils/archive/0.0.4.tar.gz
- sha256sums = 75404af8ec8225505eb7cf5bb1307453aba42165aba1d6c7224e9d865046838e
+ source = python-fpyutils.tar.gz::https://github.com/frnmst/fpyutils/archive/1.0.0.tar.gz
+ sha256sums = d61a7abd1529fed24445886bc8af831c81d64a2ff4faf82f6fffbf62e125df3d
pkgname = python-fpyutils
diff --git a/PKGBUILD b/PKGBUILD
index be3d346de900..2d30ab9e9feb 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.4
+pkgver=1.0.0
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=('75404af8ec8225505eb7cf5bb1307453aba42165aba1d6c7224e9d865046838e')
+sha256sums=('d61a7abd1529fed24445886bc8af831c81d64a2ff4faf82f6fffbf62e125df3d')
check() {
cd "${srcdir}"/fpyutils-"${pkgver}"