summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheJackiMonster2022-12-16 21:40:25 +0100
committerTheJackiMonster2022-12-16 21:40:25 +0100
commit3c4085ecffaf79ba58bb98fa1553ff81c056c84e (patch)
tree4545a2eb1af4acc5f11dba6ced28aab292080a7f
parenta9d02516855ba8840079a9fe14f1b9b3326e49a0 (diff)
downloadaur-3c4085ecffaf79ba58bb98fa1553ff81c056c84e.tar.gz
Update PKGBUILD and .SRCINFO
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eda687cb1186..f8a1103378c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,7 @@ pkgbase = pinephone-compass-git
makedepends = python
depends = gtk3
depends = libhandy
+ depends = gettext
depends = python-numpy
depends = python-matplotlib
depends = python-pandas
diff --git a/PKGBUILD b/PKGBUILD
index 1d7974bcb1bb..68add1c82b45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="A simple GTK3 compass app for the Pine64 Pinephone."
url="https://gitlab.com/lgtrombetta/pinephone-compass"
license=('GPL3')
arch=( 'any' )
-depends=('gtk3' 'libhandy' 'python-numpy' 'python-matplotlib' 'python-pandas' 'python-pyxdg')
+depends=('gtk3' 'libhandy' 'gettext' 'python-numpy' 'python-matplotlib' 'python-pandas' 'python-pyxdg')
makedepends=(git gcc pkgconf meson python)
provides=(pinephone-compass)
conflicts=(pinephone-compass)