summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWill Handley2020-12-02 09:12:56 +0000
committerWill Handley2020-12-02 09:12:56 +0000
commit4ffc256f5e559a6db5c9518b24cb39771faf54b9 (patch)
treed1d668985c7e0213fc71e453e496610ab0fb9433 /PKGBUILD
parentff8838e3917fdc655efaabd2c679b5b7fa853cb9 (diff)
downloadaur-4ffc256f5e559a6db5c9518b24cb39771faf54b9.tar.gz
Python 3.9 bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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"