summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Dyatlov2022-04-07 17:23:09 +0300
committerIgor Dyatlov2022-04-07 17:23:09 +0300
commita3477dbd959be4edfd52c07fa19537cb526c4078 (patch)
tree6dcac69fb164d816271fb0e4bc94627b866886f4
parentd4096ecc9baefe1a14345dbc09d53d683c363ae8 (diff)
downloadaur-a3477dbd959be4edfd52c07fa19537cb526c4078.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 da376164c3b7..faf980a57c7b 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 = 12
+ pkgver = 15
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/v12.tar.gz
- b2sums = d3c3d4ce46bda1fd6e65ae463c2de6f844661f9cedc487d6ce10b85705683e1b6d204bc2aa064b476670a80f355c722689877dc4637809cfad0513934526c48c
+ source = https://github.com/Schneegans/Burn-My-Windows/archive/v15.tar.gz
+ b2sums = 70374ca18e9bdec2dd6dc834b9e5c11a00218ca56968f8e9ab4daaad626fe2047e2ddfb6e475a0aebed7223e2832589b7f28edc516942c41a551f31471e22fbc
pkgname = gnome-shell-extension-burn-my-windows
diff --git a/PKGBUILD b/PKGBUILD
index 79a04ea2edd4..3c815458c828 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gnome-shell-extension-burn-my-windows
_pkgname=Burn-My-Windows
-pkgver=12
+pkgver=15
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=('d3c3d4ce46bda1fd6e65ae463c2de6f844661f9cedc487d6ce10b85705683e1b6d204bc2aa064b476670a80f355c722689877dc4637809cfad0513934526c48c')
+b2sums=('70374ca18e9bdec2dd6dc834b9e5c11a00218ca56968f8e9ab4daaad626fe2047e2ddfb6e475a0aebed7223e2832589b7f28edc516942c41a551f31471e22fbc')
build() {
cd "$_pkgname-$pkgver"