summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-11-03 22:53:47 -0700
committerMark Wagie2020-11-03 22:53:47 -0700
commit54f51bfe52a7e0b557f0a239fcd5bc08460a7c09 (patch)
tree378b80be6c9a8fbeb6a98205c7c635baaab97f8e
parent7d1339c725685b668a2ea14c3be7393747dea48e (diff)
downloadaur-54f51bfe52a7e0b557f0a239fcd5bc08460a7c09.tar.gz
adjust dependencies
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore7
-rw-r--r--PKGBUILD2
3 files changed, 9 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa96873072ab..2d7211069dea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = blanket
depends = gtk3
depends = gst-python
depends = python-gobject
- depends = libhandy-1.so
+ depends = libhandy
source = blanket-0.3.1.tar.gz::https://github.com/rafaelmardojai/blanket/archive/0.3.1.tar.gz
sha256sums = 79942ed919507c0078266d221c433ba9209f8ea5f11371d55d64bd3b469623bf
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..4dab8d6386e3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+# Ignore everything
+*
+
+# But not these files...
+!.gitignore
+!PKGBUILD
+!.SRCINFO
diff --git a/PKGBUILD b/PKGBUILD
index abd1b8dcf015..5f583d928288 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Improve focus and increase your productivity by listening to different
arch=('x86_64')
url="https://github.com/rafaelmardojai/blanket"
license=('GPL3')
-depends=('gtk3' 'gst-python' 'python-gobject' 'libhandy-1.so')
+depends=('gtk3' 'gst-python' 'python-gobject' 'libhandy')
makedepends=('meson')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
sha256sums=('79942ed919507c0078266d221c433ba9209f8ea5f11371d55d64bd3b469623bf')