summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2020-12-02 09:12:56 +0000
committerWill Handley2020-12-02 09:12:56 +0000
commit4ffc256f5e559a6db5c9518b24cb39771faf54b9 (patch)
treed1d668985c7e0213fc71e453e496610ab0fb9433
parentff8838e3917fdc655efaabd2c679b5b7fa853cb9 (diff)
downloadaur-4ffc256f5e559a6db5c9518b24cb39771faf54b9.tar.gz
Python 3.9 bump
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1774de1cc3e4..de0fb993b361 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-texsoup
pkgdesc = Python3 package for searching, navigating, and modifying LaTeX documents using BeautifulSoup-esque idioms
pkgver = 0.3.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/alvinwan/TexSoup
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 54a25f8021e1..c1f490b33ff9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_modulename=texsoup
pkgname=python-$_modulename
pkgver=0.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="Python3 package for searching, navigating, and modifying LaTeX documents using BeautifulSoup-esque idioms"
arch=(any)
url="https://github.com/alvinwan/TexSoup"