summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCullen2020-09-10 12:27:57 -0400
committerCullen2020-09-10 12:27:57 -0400
commitf8a5ddb3bca611a644d64aab653977ec8f4fd774 (patch)
tree791ca25f5e57267776b54c7269dcd46b0b1fefb1
parent1de29901864f9a5f57f0f9845e15b0ff9b203cdb (diff)
downloadaur-f8a5ddb3bca611a644d64aab653977ec8f4fd774.tar.gz
Should now show dependencies
-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}"