summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Dyatlov2021-05-07 15:49:00 +0300
committerIgor Dyatlov2021-05-07 15:49:00 +0300
commit55e3bd54886500dc65707371aece21cea30e79bf (patch)
treeaeeb85ab2cae62ea560a0769c1c8e9e14d89af0b
parent2b65008b547a0b5295b7cd8f13bc8c65d266beb0 (diff)
downloadaur-55e3bd54886500dc65707371aece21cea30e79bf.tar.gz
Updates
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a90039254dd4..67873e02a3a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,8 @@ pkgbase = gnome-shell-extension-wintile
license = GPL3
makedepends = zip
depends = gnome-shell
+ provides = gnome-shell-extension-wintile
+ conflicts = gnome-shell-extension-wintile
source = gnome-shell-extension-wintile-7.tar.gz::https://github.com/fmstrat/wintile/archive/v7.tar.gz
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index cde7c81563ed..9869d6b7346f 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,8 @@ url="https://github.com/fmstrat/wintile"
license=('GPL3')
depends=('gnome-shell')
makedepends=('zip')
+provides=("${pkgname%-git}")
+conflicts=("${pkgname%-git}")
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
_srcname=wintile
sha512sums=('SKIP')