summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYohann D'ANELLO2020-11-28 15:58:29 +0100
committerYohann D'ANELLO2020-11-28 15:58:29 +0100
commit1d9c42eb12458964b9b6a32ad5b3a5edef3300ff (patch)
tree94d3cbf3911429a2e8a7f380ddea447cf9fbaad2 /PKGBUILD
parent1b3023239c05dee627d19ad142cca7219ce80012 (diff)
downloadaur-1d9c42eb12458964b9b6a32ad5b3a5edef3300ff.tar.gz
Use gettext to compile translations
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c48dffe20110..7aebac20d473 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
name=squirrel-battle
pkgname=python-squirrel-battle
pkgver=3.14.1
-pkgrel=1
+pkgrel=2
pkgdesc="Watch out for squirrel's knives!"
arch=('any')
url="https://gitlab.crans.org/ynerant/squirrel-battle"
license=('GPLv3')
depends=('python')
-makedepends=('python-setuptools')
+makedepends=('gettext' 'python-setuptools')
depends=('noto-fonts-emoji')
checkdepends=('python-tox')
source=("https://gitlab.crans.org/ynerant/squirrel-battle/-/archive/v$pkgver/$name-v$pkgver.tar.gz")