summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimPilotAdamT2022-03-03 22:37:22 +0000
committerSimPilotAdamT2022-03-03 22:37:22 +0000
commitb748534e68efaa8c910e52e5f7a81b304e0d3923 (patch)
tree3b3fe0a7da10a6ec879ba61da70c68cc3f175b2b
parent214e9d91a93d1c68464f9e686c05b488106366d1 (diff)
downloadaur-b748534e68efaa8c910e52e5f7a81b304e0d3923.tar.gz
initial
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6230ffa6e672..39600f86070a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-fildem
pkgver=0.6.7
-pkgrel=1
+pkgrel=2
pkgdesc="This project is a fork of gnomehud with the adition of a global menu bar"
arch=('i686' 'x86_64')
url="https://github.com/gonzaarcr/fildem"
@@ -17,7 +17,8 @@ depends=('bamf'
makedepends=('git')
provides=("python3-fildem=$pkgver"
"python-fildem=$pkgver")
-conflicts=("python3-fildem")
+conflicts=("python3-fildem"
+ "python-fildem-git")
source=("git+https://github.com/gonzaarcr/fildem.git#tag=$pkgver")
md5sums=('SKIP')