summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFranco Masotti2020-05-20 17:04:06 +0200
committerFranco Masotti2020-05-20 17:04:06 +0200
commit6d5611f9f6c32fce1f1f75378b8e74d84c7fac59 (patch)
treee01d6a249df2380fda5057dd29732c356b0fddc0
parent55b12716cdb5e95f8073bd59c261b1ba030c013c (diff)
downloadaur-6d5611f9f6c32fce1f1f75378b8e74d84c7fac59.tar.gz
New release.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01b5f2fbabff..0ec1b2b4824b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = python-fpyutils
pkgdesc = A collection of useful non-standard Python functions which aim to be simple to use
- pkgver = 1.1.0
+ pkgver = 1.1.2
pkgrel = 1
url = https://github.com/frnmst/fpyutils
arch = any
license = GPL3
makedepends = python-setuptools
depends = python
- depends = python-atomicwrites=1.3.0
+ depends = python-atomicwrites=1.4.0
options = !emptydirs
- source = python-fpyutils.tar.gz::https://github.com/frnmst/fpyutils/archive/1.1.0.tar.gz
- sha256sums = bf215208185d93ebf76171edc9151dea09f60a8174d432b5e5c216f31fafd302
+ source = python-fpyutils.tar.gz::https://github.com/frnmst/fpyutils/archive/1.1.2.tar.gz
+ sha256sums = 7f2db6439abcf9994be19b73c146739f7189f9864a828f9f05141cd349f7bf37
pkgname = python-fpyutils
diff --git a/PKGBUILD b/PKGBUILD
index c8550ba16337..972ee2a1e924 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
-# Maintainer: Franco Masotti <franco dot masotti at student dot unife dot it>
-# Contributor: Franco Masotti <franco dot masotti at student dot unife dot it>
+# Maintainer: Franco Masotti <franco dot masotti at live dot com>
+# Contributor: Franco Masotti <franco dot masotti at live dot com>
pkgname=python-fpyutils
-pkgver=1.1.0
+pkgver=1.1.2
pkgrel=1
pkgdesc="A collection of useful non-standard Python functions which aim to be simple to use"
arch=('any')
url="https://github.com/frnmst/fpyutils"
license=('GPL3')
-depends=('python' 'python-atomicwrites=1.3.0')
+depends=('python' 'python-atomicwrites=1.4.0')
makedepends=('python-setuptools')
options=(!emptydirs)
source=("${pkgname}.tar.gz::https://github.com/frnmst/fpyutils/archive/${pkgver}.tar.gz")
-sha256sums=('bf215208185d93ebf76171edc9151dea09f60a8174d432b5e5c216f31fafd302')
+sha256sums=('7f2db6439abcf9994be19b73c146739f7189f9864a828f9f05141cd349f7bf37')
check() {
cd "${srcdir}"/fpyutils-"${pkgver}"