summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Dyatlov2022-02-27 19:08:33 +0300
committerIgor Dyatlov2022-02-27 19:08:33 +0300
commitd4096ecc9baefe1a14345dbc09d53d683c363ae8 (patch)
treeddfef86076f6da03be6627bc50aeb35b3cd4fa8c
parentb595db9f96d16270e76e0de75e5b09c2031b7a4c (diff)
downloadaur-d4096ecc9baefe1a14345dbc09d53d683c363ae8.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 2c518b5a75f1..da376164c3b7 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 = 11
+ pkgver = 12
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/v11.tar.gz
- b2sums = 76accbf58777d523ec11c4413cea63af66bc21dd6566e840659a4790a632897ae7b08bcdf11450596b82061c26f312bea06fa79253b2b0aec7274596d41435ff
+ source = https://github.com/Schneegans/Burn-My-Windows/archive/v12.tar.gz
+ b2sums = d3c3d4ce46bda1fd6e65ae463c2de6f844661f9cedc487d6ce10b85705683e1b6d204bc2aa064b476670a80f355c722689877dc4637809cfad0513934526c48c
pkgname = gnome-shell-extension-burn-my-windows
diff --git a/PKGBUILD b/PKGBUILD
index 4d20158a68bf..79a04ea2edd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gnome-shell-extension-burn-my-windows
_pkgname=Burn-My-Windows
-pkgver=11
+pkgver=12
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=('76accbf58777d523ec11c4413cea63af66bc21dd6566e840659a4790a632897ae7b08bcdf11450596b82061c26f312bea06fa79253b2b0aec7274596d41435ff')
+b2sums=('d3c3d4ce46bda1fd6e65ae463c2de6f844661f9cedc487d6ce10b85705683e1b6d204bc2aa064b476670a80f355c722689877dc4637809cfad0513934526c48c')
build() {
cd "$_pkgname-$pkgver"