summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Dyatlov2022-09-12 17:26:28 +0300
committerIgor Dyatlov2022-09-12 17:26:28 +0300
commit14c53da55a9e1b8ce4c1e7cc9efc63d442d2ac43 (patch)
treee4d5cb1b4fd9ed1f62e067af0c1618109e4aa51b
parent1024ea4f2afbab625b4ef6af6680993561825e30 (diff)
downloadaur-14c53da55a9e1b8ce4c1e7cc9efc63d442d2ac43.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 53175ba08f6a..a233035ae72c 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 = 19
+ pkgver = 20
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/v19.tar.gz
- b2sums = 94c681b656e2cb68c866172120d7da3619eb72c2fc0c71fea2857d0c5fd769a52c8ba7c01ec425bc76d86695869e44118d8f847ea5d6d26a5e3c05c429670b5f
+ source = https://github.com/Schneegans/Burn-My-Windows/archive/v20.tar.gz
+ b2sums = 27cc3baa4f6576d0ed09753639199f99c28030890df499e357c253ba8e4aa4967bf7fd8d88506256777f276d884850f7883fcced778ad7427e329b2f565952a7
pkgname = gnome-shell-extension-burn-my-windows
diff --git a/PKGBUILD b/PKGBUILD
index 69382eca7c03..81db785ad302 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gnome-shell-extension-burn-my-windows
_pkgname=Burn-My-Windows
-pkgver=19
+pkgver=20
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=('94c681b656e2cb68c866172120d7da3619eb72c2fc0c71fea2857d0c5fd769a52c8ba7c01ec425bc76d86695869e44118d8f847ea5d6d26a5e3c05c429670b5f')
+b2sums=('27cc3baa4f6576d0ed09753639199f99c28030890df499e357c253ba8e4aa4967bf7fd8d88506256777f276d884850f7883fcced778ad7427e329b2f565952a7')
build() {
cd "$_pkgname-$pkgver"