summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Dejonckheere2024-04-12 17:28:37 +0300
committerFlorian Dejonckheere2024-04-12 17:28:37 +0300
commit3a80c848486981ec03b0ffa852e85cfee0f4ebfa (patch)
tree8ebbd0da350279f2aac6702fbc893d35f8245d37
parentcce123ba5c1fceb4f06093470a1aebf26e804ac7 (diff)
downloadaur-hdapsicon-git.tar.gz
Add librsvg to dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4933d8768caf..0d7aeb72edca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hdapsicon-git
pkgdesc = A standalone GTK applet for HDAPS disk protection status - formerly known as ThinkHDAPS
pkgver = 2eec2c7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/thpani/thinkhdaps
arch = any
license = GPL
@@ -9,8 +9,8 @@ pkgbase = hdapsicon-git
depends = gnome-python
depends = tp_smapi
depends = hdapsd
+ depends = librsvg
source = hdapsicon-git::git+https://github.com/thpani/thinkhdaps
md5sums = SKIP
pkgname = hdapsicon-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 73e9beda3aba..9e4c275dac34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=hdapsicon-git
pkgver=2eec2c7
-pkgrel=1
+pkgrel=2
pkgdesc="A standalone GTK applet for HDAPS disk protection status - formerly known as ThinkHDAPS"
arch=('any')
url="https://github.com/thpani/thinkhdaps"
license=("GPL")
-depends=(pygtk gnome-python tp_smapi hdapsd)
+depends=(pygtk gnome-python tp_smapi hdapsd librsvg)
source=("${pkgname}::git+https://github.com/thpani/thinkhdaps")
md5sums=('SKIP')