summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandra2023-08-23 18:19:40 -0600
committerAlexandra2023-08-23 18:19:40 -0600
commit406c2ecaa3040f25c372738031579778d26faf67 (patch)
treec4017b05085ad622a34c421baa74c85739235a3a
parentf5f870310b0dff8ca98e6dbde314168e54476a11 (diff)
downloadaur-406c2ecaa3040f25c372738031579778d26faf67.tar.gz
Translation support, add depend
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2f95eaee986..d9a2959bab50 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = fancytasks
pkgdesc = More modern style taskbar-style window switcher displaying icons and text, with some improvments
- pkgver = 1.1.2
+ pkgver = 1.1.3
pkgrel = 1
url = https://github.com/alexankitty/FancyTasks
arch = any
license = GPL
makedepends = git
+ makedepends = python3
depends = plasma-workspace
depends = kirigami2
provides = fancytasks
diff --git a/PKGBUILD b/PKGBUILD
index 908fab9f729f..8d32e649e5c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Alexandra Stone <ideas@alexankitty.com>
pkgname="fancytasks"
-pkgver=1.1.2
+pkgver=1.1.3
pkgrel=1
pkgdesc="More modern style taskbar-style window switcher displaying icons and text, with some improvments"
arch=(any)
url="https://github.com/alexankitty/FancyTasks"
license=(GPL)
depends=(plasma-workspace kirigami2)
-makedepends=(git)
+makedepends=(git python3)
provides=(fancytasks)
source=("git+https://github.com/alexankitty/FancyTasks.git")
sha512sums=('SKIP')