summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPedro A. López-Valencia2021-07-03 09:52:45 -0500
committerPedro A. López-Valencia2021-07-03 09:52:45 -0500
commit7b412ba1efeab2d01fdec0c9e7c0b2a44981d80b (patch)
tree659ca785afb1ee8efe3f60c61de0e656e31dd241
parent2f9168ee40397be6e4429cd18da6a1534a220456 (diff)
downloadaur-7b412ba1efeab2d01fdec0c9e7c0b2a44981d80b.tar.gz
* Update to latest changes at https://github.com/i3-gnome/i3-gnome
-rw-r--r--.SRCINFO9
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD6
3 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de3e30652b0a..691be5c3a5a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = dwm-gnome
- pkgdesc = Starts suckless dwm wrapped in a gnome session.
- pkgver = 6.0
+ pkgdesc = Starts suckless DWM wrapped in a GNOME session.
+ pkgver = 7.2
pkgrel = 1
url = https://github.com/palopezv/dwm-gnome/
arch = any
license = MIT
depends = dwm
- source = dwm-gnome-6.0.tar.gz::https://github.com/palopezv/dwm-gnome/archive/6.0.tar.gz
- sha384sums = ff347c6f608b952229eb627976073fe973086af9346d913f35f2f68ccdc18ad10d4cd5cea441a61780f648fa7b99636e
+ source = dwm-gnome-7.2.tar.gz::https://github.com/palopezv/dwm-gnome/archive/7.2.tar.gz
+ b2sums = 5d63958879e1ead22b8feb5b8ea33fc02a7b2457533969f33c9d011a194cfe6b512c31b496accfa03f35e17bbca6060a7e9d3b215116867ae16f39e695efa96b
pkgname = dwm-gnome
-
diff --git a/.gitignore b/.gitignore
index c9c503b7b783..284e6a1704cb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
*~
*.gz
*.xz
+*.zst
pkg
src
diff --git a/PKGBUILD b/PKGBUILD
index 308d18da0734..4ca611f68ea0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: <https://aur.archlinux.org/users/vorbote>
pkgname=dwm-gnome
-pkgver=6.0
+pkgver=7.2
pkgrel=1
-pkgdesc="Starts suckless dwm wrapped in a gnome session."
+pkgdesc="Starts suckless DWM wrapped in a GNOME session."
arch=('any')
url="https://github.com/palopezv/dwm-gnome/"
license=('MIT')
depends=('dwm')
source=($pkgname-$pkgver.tar.gz::https://github.com/palopezv/dwm-gnome/archive/$pkgver.tar.gz)
-sha384sums=('ff347c6f608b952229eb627976073fe973086af9346d913f35f2f68ccdc18ad10d4cd5cea441a61780f648fa7b99636e')
+b2sums=('5d63958879e1ead22b8feb5b8ea33fc02a7b2457533969f33c9d011a194cfe6b512c31b496accfa03f35e17bbca6060a7e9d3b215116867ae16f39e695efa96b')
build() {
cd "$pkgname-$pkgver"