summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjzbor2022-01-21 12:30:38 +0100
committerjzbor2022-01-21 12:30:38 +0100
commitc4ed89aa0a19f7d5a515f49d6f03a95226518ddb (patch)
treedc93066e7421b25cb4cbe2441d427d947792a759
parent511f97b5b865f0da67b7bfefa0f65ece45f86d2f (diff)
downloadaur-c4ed89aa0a19f7d5a515f49d6f03a95226518ddb.tar.gz
7.3.3 release
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 226abf259c39..4d25be095d53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = moonwm
pkgdesc = My own outstandingly named Window Manager (a dynamic window manager)
- pkgver = 7.3.2
+ pkgver = 7.3.3
pkgrel = 2
url = https://github.com/jzbor/moonwm
install = moonwm.install
arch = x86_64
arch = i686
+ arch = aarch64
license = MIT
depends = libx11
depends = libxcb
@@ -40,9 +41,9 @@ pkgbase = moonwm
optdepends = xfce4-notifyd: a good default notification-daemon
provides = moonwm
conflicts = moonwm
- source = moonwm-7.3.2.tar.gz::https://codeload.github.com/jzbor/moonwm/tar.gz/refs/tags/7.3.2
+ source = moonwm-7.3.3.tar.gz::https://codeload.github.com/jzbor/moonwm/tar.gz/refs/tags/7.3.3
source = wmcommons-0.1.4.tar.gz::https://codeload.github.com/jzbor/wmcommons/tar.gz/refs/tags/0.1.4
- sha256sums = bffb6eddd092985f2c1687d97a2bd7f7baaafb4faef18acb2701bd235d2b8f4f
+ sha256sums = 05654d69f3ea21e36d34df16bd4a61ff714eff711619278719547f8d0316996a
sha256sums = 456ee1ab14f5f9cd5c1a35694ebf9a18a8bb4e2654bd0565810faaac352a74f0
pkgname = moonwm
diff --git a/PKGBUILD b/PKGBUILD
index ac3d7dbc3ec4..219ff133366c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: jzbor <zborof at posteo dot de>
pkgname=moonwm
-pkgver=7.3.2
+pkgver=7.3.3
_wmcname=wmcommons
_wmcver=0.1.4
pkgrel=2
pkgdesc="My own outstandingly named Window Manager (a dynamic window manager)"
-arch=(x86_64 i686)
+arch=(x86_64 i686 aarch64)
url="https://github.com/jzbor/moonwm"
_wmcurl="https://github.com/jzbor/wmcommons"
license=('MIT')
@@ -28,7 +28,7 @@ options=()
source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/jzbor/moonwm/tar.gz/refs/tags/$pkgver"
"$_wmcname-$_wmcver.tar.gz::https://codeload.github.com/jzbor/wmcommons/tar.gz/refs/tags/$_wmcver")
noextract=()
-sha256sums=('bffb6eddd092985f2c1687d97a2bd7f7baaafb4faef18acb2701bd235d2b8f4f'
+sha256sums=('05654d69f3ea21e36d34df16bd4a61ff714eff711619278719547f8d0316996a'
'456ee1ab14f5f9cd5c1a35694ebf9a18a8bb4e2654bd0565810faaac352a74f0')
validpgpkeys=()
install='moonwm.install'