summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoretckeeper2020-12-02 15:21:19 +0100
committeretckeeper2020-12-02 15:21:19 +0100
commitefdab8504f702c10bd9f8a2475de916dbd0a2908 (patch)
tree340188c0ff262fcde85c1c4de280749d4632356e
parentd829951a337be5348ae9ab68bb97843894afe6ac (diff)
downloadaur-efdab8504f702c10bd9f8a2475de916dbd0a2908.tar.gz
pkgrel bump to trigger a rebuild from python 3.9
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58c905702ebc..361205d57e16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-untangle
pkgdesc = Converts XML to a Python object
pkgver = 1.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/stchris/untangle
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index d7b9a2a5bc07..573ec11dc12f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-untangle
pkgver=1.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Converts XML to a Python object"
arch=('any')
url="https://github.com/stchris/untangle"