[arch-commits] Commit in vicious/trunk (PKGBUILD)

2020-08-06 Thread Anatol Pomozov via arch-commits
Date: Thursday, August 6, 2020 @ 19:06:42
  Author: anatolik
Revision: 671200

FS#67499 Revert the package back to lua 5.3 to match 'awesome' package 
configuration

Modified:
  vicious/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-06 18:58:47 UTC (rev 671199)
+++ PKGBUILD2020-08-06 19:06:42 UTC (rev 671200)
@@ -3,12 +3,12 @@
 
 pkgname=vicious
 pkgver=2.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Widgets for the Awesome window manager'
 url='https://github.com/Mic92/vicious'
 arch=('any')
 license=('GPL2')
-depends=('lua')
+depends=('lua53')
 optdepends=(
   'hddtemp: for the HDD Temp widget type'
   'alsa-utils: for the Volume widget type'
@@ -21,9 +21,9 @@
 
 package() {
   cd ${pkgname}-$pkgver
-  install -Dm 644 *.lua -t "${pkgdir}/usr/share/lua/5.4/${pkgname}"
-  install -Dm 644 widgets/*.lua -t 
"${pkgdir}/usr/share/lua/5.4/${pkgname}/widgets"
-  install -Dm 644 contrib/*.lua -t 
"${pkgdir}/usr/share/lua/5.4/${pkgname}/contrib"
+  install -Dm 644 *.lua -t "${pkgdir}/usr/share/lua/5.3/${pkgname}"
+  install -Dm 644 widgets/*.lua -t 
"${pkgdir}/usr/share/lua/5.3/${pkgname}/widgets"
+  install -Dm 644 contrib/*.lua -t 
"${pkgdir}/usr/share/lua/5.3/${pkgname}/contrib"
   install -Dm 644 README.md Changes.md -t "${pkgdir}/usr/share/doc/${pkgname}"
 }
 


[arch-commits] Commit in vicious/trunk (PKGBUILD)

2020-07-18 Thread Anatol Pomozov via arch-commits
Date: Sunday, July 19, 2020 @ 01:06:47
  Author: anatolik
Revision: 664504

upgpkg: vicious 2.4.1-1: Lua 5.4 rebuild

Modified:
  vicious/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-18 22:57:13 UTC (rev 664503)
+++ PKGBUILD2020-07-19 01:06:47 UTC (rev 664504)
@@ -2,7 +2,7 @@
 # Contributor: Sébastien Luttringer
 
 pkgname=vicious
-pkgver=2.3.3
+pkgver=2.4.1
 pkgrel=1
 pkgdesc='Widgets for the Awesome window manager'
 url='https://github.com/Mic92/vicious'
@@ -16,14 +16,14 @@
   'curl: for widget types accessing network resources'
 )
 
source=(https://github.com/Mic92/vicious/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('062f0e8c802a07b58d094fcc66aba7a7de242726733d31ee607a483c20c4957c')
-sha512sums=('2549fa168a8c8cebcb9ecf1eafbc7658213b6a5487839e8acbc2aaed18f0d0b8081550ee7beb93770ae7e600158e12b99b9e1c29af8a8807bb200cc1cdf75807')
+sha256sums=('02a123e77c42cb5bfff66e1bf95e5b8219ec83de91ecef5e4951be021438f3a3')
+sha512sums=('f236552815d896dc50ca6a92896d135fa4c7f31c8f8c6685909c4a2bc0b5349fe0e1ce173c58a95ccd9f6f23d0af47236d3146a75669a9eeebf18e778e6edeef')
 
 package() {
   cd ${pkgname}-$pkgver
-  install -Dm 644 *.lua -t "${pkgdir}/usr/share/lua/5.3/${pkgname}"
-  install -Dm 644 widgets/*.lua -t 
"${pkgdir}/usr/share/lua/5.3/${pkgname}/widgets"
-  install -Dm 644 contrib/*.lua -t 
"${pkgdir}/usr/share/lua/5.3/${pkgname}/contrib"
+  install -Dm 644 *.lua -t "${pkgdir}/usr/share/lua/5.4/${pkgname}"
+  install -Dm 644 widgets/*.lua -t 
"${pkgdir}/usr/share/lua/5.4/${pkgname}/widgets"
+  install -Dm 644 contrib/*.lua -t 
"${pkgdir}/usr/share/lua/5.4/${pkgname}/contrib"
   install -Dm 644 README.md Changes.md -t "${pkgdir}/usr/share/doc/${pkgname}"
 }
 


[arch-commits] Commit in vicious/trunk (PKGBUILD)

2019-03-19 Thread Levente Polyak via arch-commits
Date: Tuesday, March 19, 2019 @ 19:47:13
  Author: anthraxx
Revision: 442813

upgpkg: vicious 2.3.3-1

Modified:
  vicious/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 19:45:54 UTC (rev 442812)
+++ PKGBUILD2019-03-19 19:47:13 UTC (rev 442813)
@@ -2,7 +2,7 @@
 # Contributor: Sébastien Luttringer
 
 pkgname=vicious
-pkgver=2.3.2
+pkgver=2.3.3
 pkgrel=1
 pkgdesc='Widgets for the Awesome window manager'
 url='https://github.com/Mic92/vicious'
@@ -16,8 +16,8 @@
   'curl: for widget types accessing network resources'
 )
 
source=(https://github.com/Mic92/vicious/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('696d5d114bbda7864662447b5abcadc4112890975937365282bfe0749e1bd673')
-sha512sums=('6977df7fee3ff1754459edc5be70b6f23590f69a0e46aaeec70aefcac3e4db48bdc89880557555a542584681ac2ab4982c7abd6f0b40f0ccd66d9925ff129755')
+sha256sums=('062f0e8c802a07b58d094fcc66aba7a7de242726733d31ee607a483c20c4957c')
+sha512sums=('2549fa168a8c8cebcb9ecf1eafbc7658213b6a5487839e8acbc2aaed18f0d0b8081550ee7beb93770ae7e600158e12b99b9e1c29af8a8807bb200cc1cdf75807')
 
 package() {
   cd ${pkgname}-$pkgver


[arch-commits] Commit in vicious/trunk (PKGBUILD)

2019-03-06 Thread Levente Polyak via arch-commits
Date: Wednesday, March 6, 2019 @ 23:10:57
  Author: anthraxx
Revision: 437953

upgpkg: vicious 2.3.2-1

Modified:
  vicious/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 23:09:54 UTC (rev 437952)
+++ PKGBUILD2019-03-06 23:10:57 UTC (rev 437953)
@@ -2,7 +2,7 @@
 # Contributor: Sébastien Luttringer
 
 pkgname=vicious
-pkgver=2.3.1
+pkgver=2.3.2
 pkgrel=1
 pkgdesc='Widgets for the Awesome window manager'
 url='https://github.com/Mic92/vicious'
@@ -15,9 +15,9 @@
   'wireless_tools: for the Wireless widget type'
   'curl: for widget types accessing network resources'
 )
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/Mic92/vicious/archive/v${pkgver}.tar.gz)
-sha256sums=('101e8ec6a71f7c8da7c653f4fa0f276db20227e2ad98b2d31702ce6735607d95')
-sha512sums=('9e89d36d708a7ccdff206451dfb98db8455a16f9d2254167a446af91fadc2103a5274442f38ddf1eb919da23480b6790639cdbbde4a08bffc1cf9221622064c9')
+source=(https://github.com/Mic92/vicious/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('696d5d114bbda7864662447b5abcadc4112890975937365282bfe0749e1bd673')
+sha512sums=('6977df7fee3ff1754459edc5be70b6f23590f69a0e46aaeec70aefcac3e4db48bdc89880557555a542584681ac2ab4982c7abd6f0b40f0ccd66d9925ff129755')
 
 package() {
   cd ${pkgname}-$pkgver


[arch-commits] Commit in vicious/trunk (PKGBUILD)

2017-12-13 Thread Levente Polyak via arch-commits
Date: Wednesday, December 13, 2017 @ 19:15:48
  Author: anthraxx
Revision: 274272

upgpkg: vicious 2.3.1-1

Modified:
  vicious/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-13 19:03:16 UTC (rev 274271)
+++ PKGBUILD2017-12-13 19:15:48 UTC (rev 274272)
@@ -2,7 +2,7 @@
 # Contributor: Sébastien Luttringer
 
 pkgname=vicious
-pkgver=2.3.0
+pkgver=2.3.1
 pkgrel=1
 pkgdesc='Widgets for the Awesome window manager'
 url='https://github.com/Mic92/vicious'
@@ -16,8 +16,8 @@
   'curl: for widget types accessing network resources'
 )
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/Mic92/vicious/archive/v${pkgver}.tar.gz)
-sha256sums=('12dc9a4e35db8e314ee936b45e5ad5fa740fc8d0936c3787e0854870267c208a')
-sha512sums=('a48fa87dfdcc94da878beac0d859859a4f3e77b58b65cfbf5f66fa05ecc677a5609ee05c0ff3cbd86c406c47eaa7a46dc87655b5f6fac900742a8f6a7a55e697')
+sha256sums=('101e8ec6a71f7c8da7c653f4fa0f276db20227e2ad98b2d31702ce6735607d95')
+sha512sums=('9e89d36d708a7ccdff206451dfb98db8455a16f9d2254167a446af91fadc2103a5274442f38ddf1eb919da23480b6790639cdbbde4a08bffc1cf9221622064c9')
 
 package() {
   cd ${pkgname}-$pkgver


[arch-commits] Commit in vicious/trunk (PKGBUILD)

2017-11-26 Thread Levente Polyak via arch-commits
Date: Monday, November 27, 2017 @ 00:18:51
  Author: anthraxx
Revision: 269096

upgpkg: vicious 2.3.0-1

Modified:
  vicious/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-27 00:13:24 UTC (rev 269095)
+++ PKGBUILD2017-11-27 00:18:51 UTC (rev 269096)
@@ -2,7 +2,7 @@
 # Contributor: Sébastien Luttringer
 
 pkgname=vicious
-pkgver=2.2.0
+pkgver=2.3.0
 pkgrel=1
 pkgdesc='Widgets for the Awesome window manager'
 url='https://github.com/Mic92/vicious'
@@ -16,8 +16,8 @@
   'curl: for widget types accessing network resources'
 )
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/Mic92/vicious/archive/v${pkgver}.tar.gz)
-sha256sums=('93b45dca464530f8b9de7ed56bc62916bb693d587a796f8d642cd5c195eee190')
-sha512sums=('717c57b14870bb72a35c90c5356a807e2431d50f28be6e50abdbf17d39fea33c5b16ee14746726d238a80f9fe30c0ad1a6a98d6c9730e42437495656fed8cfbe')
+sha256sums=('12dc9a4e35db8e314ee936b45e5ad5fa740fc8d0936c3787e0854870267c208a')
+sha512sums=('a48fa87dfdcc94da878beac0d859859a4f3e77b58b65cfbf5f66fa05ecc677a5609ee05c0ff3cbd86c406c47eaa7a46dc87655b5f6fac900742a8f6a7a55e697')
 
 package() {
   cd ${pkgname}-$pkgver


[arch-commits] Commit in vicious/trunk (PKGBUILD)

2017-04-03 Thread Levente Polyak
Date: Monday, April 3, 2017 @ 15:34:13
  Author: anthraxx
Revision: 220408

upgpkg: vicious 2.2.0-1

Modified:
  vicious/trunk/PKGBUILD

--+
 PKGBUILD |   29 +
 1 file changed, 13 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-03 15:28:05 UTC (rev 220407)
+++ PKGBUILD2017-04-03 15:34:13 UTC (rev 220408)
@@ -1,12 +1,12 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
+# Maintainer: Levente Polyak 
+# Contributor: Sébastien Luttringer
 
 pkgname=vicious
-pkgver=2.1.3
-pkgrel=2
+pkgver=2.2.0
+pkgrel=1
 pkgdesc='Widgets for the Awesome window manager'
+url='https://github.com/Mic92/vicious'
 arch=('any')
-url='http://git.sysphere.org/vicious/about/'
 license=('GPL2')
 depends=('lua')
 optdepends=(
@@ -15,19 +15,16 @@
   'wireless_tools: for the Wireless widget type'
   'curl: for widget types accessing network resources'
 )
-source=("http://git.sysphere.org/vicious/snapshot/vicious-$pkgver.tar.xz;)
-md5sums=('457c286dae9ec4870f3349bf7cbff0f7')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/Mic92/vicious/archive/v${pkgver}.tar.gz)
+sha256sums=('93b45dca464530f8b9de7ed56bc62916bb693d587a796f8d642cd5c195eee190')
+sha512sums=('717c57b14870bb72a35c90c5356a807e2431d50f28be6e50abdbf17d39fea33c5b16ee14746726d238a80f9fe30c0ad1a6a98d6c9730e42437495656fed8cfbe')
 
 package() {
-  cd $pkgname-$pkgver
-  # Install the vicious library
-  install -dm755 "$pkgdir"/usr/share/lua/5.3/$pkgname/{widgets,contrib}
-  install -m644 *.lua "$pkgdir/usr/share/lua/5.3/$pkgname"
-  install -m644 widgets/*.lua "$pkgdir/usr/share/lua/5.3/$pkgname/widgets"
-  install -m644 contrib/*.lua "$pkgdir/usr/share/lua/5.3/$pkgname/contrib"
-  # Install documentation
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
-  install -m644 README CHANGES "$pkgdir/usr/share/doc/$pkgname"
+  cd ${pkgname}-$pkgver
+  install -Dm 644 *.lua -t "${pkgdir}/usr/share/lua/5.3/${pkgname}"
+  install -Dm 644 widgets/*.lua -t 
"${pkgdir}/usr/share/lua/5.3/${pkgname}/widgets"
+  install -Dm 644 contrib/*.lua -t 
"${pkgdir}/usr/share/lua/5.3/${pkgname}/contrib"
+  install -Dm 644 README.md Changes.md -t "${pkgdir}/usr/share/doc/${pkgname}"
 }
 
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in vicious/trunk (PKGBUILD)

2015-05-04 Thread Anatol Pomozov
Date: Monday, May 4, 2015 @ 18:45:34
  Author: anatolik
Revision: 132736

Lua 5.3 rebuild

Modified:
  vicious/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-04 16:36:47 UTC (rev 132735)
+++ PKGBUILD2015-05-04 16:45:34 UTC (rev 132736)
@@ -3,7 +3,7 @@
 
 pkgname=vicious
 pkgver=2.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Widgets for the Awesome window manager'
 arch=('any')
 url='http://git.sysphere.org/vicious/about/'
@@ -21,10 +21,10 @@
 package() {
   cd $pkgname-$pkgver
   # Install the vicious library
-  install -dm755 $pkgdir/usr/share/lua/5.2/$pkgname/{widgets,contrib}
-  install -m644 *.lua $pkgdir/usr/share/lua/5.2/$pkgname
-  install -m644 widgets/*.lua $pkgdir/usr/share/lua/5.2/$pkgname/widgets
-  install -m644 contrib/*.lua $pkgdir/usr/share/lua/5.2/$pkgname/contrib
+  install -dm755 $pkgdir/usr/share/lua/5.3/$pkgname/{widgets,contrib}
+  install -m644 *.lua $pkgdir/usr/share/lua/5.3/$pkgname
+  install -m644 widgets/*.lua $pkgdir/usr/share/lua/5.3/$pkgname/widgets
+  install -m644 contrib/*.lua $pkgdir/usr/share/lua/5.3/$pkgname/contrib
   # Install documentation
   install -dm755 $pkgdir/usr/share/doc/$pkgname
   install -m644 README CHANGES $pkgdir/usr/share/doc/$pkgname


[arch-commits] Commit in vicious/trunk (PKGBUILD)

2014-01-04 Thread Sébastien Luttringer
Date: Sunday, January 5, 2014 @ 02:59:55
  Author: seblu
Revision: 103382

upgpkg: vicious 2.1.3-1

Modified:
  vicious/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-04 23:59:09 UTC (rev 103381)
+++ PKGBUILD2014-01-05 01:59:55 UTC (rev 103382)
@@ -2,7 +2,7 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=vicious
-pkgver=2.1.2
+pkgver=2.1.3
 pkgrel=1
 pkgdesc='Widgets for the Awesome window manager'
 arch=('any')
@@ -16,7 +16,7 @@
   'curl: for widget types accessing network resources'
 )
 source=(http://git.sysphere.org/vicious/snapshot/vicious-$pkgver.tar.xz;)
-md5sums=('bfcecdb646051cc5d45a86f9116c582c')
+md5sums=('457c286dae9ec4870f3349bf7cbff0f7')
 
 package() {
   cd $pkgname-$pkgver



[arch-commits] Commit in vicious/trunk (PKGBUILD)

2013-12-22 Thread Sébastien Luttringer
Date: Monday, December 23, 2013 @ 02:12:31
  Author: seblu
Revision: 102865

upgpkg: vicious 2.1.2-1

Modified:
  vicious/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-23 00:34:35 UTC (rev 102864)
+++ PKGBUILD2013-12-23 01:12:31 UTC (rev 102865)
@@ -2,7 +2,7 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=vicious
-pkgver=2.1.1
+pkgver=2.1.2
 pkgrel=1
 pkgdesc='Widgets for the Awesome window manager'
 arch=('any')
@@ -16,7 +16,7 @@
   'curl: for widget types accessing network resources'
 )
 source=(http://git.sysphere.org/vicious/snapshot/vicious-$pkgver.tar.xz;)
-md5sums=('88c43e28338b16cd63ef2a2f0ae9ca48')
+md5sums=('bfcecdb646051cc5d45a86f9116c582c')
 
 package() {
   cd $pkgname-$pkgver



[arch-commits] Commit in vicious/trunk (PKGBUILD)

2013-05-27 Thread Sébastien Luttringer
Date: Tuesday, May 28, 2013 @ 00:50:17
  Author: seblu
Revision: 91794

upgpkg: vicious 2.1.1-1

- fix FS#35496

Modified:
  vicious/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-27 22:17:57 UTC (rev 91793)
+++ PKGBUILD2013-05-27 22:50:17 UTC (rev 91794)
@@ -2,8 +2,8 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=vicious
-pkgver=2.1.0
-pkgrel=3
+pkgver=2.1.1
+pkgrel=1
 pkgdesc='Widgets for the Awesome window manager'
 arch=('any')
 url='http://git.sysphere.org/vicious/about/'
@@ -16,7 +16,7 @@
   'curl: for widget types accessing network resources'
 )
 source=(http://git.sysphere.org/vicious/snapshot/vicious-$pkgver.tar.xz;)
-md5sums=('988bb423eafa6db951412f05cd237e31')
+md5sums=('88c43e28338b16cd63ef2a2f0ae9ca48')
 
 package() {
   cd $pkgname-$pkgver