summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheJackiMonster2022-01-04 18:54:34 +0100
committerTheJackiMonster2022-01-04 18:54:34 +0100
commita9d02516855ba8840079a9fe14f1b9b3326e49a0 (patch)
treec458db5119602b6e2f80b9cde863b145b73e66a3
parentf909e405288966e2701ced5638111835a8fa7af9 (diff)
downloadaur-a9d02516855ba8840079a9fe14f1b9b3326e49a0.tar.gz
Added pyxdg to its dependencies
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02a8ddede814..eda687cb1186 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pinephone-compass-git
pkgdesc = A simple GTK3 compass app for the Pine64 Pinephone.
pkgver = 0.3.1
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/lgtrombetta/pinephone-compass
arch = any
license = GPL3
@@ -15,6 +15,7 @@ pkgbase = pinephone-compass-git
depends = python-numpy
depends = python-matplotlib
depends = python-pandas
+ depends = python-pyxdg
provides = pinephone-compass
conflicts = pinephone-compass
source = git+https://gitlab.com/lgtrombetta/pinephone-compass.git
diff --git a/PKGBUILD b/PKGBUILD
index 929573cf8a24..1d7974bcb1bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=pinephone-compass-git
pkgver=0.3.1
-pkgrel=1
+pkgrel=2
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')
+depends=('gtk3' 'libhandy' 'python-numpy' 'python-matplotlib' 'python-pandas' 'python-pyxdg')
makedepends=(git gcc pkgconf meson python)
provides=(pinephone-compass)
conflicts=(pinephone-compass)