summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Tennert2021-02-20 18:17:21 +0100
committerAndreas Tennert2021-02-20 18:17:21 +0100
commit2c03f72dbb92fd3bc66ae2b47abb6ebcfffa9c94 (patch)
tree15f0e2a29b7e427415dcee3657505e4a3e8085aa
parent0663cd2811747556ae13dcad6cb6bc3c722a19fc (diff)
downloadaur-2c03f72dbb92fd3bc66ae2b47abb6ebcfffa9c94.tar.gz
update to version 21.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65b416a8d627..beb8269ecbb5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lcarswm
pkgdesc = LCARS Window Manager for lcarsde
- pkgver = 21.1
+ pkgver = 21.2
pkgrel = 1
url = https://lcarsde.github.io
arch = any
@@ -20,8 +20,8 @@ pkgbase = lcarswm
depends = freetype2
optdepends = ttf-ubuntu-font-family
optdepends = alsa-utils
- source = lcarswm-21.1.tar.gz::https://github.com/lcarsde/lcarswm/archive/21.1.tar.gz
- md5sums = 4acba5fb72e38e51cc792998f7693854
+ source = lcarswm-21.2.tar.gz::https://github.com/lcarsde/lcarswm/archive/21.2.tar.gz
+ md5sums = a2e5fa971c1592c5e24654586001bf2d
pkgname = lcarswm
diff --git a/PKGBUILD b/PKGBUILD
index 105abe5bedf0..151f98a0e656 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Andreas Tennert <mail at andreas-tennert dot de>
pkgname='lcarswm'
-pkgver=21.1
+pkgver=21.2
pkgrel=1
pkgdesc="LCARS Window Manager for lcarsde"
arch=('any')
@@ -11,7 +11,7 @@ depends=('libx11' 'libxpm' 'libxrandr' 'pango' 'icu' 'libxml2' 'glib2' 'libxft'
optdepends=('ttf-ubuntu-font-family' 'alsa-utils')
makedepends=('jdk-openjdk' 'ncurses5-compat-libs')
source=("$pkgname-$pkgver.tar.gz::https://github.com/lcarsde/lcarswm/archive/$pkgver.tar.gz")
-md5sums=('4acba5fb72e38e51cc792998f7693854')
+md5sums=('a2e5fa971c1592c5e24654586001bf2d')
build() {
cd "$pkgname-$pkgver"