summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Dyatlov2022-01-18 21:20:16 +0300
committerIgor Dyatlov2022-01-18 21:20:16 +0300
commitc925a018b5e51a67f2bf32e2ee22889ec09b2893 (patch)
tree45d85221fd8c213b3f6793f4ed999198c994c015
parent04890cfaf10e41ab7b402a29c9127c7299f238fd (diff)
downloadaur-c925a018b5e51a67f2bf32e2ee22889ec09b2893.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 8f33a02359ea..b59735c8adfb 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 = 7
+ pkgver = 8
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/v7.tar.gz
- b2sums = ea2a6fb2ed6956d6158c4264aed1edea53e6d113297a39e6b34323248d8dba95e0f3bf50f931aed6b423ce1b5da0ed1bb288cd6b63b23f037ba0f33eb4522286
+ source = https://github.com/Schneegans/Burn-My-Windows/archive/v8.tar.gz
+ b2sums = 3a695d3daba8c1246367c34311ca58ab677ad35cc8b93b891b0cc18fc99b2968c70703a1b80f07092a97dad9731e62aa5006d88a3e89b696ca61b935238ab002
pkgname = gnome-shell-extension-burn-my-windows
diff --git a/PKGBUILD b/PKGBUILD
index b03caf6277f3..b567fbd63e5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gnome-shell-extension-burn-my-windows
_pkgname=Burn-My-Windows
-pkgver=7
+pkgver=8
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=('ea2a6fb2ed6956d6158c4264aed1edea53e6d113297a39e6b34323248d8dba95e0f3bf50f931aed6b423ce1b5da0ed1bb288cd6b63b23f037ba0f33eb4522286')
+b2sums=('3a695d3daba8c1246367c34311ca58ab677ad35cc8b93b891b0cc18fc99b2968c70703a1b80f07092a97dad9731e62aa5006d88a3e89b696ca61b935238ab002')
build() {
cd "$_pkgname-$pkgver"