summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Dyatlov2022-01-31 15:56:13 +0300
committerIgor Dyatlov2022-01-31 15:56:13 +0300
commit1e4e8b0647b88df006a35964ced0c2e45713eac2 (patch)
treee6bfe41963114706d7a422b44e720b08dbf62a95
parent6269a27910759f1063b4ec09c60300015da7849c (diff)
downloadaur-1e4e8b0647b88df006a35964ced0c2e45713eac2.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 10e31b004b31..5d63727710a4 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 = 9
+ pkgver = 10
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/v9.tar.gz
- b2sums = aae7b7b6219dd69f90856204f0f7eaa84f19ddd61137ed284d507d5fa8d00415177528bbefe9ebb5416a62c2d445ec92ea078958e66ebe0b92ec7732d37043bb
+ source = https://github.com/Schneegans/Burn-My-Windows/archive/v10.tar.gz
+ b2sums = 34733d188b68fec68623ac3706b20e70acf95d3e63e14a073b2af4927aab454f9634854add1f2e786ba323a84160b8af33802042fb5f83c1d42771f176bfc483
pkgname = gnome-shell-extension-burn-my-windows
diff --git a/PKGBUILD b/PKGBUILD
index 6c2bcfca123f..07e80e876e19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gnome-shell-extension-burn-my-windows
_pkgname=Burn-My-Windows
-pkgver=9
+pkgver=10
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=('aae7b7b6219dd69f90856204f0f7eaa84f19ddd61137ed284d507d5fa8d00415177528bbefe9ebb5416a62c2d445ec92ea078958e66ebe0b92ec7732d37043bb')
+b2sums=('34733d188b68fec68623ac3706b20e70acf95d3e63e14a073b2af4927aab454f9634854add1f2e786ba323a84160b8af33802042fb5f83c1d42771f176bfc483')
build() {
cd "$_pkgname-$pkgver"