summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Dyatlov2021-05-07 15:51:49 +0300
committerIgor Dyatlov2021-05-07 15:51:49 +0300
commit3b09009c184333c3e1c9160cefabe63479cfbee6 (patch)
treed7fe80447993b1c67c1e1d67185d648064339baa
parent55e3bd54886500dc65707371aece21cea30e79bf (diff)
downloadaur-3b09009c184333c3e1c9160cefabe63479cfbee6.tar.gz
Updates
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67873e02a3a0..7563475b9155 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,8 +7,8 @@ pkgbase = gnome-shell-extension-wintile
license = GPL3
makedepends = zip
depends = gnome-shell
- provides = gnome-shell-extension-wintile
- conflicts = gnome-shell-extension-wintile
+ provides = gnome-shell-extension-wintile-git
+ conflicts = gnome-shell-extension-wintile-git
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 9869d6b7346f..7eb0a0ed21c8 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@ url="https://github.com/fmstrat/wintile"
license=('GPL3')
depends=('gnome-shell')
makedepends=('zip')
-provides=("${pkgname%-git}")
-conflicts=("${pkgname%-git}")
+provides=("${pkgname}-git")
+conflicts=("${pkgname}-git")
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
_srcname=wintile
sha512sums=('SKIP')