summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Dyatlov2022-01-12 22:01:26 +0300
committerIgor Dyatlov2022-01-12 22:01:26 +0300
commit04890cfaf10e41ab7b402a29c9127c7299f238fd (patch)
treef4e48fabad8f8e30f2b29c0399096cdb2d431696
parent073c5f84ca86529e2063730efe9c252f12396c69 (diff)
downloadaur-04890cfaf10e41ab7b402a29c9127c7299f238fd.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 4c000a083f1e..8f33a02359ea 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 = 4
+ pkgver = 7
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/v4.tar.gz
- b2sums = 5559290855836586fde0dd796163dbd6c9e73b5060500f53ea311868e4ff4ecf4b9adfbba7a17b5969092492de1ad832b5d999721acf9b1bee76d60614847e6c
+ source = https://github.com/Schneegans/Burn-My-Windows/archive/v7.tar.gz
+ b2sums = ea2a6fb2ed6956d6158c4264aed1edea53e6d113297a39e6b34323248d8dba95e0f3bf50f931aed6b423ce1b5da0ed1bb288cd6b63b23f037ba0f33eb4522286
pkgname = gnome-shell-extension-burn-my-windows
diff --git a/PKGBUILD b/PKGBUILD
index 528f82d2c361..b03caf6277f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gnome-shell-extension-burn-my-windows
_pkgname=Burn-My-Windows
-pkgver=4
+pkgver=7
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=('5559290855836586fde0dd796163dbd6c9e73b5060500f53ea311868e4ff4ecf4b9adfbba7a17b5969092492de1ad832b5d999721acf9b1bee76d60614847e6c')
+b2sums=('ea2a6fb2ed6956d6158c4264aed1edea53e6d113297a39e6b34323248d8dba95e0f3bf50f931aed6b423ce1b5da0ed1bb288cd6b63b23f037ba0f33eb4522286')
build() {
cd "$_pkgname-$pkgver"