diff options
author | Milan Toth | 2022-12-13 22:46:54 +0000 |
---|---|---|
committer | Milan Toth | 2022-12-13 22:46:54 +0000 |
commit | 830ddd256b92c9f91a59660c465f8b4f40669bf0 (patch) | |
tree | 3845501a81557bcac5d40abce635ada888120e49 | |
parent | e5ff98021666b12a9f38f952361033b158db8882 (diff) | |
download | aur-830ddd256b92c9f91a59660c465f8b4f40669bf0.tar.gz |
v0.71b
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = wcp pkgdesc = Script-driven control panel/system menu for Wayland - pkgver = 0.61b + pkgver = 0.71b pkgrel = 1 url = https://github.com/milgra/wcp arch = i686 @@ -11,7 +11,7 @@ pkgbase = wcp depends = wayland depends = freetype2 depends = libpng - source = wcp-0.61b.tar.xz::https://github.com/milgra/wcp/releases/download/0.61b/wcp-0.61b.tar.xz - sha256sums = d89b89d7a35d9ef5fff24dd78f9dfea14c30a147f65238210b9cc72f7063f8ce + source = wcp-0.71b.tar.xz::https://github.com/milgra/wcp/releases/download/0.71b/wcp-0.71b.tar.xz + sha256sums = a0535e1a3d166b67542ca2aca6c8f17cd9a35ee9eb96679eaa0c7c1984bf33d3 pkgname = wcp @@ -1,7 +1,7 @@ # Maintainer: Milan Toth <milgra@milgra.com> pkgname=wcp -pkgver=0.61b +pkgver=0.71b pkgrel=1 pkgdesc='Script-driven control panel/system menu for Wayland' arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ source=( ) sha256sums=( - 'd89b89d7a35d9ef5fff24dd78f9dfea14c30a147f65238210b9cc72f7063f8ce' + 'a0535e1a3d166b67542ca2aca6c8f17cd9a35ee9eb96679eaa0c7c1984bf33d3' ) prepare() { |