summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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")