summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Dyatlov2022-08-23 20:30:21 +0300
committerIgor Dyatlov2022-08-23 20:30:21 +0300
commit1024ea4f2afbab625b4ef6af6680993561825e30 (patch)
tree1ba247192089c0d53e0e3d0ba98bbf2373d281d7
parentc95b47437c486b62692e168f817335bb18d8f307 (diff)
downloadaur-1024ea4f2afbab625b4ef6af6680993561825e30.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 87fd98356dd5..53175ba08f6a 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 = 18
+ pkgver = 19
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/v18.tar.gz
- b2sums = b9d4dc09c5227338404067daf3b9df453f3da7da6a589c47e1a5fe4f65a0fee5bed346e0357924a5db22a26b4e3740a5847933b4ebc7ae2f1cc587fad63e8c86
+ source = https://github.com/Schneegans/Burn-My-Windows/archive/v19.tar.gz
+ b2sums = 94c681b656e2cb68c866172120d7da3619eb72c2fc0c71fea2857d0c5fd769a52c8ba7c01ec425bc76d86695869e44118d8f847ea5d6d26a5e3c05c429670b5f
pkgname = gnome-shell-extension-burn-my-windows
diff --git a/PKGBUILD b/PKGBUILD
index 38922b2496f6..69382eca7c03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gnome-shell-extension-burn-my-windows
_pkgname=Burn-My-Windows
-pkgver=18
+pkgver=19
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=('b9d4dc09c5227338404067daf3b9df453f3da7da6a589c47e1a5fe4f65a0fee5bed346e0357924a5db22a26b4e3740a5847933b4ebc7ae2f1cc587fad63e8c86')
+b2sums=('94c681b656e2cb68c866172120d7da3619eb72c2fc0c71fea2857d0c5fd769a52c8ba7c01ec425bc76d86695869e44118d8f847ea5d6d26a5e3c05c429670b5f')
build() {
cd "$_pkgname-$pkgver"