summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Dyatlov2022-02-04 20:19:23 +0300
committerIgor Dyatlov2022-02-04 20:19:23 +0300
commitb595db9f96d16270e76e0de75e5b09c2031b7a4c (patch)
tree864a8c8ea3e240252bb046e8fca831510bcd0d31
parent1e4e8b0647b88df006a35964ced0c2e45713eac2 (diff)
downloadaur-b595db9f96d16270e76e0de75e5b09c2031b7a4c.tar.gz
Updates
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d63727710a4..2c518b5a75f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = gnome-shell-extension-burn-my-windows
pkgdesc = Disintegrate your apps the old-school way.
- pkgver = 10
+ pkgver = 11
pkgrel = 1
url = https://github.com/Schneegans/Burn-My-Windows
arch = any
license = GPL3
makedepends = zip
depends = gnome-shell
- source = https://github.com/Schneegans/Burn-My-Windows/archive/v10.tar.gz
- b2sums = 34733d188b68fec68623ac3706b20e70acf95d3e63e14a073b2af4927aab454f9634854add1f2e786ba323a84160b8af33802042fb5f83c1d42771f176bfc483
+ source = https://github.com/Schneegans/Burn-My-Windows/archive/v11.tar.gz
+ b2sums = 76accbf58777d523ec11c4413cea63af66bc21dd6566e840659a4790a632897ae7b08bcdf11450596b82061c26f312bea06fa79253b2b0aec7274596d41435ff
pkgname = gnome-shell-extension-burn-my-windows
diff --git a/PKGBUILD b/PKGBUILD
index 07e80e876e19..4d20158a68bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gnome-shell-extension-burn-my-windows
_pkgname=Burn-My-Windows
-pkgver=10
+pkgver=11
pkgrel=1
pkgdesc="Disintegrate your apps the old-school way."
arch=('any')
@@ -11,7 +11,7 @@ license=('GPL3')
depends=('gnome-shell')
makedepends=('zip')
source=(${url}/archive/v$pkgver.tar.gz)
-b2sums=('34733d188b68fec68623ac3706b20e70acf95d3e63e14a073b2af4927aab454f9634854add1f2e786ba323a84160b8af33802042fb5f83c1d42771f176bfc483')
+b2sums=('76accbf58777d523ec11c4413cea63af66bc21dd6566e840659a4790a632897ae7b08bcdf11450596b82061c26f312bea06fa79253b2b0aec7274596d41435ff')
build() {
cd "$_pkgname-$pkgver"