diff options
author | kotontrion | 2023-12-16 09:21:31 +0100 |
---|---|---|
committer | kotontrion | 2023-12-16 09:21:31 +0100 |
commit | 2c2917b79fe3a3f57328762a1ae734ec2476bafa (patch) | |
tree | 3e94c3c5842ee0af339ae0863cfbd153a0e1e1a2 | |
parent | 46920c75848be89b54c830f1ec32665b35991302 (diff) | |
download | aur-2c2917b79fe3a3f57328762a1ae734ec2476bafa.tar.gz |
updated to version 1.5.5
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = aylurs-gtk-shell pkgdesc = Aylurs's Gtk Shell (AGS), An eww inspired gtk widget system. - pkgver = 1.5.4 + pkgver = 1.5.5 pkgrel = 1 url = https://github.com/Aylur/ags arch = x86_64 @@ -20,7 +20,7 @@ pkgbase = aylurs-gtk-shell optdepends = networkmanager: required for network service optdepends = libdbusmenu-gtk3: required for systemtray service conflicts = aylurs-gtk-shell-git - source = aylurs-gtk-shell-1.5.4.tar.gz::https://github.com/Aylur/ags/releases/download/v1.5.4-beta/ags-v1.5.4-beta.tar.gz - sha256sums = ee1d9b18cebbbb7461ff13b63ee7c7e69248c69d2c233d930ad17c1b6f32807a + source = aylurs-gtk-shell-1.5.5.tar.gz::https://github.com/Aylur/ags/releases/download/v1.5.5-beta/ags-v1.5.5-beta.tar.gz + sha256sums = 571fbe57140b30ab59d3b3a810d47b45145ba8f1772838e02ecc6bc24f74f39b pkgname = aylurs-gtk-shell @@ -1,7 +1,7 @@ # Maintainer: kotontrion <kotontrion@tutanota.de> pkgname=aylurs-gtk-shell _pkgname=ags -pkgver=1.5.4 +pkgver=1.5.5 pkgrel=1 pkgdesc="Aylurs's Gtk Shell (AGS), An eww inspired gtk widget system." arch=('x86_64') @@ -15,7 +15,7 @@ optdepends=('gnome-bluetooth-3.0: required for bluetooth service' 'libdbusmenu-gtk3: required for systemtray service') conflicts=('aylurs-gtk-shell-git') source=("$pkgname-$pkgver.tar.gz::https://github.com/Aylur/ags/releases/download/v${pkgver}-beta/ags-v${pkgver}-beta.tar.gz") -sha256sums=('ee1d9b18cebbbb7461ff13b63ee7c7e69248c69d2c233d930ad17c1b6f32807a') +sha256sums=('571fbe57140b30ab59d3b3a810d47b45145ba8f1772838e02ecc6bc24f74f39b') build() { cd $srcdir/$_pkgname |