summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoras3ii2020-06-27 21:59:38 +0200
committeras3ii2020-06-27 21:59:38 +0200
commit585780a48b8cd5f438f582430f00e24e0bcd1971 (patch)
tree59bbe5ddd10cde5f4c839e5d0c1ffd1ecbb8f379
parent2d64c56d982fa7e378bf85a99ae5444b8c83ee91 (diff)
downloadaur-585780a48b8cd5f438f582430f00e24e0bcd1971.tar.gz
removed version for 'provides' parametere
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b44e4a0f2c54..eff94377ad7c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,7 @@ pkgbase = emptty-git
optdepends = xorg-server
optdepends = xorg-xauth: required if using xorgserver
optdepends = wayland: alternative to xorg
- provides = emptty=0.2.0.r2.gfcc48d0
+ provides = emptty
backup = etc/emptty/conf
source = git+https://github.com/tvrzna/emptty.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 5519d267e9e6..a53ddcb0b6f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ makedepends=(git go make pam)
optdepends=('xorg-server'
'xorg-xauth: required if using xorgserver'
'wayland: alternative to xorg')
-provides=("emptty=$pkgver")
+provides=("emptty")
backup=('etc/emptty/conf')
source=("git+${url}.git")
sha256sums=('SKIP')