summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5de0c1e26e24..734e3f48c18b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=latex-flatten
pkgver=0.3.0
-pkgrel=1
+pkgrel=2
pkgdesc='Make the file structure of your LaTeX project boring and flat'
arch=(any)
url="https://gitlab.com/nobodyinperson/$pkgname"
-license=(GPL3)
+license=(GPL-3.0-only)
_pydeps=(rich)
depends=(python
"${_pydeps[@]/#/python-}")