summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathaniel van Diepen2024-05-20 14:24:00 -0600
committerNathaniel van Diepen2024-05-20 14:24:00 -0600
commitb0102c81b7fd06fbd18ba10fc5d0d0f7edd96e18 (patch)
tree1967b91e7b26873d1131ad88f6c458cb4226c220
parentea3bcc8fe3024b41707192442b4958400775b2a7 (diff)
downloadaur-b0102c81b7fd06fbd18ba10fc5d0d0f7edd96e18.tar.gz
Update to v41
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD7
3 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8113fea4e95..802282bb9a76 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 = 38
+ pkgver = 41
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/v38.tar.gz
- b2sums = 7df8b00d6ea0616d384b3bf3ec09d6b73824f65f349a18f6e8170dc9d6ef3cba3490ccf65a724c15f1cd7502be69ceb79141e29cb275eb2f6c1bf77419148666
+ source = https://github.com/Schneegans/Burn-My-Windows/archive/v41.tar.gz
+ sha256sums = d6a78a00c39373b5f2731c70e9353ac1c14c06197b375c440c5397a34cf92aad
pkgname = gnome-shell-extension-burn-my-windows
diff --git a/.gitignore b/.gitignore
index 08e5f0ad95d8..2d9510e8c3a0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
*.tar.gz
/src/
+pkg/
+*.tar.zst
diff --git a/PKGBUILD b/PKGBUILD
index 206eb16ff467..4f35bc5dbfbe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Igor Dyatlov <dyatlov.igor@protonmail.com>
+# Maintainer: Nathaniel van Diepen <eeems@eeems.email>
+# Contributor: Igor Dyatlov <dyatlov.igor@protonmail.com>
pkgname=gnome-shell-extension-burn-my-windows
_pkgname=Burn-My-Windows
-pkgver=38
+pkgver=41
pkgrel=1
pkgdesc="Disintegrate your apps the old-school way."
arch=('any')
@@ -11,7 +12,7 @@ license=('GPL3')
depends=('gnome-shell')
makedepends=('zip')
source=(${url}/archive/v$pkgver.tar.gz)
-b2sums=('7df8b00d6ea0616d384b3bf3ec09d6b73824f65f349a18f6e8170dc9d6ef3cba3490ccf65a724c15f1cd7502be69ceb79141e29cb275eb2f6c1bf77419148666')
+sha256sums=('d6a78a00c39373b5f2731c70e9353ac1c14c06197b375c440c5397a34cf92aad')
build() {
cd "$_pkgname-$pkgver"