summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Dyatlov2022-07-02 21:36:05 +0300
committerIgor Dyatlov2022-07-02 21:36:05 +0300
commitc95b47437c486b62692e168f817335bb18d8f307 (patch)
treeafc917d3fe70d9a6a7fe4750a57aa5340d285e0d
parentdc532b323717907a85e98a7255d82f80f3a1a296 (diff)
downloadaur-c95b47437c486b62692e168f817335bb18d8f307.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 22ebfe79462d..87fd98356dd5 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 = 16
+ pkgver = 18
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/v16.tar.gz
- b2sums = fcd81df35589b481c48667f534c296b1e4c1d33052f83af5f608f3a270899fe2d94724553edf64d2f7cb0a8e03472ede4def72e71fb65727c69c7311b294801d
+ source = https://github.com/Schneegans/Burn-My-Windows/archive/v18.tar.gz
+ b2sums = b9d4dc09c5227338404067daf3b9df453f3da7da6a589c47e1a5fe4f65a0fee5bed346e0357924a5db22a26b4e3740a5847933b4ebc7ae2f1cc587fad63e8c86
pkgname = gnome-shell-extension-burn-my-windows
diff --git a/PKGBUILD b/PKGBUILD
index 4b69c1a9b52f..38922b2496f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gnome-shell-extension-burn-my-windows
_pkgname=Burn-My-Windows
-pkgver=16
+pkgver=18
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=('fcd81df35589b481c48667f534c296b1e4c1d33052f83af5f608f3a270899fe2d94724553edf64d2f7cb0a8e03472ede4def72e71fb65727c69c7311b294801d')
+b2sums=('b9d4dc09c5227338404067daf3b9df453f3da7da6a589c47e1a5fe4f65a0fee5bed346e0357924a5db22a26b4e3740a5847933b4ebc7ae2f1cc587fad63e8c86')
build() {
cd "$_pkgname-$pkgver"