summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f9f27032c50..5a1169f9aa78 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
pkgbase = desknamer-git
pkgdesc = automatically rename bspwm desktops based on applications inside
pkgver = r41.c81f631
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/jallbrit/desknamer
arch = any
license = GPL3
makedepends = git
depends = bspwm
+ depends = python
+ depends = bash
provides = desknamer
source = desknamer::git+https://gitlab.com/jallbrit/desknamer.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index fd37ead979bf..d7204bbc9ed7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname='desknamer'
pkgname="${_pkgname}-git"
pkgver=r41.c81f631
-pkgrel=1
+pkgrel=2
pkgdesc='automatically rename bspwm desktops based on applications inside'
arch=('any')
url="https://gitlab.com/jallbrit/${_pkgname}"