summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFranco Masotti2021-04-10 21:17:04 +0200
committerFranco Masotti2021-04-10 21:17:04 +0200
commit9a9c955e4da97ebac11ddb2a3bef8bdfd5e8e80e (patch)
tree38cd8c29174c923c06902cd2b061ee6ed57db746
parent7b5b46f1ecbb27a55cb01d59969aa69b355968a9 (diff)
downloadaur-9a9c955e4da97ebac11ddb2a3bef8bdfd5e8e80e.tar.gz
Update homepage.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c93bd7a2930a..3be100f3afda 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = python-fpyutils
pkgdesc = A collection of useful non-standard Python functions which aim to be simple to use
pkgver = 1.2.3
- pkgrel = 1
- url = https://github.com/frnmst/fpyutils
+ pkgrel = 2
+ url = https://blog.franco.net.eu.org/software/#fpyutils
arch = any
license = GPL3
makedepends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index 56bac60cd3dd..566039279216 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Contributor: Franco Masotti <franco dot masotti at live dot com>
pkgname=python-fpyutils
pkgver=1.2.3
-pkgrel=1
+pkgrel=2
pkgdesc="A collection of useful non-standard Python functions which aim to be simple to use"
arch=('any')
-url="https://github.com/frnmst/fpyutils"
+url="https://blog.franco.net.eu.org/software/#fpyutils"
license=('GPL3')
depends=('python' 'python-atomicwrites=1.4.0' 'python-yaml=5.4.1.1' 'python-requests=2.25.1')
makedepends=('python-setuptools')