Date: Monday, April 10, 2023 @ 13:17:56
Author: alerque
Revision: 1444313
archrelease: copy trunk to community-any
Added:
vicious/repos/community-any/PKGBUILD
(from rev 1444312, vicious/trunk/PKGBUILD)
Deleted:
vicious/repos/community-any/PKGBUILD
----------+
PKGBUILD | 56 +++++++++++++++++++++++++++-----------------------------
1 file changed, 27 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-10 13:17:47 UTC (rev 1444312)
+++ PKGBUILD 2023-04-10 13:17:56 UTC (rev 1444313)
@@ -1,29 +0,0 @@
-# Maintainer: Caleb Maclennan <[email protected]>
-# Contributor: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Sébastien Luttringer
-
-pkgname=vicious
-pkgver=2.5.1
-pkgrel=1
-pkgdesc='Widgets for the Awesome window manager'
-url=https://github.com/Mic92/$pkgname
-arch=(any)
-license=(GPL2)
-depends=(lua53)
-optdepends=(
- 'hddtemp: for the HDD Temp widget type'
- 'alsa-utils: for the Volume widget type'
- 'wireless_tools: for the Wireless widget type'
- 'curl: for widget types accessing network resources'
-)
-_archive="$pkgname-$pkgver"
-source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('29a0d645a131297dea83477a27c82dbb480c1f5288ecde911ad055b75dc9f278')
-
-package() {
- cd "$_archive"
- install -Dm0644 -t "$pkgdir/usr/share/lua/5.3/$pkgname/" *.lua
- install -Dm0644 -t "$pkgdir/usr/share/lua/5.3/$pkgname/contrib/"
contrib/*.lua
- install -Dm0644 -t "$pkgdir/usr/share/lua/5.3/$pkgname/widgets/"
widgets/*.lua
- install -Dm0644 -t "$pkgdir/usr/share/doc/$pkgname/" README.md
-}
Copied: vicious/repos/community-any/PKGBUILD (from rev 1444312,
vicious/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-10 13:17:56 UTC (rev 1444313)
@@ -0,0 +1,27 @@
+# Maintainer: Caleb Maclennan <[email protected]>
+# Contributor: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Sébastien Luttringer
+
+pkgname=vicious
+pkgver=2.6.0
+pkgrel=1
+pkgdesc='Widgets for the Awesome window manager'
+url="https://github.com/Mic92/$pkgname"
+arch=(any)
+license=(GPL2)
+depends=(lua53)
+optdepends=('alsa-utils: for the Volume widget type'
+ 'curl: for widget types accessing network resources'
+ 'hddtemp: for the HDD Temp widget type'
+ 'wireless_tools: for the Wireless widget type')
+_archive="$pkgname-$pkgver"
+source=("$url/archive/v$pkgver/$_archive.tar.gz")
+sha256sums=('444280d6c96c27a0c523b5f0a5e933a3f6dbf473c0a53bf4a8bce43a9b3dd537')
+
+package() {
+ cd "$_archive"
+ install -Dm0644 -t "$pkgdir/usr/share/lua/5.3/$pkgname/" *.lua
+ install -Dm0644 -t "$pkgdir/usr/share/lua/5.3/$pkgname/contrib/"
contrib/*.lua
+ install -Dm0644 -t "$pkgdir/usr/share/lua/5.3/$pkgname/widgets/"
widgets/*.lua
+ install -Dm0644 -t "$pkgdir/usr/share/doc/$pkgname/" README.md
+}