summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Wiesner2023-05-07 10:53:53 +0200
committerSebastian Wiesner2023-05-07 10:53:53 +0200
commitd426e41df547142cb972b07a3c6e694f8b778cf5 (patch)
tree529ff5c0704fa95486e3aa422d922e4bd066e6a9
parent6ee0a8866858a340fdcfdf59c3e2da04ae6e69bd (diff)
downloadaur-d426e41df547142cb972b07a3c6e694f8b778cf5.tar.gz
Version 31
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD4
3 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c9adef98c7d..d40818dd5aa0 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 = 30
+ pkgver = 31
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/v30.tar.gz
- b2sums = 2ccd8fadaaa2ea1351fefa88506a1301fa4bcc63df19babc8ff9bd42b90ba3a87984c64f9d7db9fe579e97f72f78829e263731af5cdcec6c9ed424a9648e39a8
+ source = https://github.com/Schneegans/Burn-My-Windows/archive/v31.tar.gz
+ b2sums = 1a941ef0dce5d7ccb142c8907cf138addce1dfb47aac4b1fc2be1ee87f10df318daf45018e95d2f7df4be14c28b17e50c90471cb7462dc6af6dbbb4627dfab91
pkgname = gnome-shell-extension-burn-my-windows
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..08e5f0ad95d8
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+*.tar.gz
+/src/
+
diff --git a/PKGBUILD b/PKGBUILD
index f6f6a77527c0..1d8d9a4d601f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gnome-shell-extension-burn-my-windows
_pkgname=Burn-My-Windows
-pkgver=30
+pkgver=31
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=('2ccd8fadaaa2ea1351fefa88506a1301fa4bcc63df19babc8ff9bd42b90ba3a87984c64f9d7db9fe579e97f72f78829e263731af5cdcec6c9ed424a9648e39a8')
+b2sums=('1a941ef0dce5d7ccb142c8907cf138addce1dfb47aac4b1fc2be1ee87f10df318daf45018e95d2f7df4be14c28b17e50c90471cb7462dc6af6dbbb4627dfab91')
build() {
cd "$_pkgname-$pkgver"