summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Gamble2020-12-02 21:29:56 +1100
committerMatthew Gamble2020-12-02 21:29:56 +1100
commit9b6a4dbe595f23b59ea0db8ab92f41577754cf16 (patch)
tree624ea9fa95698af6938834250651e397947172fc
parent84b0b5f0cbdff108d02704378b8a0efbb0d7e265 (diff)
downloadaur-9b6a4dbe595f23b59ea0db8ab92f41577754cf16.tar.gz
Bump for python3.9 rebuild
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed2f75e6bb39..7bbe62fdc478 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Sat Jan 5 09:15:27 UTC 2019
pkgbase = python-usersettings
- pkgdesc = Python module for easily managing persistent settings using an editable format and stored in an OS-appropriate location.
+ pkgdesc = Python module for easily managing persistent settings using an editable format and stored in an OS-appropriate location
pkgver = 1.0.7
- pkgrel = 3
+ pkgrel = 4
url = https://pypi.org/project/usersettings
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 3ec541d89c56..ea6bf85f58e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-usersettings
pkgver=1.0.7
-pkgrel=3
-pkgdesc="Python module for easily managing persistent settings using an editable format and stored in an OS-appropriate location."
+pkgrel=4
+pkgdesc="Python module for easily managing persistent settings using an editable format and stored in an OS-appropriate location"
arch=('any')
url="https://pypi.org/project/usersettings"
license=("BSD")