summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore1
-rw-r--r--.nvchecker.toml4
-rw-r--r--PKGBUILD5
4 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d6025fe03a3..62a00b4d6dfc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = python-dicttoxml
pkgdesc = Converts a Python dictionary or other native data type into a valid XML string
pkgver = 1.7.16
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/quandyfactory/dicttoxml
arch = any
- license = GPL
+ license = GPL-2.0-or-later
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..72e8ffc0db8a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*
diff --git a/.nvchecker.toml b/.nvchecker.toml
new file mode 100644
index 000000000000..a2f3beaaa2fe
--- /dev/null
+++ b/.nvchecker.toml
@@ -0,0 +1,4 @@
+[python-dicttoxml]
+source = "github"
+github = "quandyfactory/dicttoxml"
+
diff --git a/PKGBUILD b/PKGBUILD
index 19b6e150ae6d..4908e7e06d1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,13 @@
# Maintainer: Jose Riha <jose1711 gmail com>
# Maintainer: Carlos Aznarán <caznaranl@uni.pe>
-
_base=dicttoxml
pkgname=python-${_base}
pkgdesc="Converts a Python dictionary or other native data type into a valid XML string"
pkgver=1.7.16
-pkgrel=1
+pkgrel=2
arch=(any)
url="https://github.com/quandyfactory/${_base}"
-license=(GPL)
+license=(GPL-2.0-or-later)
depends=(python)
makedepends=(python-build python-installer python-setuptools python-wheel)
source=(https://pypi.org/packages/source/${_base::1}/${_base}/${_base}-${pkgver}.tar.gz)