[Git][archlinux/packaging/packages/asunder][main] upgpkg: 3.0.1-1: Update to 3.0.1

2023-07-31 Thread Xyne (@xyne)


Xyne pushed to branch main at Arch Linux / Packaging / Packages / asunder


Commits:
843c90f9 by Xyne at 2023-08-01T04:03:57+02:00
upgpkg: 3.0.1-1: Update to 3.0.1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -4,8 +4,8 @@
 # Contributor: Sebastien Piccand 
 
 pkgname=asunder
-pkgver=2.9.7
-pkgrel=6
+pkgver=3.0.1
+pkgrel=1
 pkgdesc="a graphical CD ripper and encoder"
 arch=('x86_64')
 url="http://littlesvr.ca/asunder/;
@@ -24,7 +24,7 @@ optdepends=(
 )
 
 source=(http://littlesvr.ca/asunder/releases/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('ef5e998b3e3e552ac23696619742caff9c30e52cb2b11f75395cc6e4b2134c58df1c4a97e930db0e8c61dfc31e77b3d9a99a4c9ab6c07ae59b9e91f723401e23')
+sha512sums=('07b4caa80c35b39f407952276237787561100e1f546637b64119741f75385afe8db43a991cce364fb152ed5d20b9a9ac99a972b6cbb9616073dada2e2d048b74')
 
 build() {
   cd "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/asunder/-/commit/843c90f9d28ce0150ed9a2092086bfaf786f9aa2

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/asunder/-/commit/843c90f9d28ce0150ed9a2092086bfaf786f9aa2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/asunder] Pushed new tag 3.0.1-1

2023-07-31 Thread Xyne (@xyne)


Xyne pushed new tag 3.0.1-1 at Arch Linux / Packaging / Packages / asunder

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/asunder/-/tree/3.0.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[arch-commits] Commit in reflector/repos/community-any (PKGBUILD PKGBUILD)

2020-12-20 Thread Xyne via arch-commits
Date: Monday, December 21, 2020 @ 01:34:24
  Author: xyne
Revision: 780832

archrelease: copy trunk to community-any

Added:
  reflector/repos/community-any/PKGBUILD
(from rev 780831, reflector/trunk/PKGBUILD)
Deleted:
  reflector/repos/community-any/PKGBUILD

--+
 PKGBUILD |   75 ++---
 1 file changed, 37 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-21 01:33:53 UTC (rev 780831)
+++ PKGBUILD2020-12-21 01:34:24 UTC (rev 780832)
@@ -1,38 +0,0 @@
-#Maintainer: Xyne 
-pkgname=reflector
-pkgver=2020.12.7.1
-pkgrel=1
-pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
-arch=(any)
-license=(GPL)
-url="https://xyne.archlinux.ca/projects/reflector;
-depends=(python3)
-optdepends=('rsync: rate rsync mirrors')
-backup=(etc/xdg/reflector/reflector.conf)
-source=(
-  https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.12.7.1.tar.xz
-  
https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.12.7.1.tar.xz.sig
-)
-sha512sums=(
-  
c5ed14bfd2c87ef5610dd47f25a4d05cbd3135f1ebe96ef561f15cf22e1aba9f6187f7e559ebcb710421cea469133ae25df41120f7aa039cf593df4a4bdf0099
-  
44f9c296a791340fa68a8b36ae2e36ac02f50b45a39ad64c9a39f4399368b56fccb5a13410b2f6cd139d30c042c856b62ca1af07bd46fa9602e1ea1e9f8a8eaa
-)
-md5sums=(
-  37fbf996520ef477cd0da992717bf45c
-  c98ea75033579be65c9b20bba4466873
-)
-validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
-
-package ()
-{
-  cd "$srcdir/$pkgname-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 "man/${pkgname}.1.gz" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1.gz"
-  install -Dm644 'reflector.service' 
"$pkgdir/usr/lib/systemd/system/reflector.service"
-  install -Dm644 'reflector.timer' 
"$pkgdir/usr/lib/systemd/system/reflector.timer"
-  install -Dm644 'reflector.conf' "$pkgdir/etc/xdg/reflector/reflector.conf"
-}
-
-
-# vim: set ts=2 sw=2 et:

Copied: reflector/repos/community-any/PKGBUILD (from rev 780831, 
reflector/trunk/PKGBUILD)
===
--- PKGBUILD    (rev 0)
+++ PKGBUILD2020-12-21 01:34:24 UTC (rev 780832)
@@ -0,0 +1,37 @@
+#Maintainer: Xyne 
+pkgname=reflector
+pkgver=2020.12.20.1
+pkgrel=1
+pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
+arch=(any)
+license=(GPL)
+url="https://xyne.archlinux.ca/projects/reflector;
+depends=(python3)
+optdepends=('rsync: rate rsync mirrors')
+backup=(etc/xdg/reflector/reflector.conf)
+source=(
+  
https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.12.20.1.tar.xz
+  
https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.12.20.1.tar.xz.sig
+)
+sha512sums=(
+  
9b5825a45d5a079c3f7217edf881801bc58dcaba718df1877a169d0ed0653038325f88d3b6a0ec28ba389534c37bb4a1e76257a5ab9f1364e0f7bdcb75673b39
+  
a90c630778ca87af49c7d47a9cee61abdc3fb3b175f36457b03c7b975826e3e4e9643452f2fafb02583f5d6d7333d4c5252990e32643a30f6f96ace513961d56
+)
+md5sums=(
+  a9866b97ed7e9fcecb52741ffb59ce94
+  a020d3c7bd20e191b5b7d67a2a73bd35
+)
+validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
+
+package ()
+{
+  cd "$srcdir/$pkgname-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 "man/${pkgname}.1.gz" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1.gz"
+  install -Dm644 'reflector.service' 
"$pkgdir/usr/lib/systemd/system/reflector.service"
+  install -Dm644 'reflector.timer' 
"$pkgdir/usr/lib/systemd/system/reflector.timer"
+  install -Dm644 'reflector.conf' "$pkgdir/etc/xdg/reflector/reflector.conf"
+}
+
+
+# vim: set ts=2 sw=2 et:


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

2020-12-20 Thread Xyne via arch-commits
Date: Monday, December 21, 2020 @ 01:33:53
  Author: xyne
Revision: 780831

upgpkg: reflector 2020.12.20.1-1: version 2020.12.20

Modified:
  reflector/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-21 01:22:31 UTC (rev 780830)
+++ PKGBUILD2020-12-21 01:33:53 UTC (rev 780831)
@@ -1,6 +1,6 @@
 #Maintainer: Xyne 
 pkgname=reflector
-pkgver=2020.12.7.1
+pkgver=2020.12.20.1
 pkgrel=1
 pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
 arch=(any)
@@ -10,16 +10,16 @@
 optdepends=('rsync: rate rsync mirrors')
 backup=(etc/xdg/reflector/reflector.conf)
 source=(
-  https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.12.7.1.tar.xz
-  
https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.12.7.1.tar.xz.sig
+  
https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.12.20.1.tar.xz
+  
https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.12.20.1.tar.xz.sig
 )
 sha512sums=(
-  
c5ed14bfd2c87ef5610dd47f25a4d05cbd3135f1ebe96ef561f15cf22e1aba9f6187f7e559ebcb710421cea469133ae25df41120f7aa039cf593df4a4bdf0099
-  
44f9c296a791340fa68a8b36ae2e36ac02f50b45a39ad64c9a39f4399368b56fccb5a13410b2f6cd139d30c042c856b62ca1af07bd46fa9602e1ea1e9f8a8eaa
+  
9b5825a45d5a079c3f7217edf881801bc58dcaba718df1877a169d0ed0653038325f88d3b6a0ec28ba389534c37bb4a1e76257a5ab9f1364e0f7bdcb75673b39
+  
a90c630778ca87af49c7d47a9cee61abdc3fb3b175f36457b03c7b975826e3e4e9643452f2fafb02583f5d6d7333d4c5252990e32643a30f6f96ace513961d56
 )
 md5sums=(
-  37fbf996520ef477cd0da992717bf45c
-  c98ea75033579be65c9b20bba4466873
+  a9866b97ed7e9fcecb52741ffb59ce94
+  a020d3c7bd20e191b5b7d67a2a73bd35
 )
 validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
 
@@ -27,7 +27,6 @@
 {
   cd "$srcdir/$pkgname-$pkgver"
   python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
   install -Dm644 "man/${pkgname}.1.gz" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1.gz"
   install -Dm644 'reflector.service' 
"$pkgdir/usr/lib/systemd/system/reflector.service"
   install -Dm644 'reflector.timer' 
"$pkgdir/usr/lib/systemd/system/reflector.timer"


[arch-commits] Commit in reflector/repos/community-any (PKGBUILD PKGBUILD)

2020-12-06 Thread Xyne via arch-commits
Date: Monday, December 7, 2020 @ 07:46:43
  Author: xyne
Revision: 771365

archrelease: copy trunk to community-any

Added:
  reflector/repos/community-any/PKGBUILD
(from rev 771364, reflector/trunk/PKGBUILD)
Deleted:
  reflector/repos/community-any/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-07 07:46:28 UTC (rev 771364)
+++ PKGBUILD2020-12-07 07:46:43 UTC (rev 771365)
@@ -1,38 +0,0 @@
-#Maintainer: Xyne 
-pkgname=reflector
-pkgver=2020.12
-pkgrel=1
-pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
-arch=(any)
-license=(GPL)
-url="https://xyne.archlinux.ca/projects/reflector;
-depends=(python3)
-optdepends=('rsync: rate rsync mirrors')
-backup=(etc/xdg/reflector/reflector.conf)
-source=(
-  https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.12.tar.xz
-  https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.12.tar.xz.sig
-)
-sha512sums=(
-  
c2132624a7254cb5c28e5b9fdd6581f1a9914e74e2c6eb2cc6b01f5cc846dfee2d8c44c1d6e930b2590c8c6a61f9316a571c985a942d4ce11615e91380622808
-  
50cc7079167755d71d0d3069339870db67c4943e316a7006a1eb7b6ca7fd03368cb06e93971885335f2084f417ed6b8c2f17212f074aeebf8901d84db9dc4c64
-)
-md5sums=(
-  af78ffa1b7e96cbac8248e50f9966028
-  b4fc43a6ee03c56f05f14b2aef4f0c00
-)
-validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
-
-package ()
-{
-  cd "$srcdir/$pkgname-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 "man/${pkgname}.1.gz" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1.gz"
-  install -Dm644 'reflector.service' 
"$pkgdir/usr/lib/systemd/system/reflector.service"
-  install -Dm644 'reflector.timer' 
"$pkgdir/usr/lib/systemd/system/reflector.timer"
-  install -Dm644 'reflector.conf' "$pkgdir/etc/xdg/reflector/reflector.conf"
-}
-
-
-# vim: set ts=2 sw=2 et:

Copied: reflector/repos/community-any/PKGBUILD (from rev 771364, 
reflector/trunk/PKGBUILD)
===
--- PKGBUILD    (rev 0)
+++ PKGBUILD2020-12-07 07:46:43 UTC (rev 771365)
@@ -0,0 +1,38 @@
+#Maintainer: Xyne 
+pkgname=reflector
+pkgver=2020.12.7.1
+pkgrel=1
+pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
+arch=(any)
+license=(GPL)
+url="https://xyne.archlinux.ca/projects/reflector;
+depends=(python3)
+optdepends=('rsync: rate rsync mirrors')
+backup=(etc/xdg/reflector/reflector.conf)
+source=(
+  https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.12.7.1.tar.xz
+  
https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.12.7.1.tar.xz.sig
+)
+sha512sums=(
+  
c5ed14bfd2c87ef5610dd47f25a4d05cbd3135f1ebe96ef561f15cf22e1aba9f6187f7e559ebcb710421cea469133ae25df41120f7aa039cf593df4a4bdf0099
+  
44f9c296a791340fa68a8b36ae2e36ac02f50b45a39ad64c9a39f4399368b56fccb5a13410b2f6cd139d30c042c856b62ca1af07bd46fa9602e1ea1e9f8a8eaa
+)
+md5sums=(
+  37fbf996520ef477cd0da992717bf45c
+  c98ea75033579be65c9b20bba4466873
+)
+validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
+
+package ()
+{
+  cd "$srcdir/$pkgname-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 "man/${pkgname}.1.gz" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1.gz"
+  install -Dm644 'reflector.service' 
"$pkgdir/usr/lib/systemd/system/reflector.service"
+  install -Dm644 'reflector.timer' 
"$pkgdir/usr/lib/systemd/system/reflector.timer"
+  install -Dm644 'reflector.conf' "$pkgdir/etc/xdg/reflector/reflector.conf"
+}
+
+
+# vim: set ts=2 sw=2 et:


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

2020-12-06 Thread Xyne via arch-commits
Date: Monday, December 7, 2020 @ 07:46:28
  Author: xyne
Revision: 771364

upgpkg: reflector 2020.12.7.1-1: version 2020.12.7.1

Modified:
  reflector/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-07 07:39:23 UTC (rev 771363)
+++ PKGBUILD2020-12-07 07:46:28 UTC (rev 771364)
@@ -1,6 +1,6 @@
 #Maintainer: Xyne 
 pkgname=reflector
-pkgver=2020.12
+pkgver=2020.12.7.1
 pkgrel=1
 pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
 arch=(any)
@@ -10,16 +10,16 @@
 optdepends=('rsync: rate rsync mirrors')
 backup=(etc/xdg/reflector/reflector.conf)
 source=(
-  https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.12.tar.xz
-  https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.12.tar.xz.sig
+  https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.12.7.1.tar.xz
+  
https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.12.7.1.tar.xz.sig
 )
 sha512sums=(
-  
c2132624a7254cb5c28e5b9fdd6581f1a9914e74e2c6eb2cc6b01f5cc846dfee2d8c44c1d6e930b2590c8c6a61f9316a571c985a942d4ce11615e91380622808
-  
50cc7079167755d71d0d3069339870db67c4943e316a7006a1eb7b6ca7fd03368cb06e93971885335f2084f417ed6b8c2f17212f074aeebf8901d84db9dc4c64
+  
c5ed14bfd2c87ef5610dd47f25a4d05cbd3135f1ebe96ef561f15cf22e1aba9f6187f7e559ebcb710421cea469133ae25df41120f7aa039cf593df4a4bdf0099
+  
44f9c296a791340fa68a8b36ae2e36ac02f50b45a39ad64c9a39f4399368b56fccb5a13410b2f6cd139d30c042c856b62ca1af07bd46fa9602e1ea1e9f8a8eaa
 )
 md5sums=(
-  af78ffa1b7e96cbac8248e50f9966028
-  b4fc43a6ee03c56f05f14b2aef4f0c00
+  37fbf996520ef477cd0da992717bf45c
+  c98ea75033579be65c9b20bba4466873
 )
 validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
 


[arch-commits] Commit in reflector/repos/community-any (PKGBUILD PKGBUILD)

2020-12-03 Thread Xyne via arch-commits
Date: Thursday, December 3, 2020 @ 18:21:09
  Author: xyne
Revision: 769728

archrelease: copy trunk to community-any

Added:
  reflector/repos/community-any/PKGBUILD
(from rev 769727, reflector/trunk/PKGBUILD)
Deleted:
  reflector/repos/community-any/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-03 18:20:57 UTC (rev 769727)
+++ PKGBUILD2020-12-03 18:21:09 UTC (rev 769728)
@@ -1,38 +0,0 @@
-#Maintainer: Xyne 
-pkgname=reflector
-pkgver=2020.9
-pkgrel=2
-pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
-arch=(any)
-license=(GPL)
-url="https://xyne.archlinux.ca/projects/reflector;
-depends=(python3)
-optdepends=('rsync: rate rsync mirrors')
-backup=(etc/xdg/reflector/reflector.conf)
-source=(
-  https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.9.tar.xz
-  https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.9.tar.xz.sig
-)
-sha512sums=(
-  
2cfad4919cd7cd0c3e4be2d99f2ef7d2df3b39254fc5494b2f858fb8f07f22278688a4b3708aecd109f0602d4b93a335ef15e08c3b48f61c2f2090bbaa58fc4e
-  
1758ba6cc35f90b30848b67a4c1fc437fef18338ba23e25188a12b767ef83f6d544269291a7774300acf95d7bccdb3feb1eb62b86fdf9cb2fdb715101fe1c524
-)
-md5sums=(
-  3dd0a13b05d0fc7b2cc568b8b1762624
-  466785e6214609d3dad5faaf44b39be5
-)
-validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
-
-package ()
-{
-  cd "$srcdir/$pkgname-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 "man/${pkgname}.1.gz" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1.gz"
-  install -Dm644 'reflector.service' 
"$pkgdir/usr/lib/systemd/system/reflector.service"
-  install -Dm644 'reflector.timer' 
"$pkgdir/usr/lib/systemd/system/reflector.timer"
-  install -Dm644 'reflector.conf' "$pkgdir/etc/xdg/reflector/reflector.conf"
-}
-
-
-# vim: set ts=2 sw=2 et:

Copied: reflector/repos/community-any/PKGBUILD (from rev 769727, 
reflector/trunk/PKGBUILD)
===
--- PKGBUILD    (rev 0)
+++ PKGBUILD2020-12-03 18:21:09 UTC (rev 769728)
@@ -0,0 +1,38 @@
+#Maintainer: Xyne 
+pkgname=reflector
+pkgver=2020.12
+pkgrel=1
+pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
+arch=(any)
+license=(GPL)
+url="https://xyne.archlinux.ca/projects/reflector;
+depends=(python3)
+optdepends=('rsync: rate rsync mirrors')
+backup=(etc/xdg/reflector/reflector.conf)
+source=(
+  https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.12.tar.xz
+  https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.12.tar.xz.sig
+)
+sha512sums=(
+  
c2132624a7254cb5c28e5b9fdd6581f1a9914e74e2c6eb2cc6b01f5cc846dfee2d8c44c1d6e930b2590c8c6a61f9316a571c985a942d4ce11615e91380622808
+  
50cc7079167755d71d0d3069339870db67c4943e316a7006a1eb7b6ca7fd03368cb06e93971885335f2084f417ed6b8c2f17212f074aeebf8901d84db9dc4c64
+)
+md5sums=(
+  af78ffa1b7e96cbac8248e50f9966028
+  b4fc43a6ee03c56f05f14b2aef4f0c00
+)
+validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
+
+package ()
+{
+  cd "$srcdir/$pkgname-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 "man/${pkgname}.1.gz" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1.gz"
+  install -Dm644 'reflector.service' 
"$pkgdir/usr/lib/systemd/system/reflector.service"
+  install -Dm644 'reflector.timer' 
"$pkgdir/usr/lib/systemd/system/reflector.timer"
+  install -Dm644 'reflector.conf' "$pkgdir/etc/xdg/reflector/reflector.conf"
+}
+
+
+# vim: set ts=2 sw=2 et:


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

2020-12-03 Thread Xyne via arch-commits
Date: Thursday, December 3, 2020 @ 18:20:57
  Author: xyne
Revision: 769727

upgpkg: reflector 2020.12-1: version 2020.12

Modified:
  reflector/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-03 17:36:10 UTC (rev 769726)
+++ PKGBUILD2020-12-03 18:20:57 UTC (rev 769727)
@@ -1,7 +1,7 @@
 #Maintainer: Xyne 
 pkgname=reflector
-pkgver=2020.9
-pkgrel=2
+pkgver=2020.12
+pkgrel=1
 pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
 arch=(any)
 license=(GPL)
@@ -10,16 +10,16 @@
 optdepends=('rsync: rate rsync mirrors')
 backup=(etc/xdg/reflector/reflector.conf)
 source=(
-  https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.9.tar.xz
-  https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.9.tar.xz.sig
+  https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.12.tar.xz
+  https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.12.tar.xz.sig
 )
 sha512sums=(
-  
2cfad4919cd7cd0c3e4be2d99f2ef7d2df3b39254fc5494b2f858fb8f07f22278688a4b3708aecd109f0602d4b93a335ef15e08c3b48f61c2f2090bbaa58fc4e
-  
1758ba6cc35f90b30848b67a4c1fc437fef18338ba23e25188a12b767ef83f6d544269291a7774300acf95d7bccdb3feb1eb62b86fdf9cb2fdb715101fe1c524
+  
c2132624a7254cb5c28e5b9fdd6581f1a9914e74e2c6eb2cc6b01f5cc846dfee2d8c44c1d6e930b2590c8c6a61f9316a571c985a942d4ce11615e91380622808
+  
50cc7079167755d71d0d3069339870db67c4943e316a7006a1eb7b6ca7fd03368cb06e93971885335f2084f417ed6b8c2f17212f074aeebf8901d84db9dc4c64
 )
 md5sums=(
-  3dd0a13b05d0fc7b2cc568b8b1762624
-  466785e6214609d3dad5faaf44b39be5
+  af78ffa1b7e96cbac8248e50f9966028
+  b4fc43a6ee03c56f05f14b2aef4f0c00
 )
 validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
 


[arch-commits] Commit in asunder/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-12-02 Thread Xyne via arch-commits
Date: Thursday, December 3, 2020 @ 03:31:51
  Author: xyne
Revision: 769402

archrelease: copy trunk to community-x86_64

Added:
  asunder/repos/community-x86_64/PKGBUILD
(from rev 769401, asunder/trunk/PKGBUILD)
Deleted:
  asunder/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-03 03:31:37 UTC (rev 769401)
+++ PKGBUILD2020-12-03 03:31:51 UTC (rev 769402)
@@ -1,33 +0,0 @@
-# Maintainer: Xyne 
-# Contributor: Ronald van Haren 
-# Contributor: cs-cam - me.at.camdaniel.com
-# Contributor: Sebastien Piccand 
-
-pkgname=asunder
-pkgver=2.9.6
-pkgrel=1
-pkgdesc="a graphical CD ripper and encoder"
-arch=('x86_64')
-url="http://littlesvr.ca/asunder/;
-license=('GPL2')
-depends=('gtk2' 'libcddb' 'cdparanoia')
-makedepends=('pkgconfig' 'intltool' 'gettext')
-optdepends=(
-  'lame: for mp3 support'
-  'vorbis-tools: for ogg support'
-  'flac: for flac support'
-)
-source=(http://littlesvr.ca/asunder/releases/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('336514c964c2b46bf93aea050d771b6954c0761c4d9ebd63627a97945ac0c6eb8389e49abb5b42fffe8c646adc281785c7fc3b937b8dbd97e65d6b5834477633')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-

Copied: asunder/repos/community-x86_64/PKGBUILD (from rev 769401, 
asunder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-03 03:31:51 UTC (rev 769402)
@@ -0,0 +1,33 @@
+# Maintainer: Xyne 
+# Contributor: Ronald van Haren 
+# Contributor: cs-cam - me.at.camdaniel.com
+# Contributor: Sebastien Piccand 
+
+pkgname=asunder
+pkgver=2.9.7
+pkgrel=1
+pkgdesc="a graphical CD ripper and encoder"
+arch=('x86_64')
+url="http://littlesvr.ca/asunder/;
+license=('GPL2')
+depends=('gtk2' 'libcddb' 'cdparanoia')
+makedepends=('pkgconfig' 'intltool' 'gettext')
+optdepends=(
+  'lame: for mp3 support'
+  'vorbis-tools: for ogg support'
+  'flac: for flac support'
+)
+source=(http://littlesvr.ca/asunder/releases/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('ef5e998b3e3e552ac23696619742caff9c30e52cb2b11f75395cc6e4b2134c58df1c4a97e930db0e8c61dfc31e77b3d9a99a4c9ab6c07ae59b9e91f723401e23')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+


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

2020-12-02 Thread Xyne via arch-commits
Date: Thursday, December 3, 2020 @ 03:31:37
  Author: xyne
Revision: 769401

upgpkg: asunder 2.9.7-1: version 2.9.6

Modified:
  asunder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-03 00:47:40 UTC (rev 769400)
+++ PKGBUILD2020-12-03 03:31:37 UTC (rev 769401)
@@ -4,7 +4,7 @@
 # Contributor: Sebastien Piccand 
 
 pkgname=asunder
-pkgver=2.9.6
+pkgver=2.9.7
 pkgrel=1
 pkgdesc="a graphical CD ripper and encoder"
 arch=('x86_64')
@@ -18,7 +18,7 @@
   'flac: for flac support'
 )
 source=(http://littlesvr.ca/asunder/releases/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('336514c964c2b46bf93aea050d771b6954c0761c4d9ebd63627a97945ac0c6eb8389e49abb5b42fffe8c646adc281785c7fc3b937b8dbd97e65d6b5834477633')
+sha512sums=('ef5e998b3e3e552ac23696619742caff9c30e52cb2b11f75395cc6e4b2134c58df1c4a97e930db0e8c61dfc31e77b3d9a99a4c9ab6c07ae59b9e91f723401e23')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in reflector/repos/community-any (PKGBUILD PKGBUILD)

2020-09-05 Thread Xyne via arch-commits
Date: Saturday, September 5, 2020 @ 15:22:05
  Author: xyne
Revision: 699177

archrelease: copy trunk to community-any

Added:
  reflector/repos/community-any/PKGBUILD
(from rev 699176, reflector/trunk/PKGBUILD)
Deleted:
  reflector/repos/community-any/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-05 15:21:50 UTC (rev 699176)
+++ PKGBUILD2020-09-05 15:22:05 UTC (rev 699177)
@@ -1,38 +0,0 @@
-#Maintainer: Xyne 
-pkgname=reflector
-pkgver=2020.8.19
-pkgrel=2
-pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
-arch=(any)
-license=(GPL)
-url="https://xyne.archlinux.ca/projects/reflector;
-depends=(python3)
-optdepends=('rsync: rate rsync mirrors')
-backup=(etc/xdg/reflector/reflector.conf)
-source=(
-  https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.8.19.tar.xz
-  
https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.8.19.tar.xz.sig
-)
-sha512sums=(
-  
32443765b618db1306bb1f35416f146729a5b9bfe5c789bff446fddbc64ee87ec3a9a9b39b9849f7ec48c69f5974aa840a9d10a8b041c6c5f929d7a17fe5e350
-  
3b5efc133b19178cebf7eb40d31d935de7d48060d446f1c8cd4d5dd87416e8743314943e346f01de1339ef9109045eb83f8c7c9c9968c173027016f8bc4c244c
-)
-md5sums=(
-  eace2053129c8432701134148bd53a6d
-  73e94d740dc30e89c5a8d3257cefff51
-)
-validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
-
-package ()
-{
-  cd "$srcdir/$pkgname-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 "man/${pkgname}.1.gz" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1.gz"
-  install -Dm644 'reflector.service' 
"$pkgdir/usr/lib/systemd/system/reflector.service"
-  install -Dm644 'reflector.timer' 
"$pkgdir/usr/lib/systemd/system/reflector.timer"
-  install -Dm644 'reflector.conf' "$pkgdir/etc/xdg/reflector/reflector.conf"
-}
-
-
-# vim: set ts=2 sw=2 et:

Copied: reflector/repos/community-any/PKGBUILD (from rev 699176, 
reflector/trunk/PKGBUILD)
===
--- PKGBUILD    (rev 0)
+++ PKGBUILD2020-09-05 15:22:05 UTC (rev 699177)
@@ -0,0 +1,38 @@
+#Maintainer: Xyne 
+pkgname=reflector
+pkgver=2020.9
+pkgrel=1
+pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
+arch=(any)
+license=(GPL)
+url="https://xyne.archlinux.ca/projects/reflector;
+depends=(python3)
+optdepends=('rsync: rate rsync mirrors')
+backup=(etc/xdg/reflector/reflector.conf)
+source=(
+  https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.9.tar.xz
+  https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.9.tar.xz.sig
+)
+sha512sums=(
+  
2cfad4919cd7cd0c3e4be2d99f2ef7d2df3b39254fc5494b2f858fb8f07f22278688a4b3708aecd109f0602d4b93a335ef15e08c3b48f61c2f2090bbaa58fc4e
+  
1758ba6cc35f90b30848b67a4c1fc437fef18338ba23e25188a12b767ef83f6d544269291a7774300acf95d7bccdb3feb1eb62b86fdf9cb2fdb715101fe1c524
+)
+md5sums=(
+  3dd0a13b05d0fc7b2cc568b8b1762624
+  466785e6214609d3dad5faaf44b39be5
+)
+validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
+
+package ()
+{
+  cd "$srcdir/$pkgname-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 "man/${pkgname}.1.gz" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1.gz"
+  install -Dm644 'reflector.service' 
"$pkgdir/usr/lib/systemd/system/reflector.service"
+  install -Dm644 'reflector.timer' 
"$pkgdir/usr/lib/systemd/system/reflector.timer"
+  install -Dm644 'reflector.conf' "$pkgdir/etc/xdg/reflector/reflector.conf"
+}
+
+
+# vim: set ts=2 sw=2 et:


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

2020-09-05 Thread Xyne via arch-commits
Date: Saturday, September 5, 2020 @ 15:21:50
  Author: xyne
Revision: 699176

upgpkg: reflector 2020.9-1: Update to 2020.9 with changes for archiso.

Modified:
  reflector/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-05 14:48:18 UTC (rev 699175)
+++ PKGBUILD2020-09-05 15:21:50 UTC (rev 699176)
@@ -1,7 +1,7 @@
 #Maintainer: Xyne 
 pkgname=reflector
-pkgver=2020.8.19
-pkgrel=2
+pkgver=2020.9
+pkgrel=1
 pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
 arch=(any)
 license=(GPL)
@@ -10,16 +10,16 @@
 optdepends=('rsync: rate rsync mirrors')
 backup=(etc/xdg/reflector/reflector.conf)
 source=(
-  https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.8.19.tar.xz
-  
https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.8.19.tar.xz.sig
+  https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.9.tar.xz
+  https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.9.tar.xz.sig
 )
 sha512sums=(
-  
32443765b618db1306bb1f35416f146729a5b9bfe5c789bff446fddbc64ee87ec3a9a9b39b9849f7ec48c69f5974aa840a9d10a8b041c6c5f929d7a17fe5e350
-  
3b5efc133b19178cebf7eb40d31d935de7d48060d446f1c8cd4d5dd87416e8743314943e346f01de1339ef9109045eb83f8c7c9c9968c173027016f8bc4c244c
+  
2cfad4919cd7cd0c3e4be2d99f2ef7d2df3b39254fc5494b2f858fb8f07f22278688a4b3708aecd109f0602d4b93a335ef15e08c3b48f61c2f2090bbaa58fc4e
+  
1758ba6cc35f90b30848b67a4c1fc437fef18338ba23e25188a12b767ef83f6d544269291a7774300acf95d7bccdb3feb1eb62b86fdf9cb2fdb715101fe1c524
 )
 md5sums=(
-  eace2053129c8432701134148bd53a6d
-  73e94d740dc30e89c5a8d3257cefff51
+  3dd0a13b05d0fc7b2cc568b8b1762624
+  466785e6214609d3dad5faaf44b39be5
 )
 validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
 


[arch-commits] Commit in reflector/repos/community-any (PKGBUILD PKGBUILD)

2020-08-20 Thread Xyne via arch-commits
Date: Friday, August 21, 2020 @ 02:33:48
  Author: xyne
Revision: 685726

archrelease: copy trunk to community-any

Added:
  reflector/repos/community-any/PKGBUILD
(from rev 685725, reflector/trunk/PKGBUILD)
Deleted:
  reflector/repos/community-any/PKGBUILD

--+
 PKGBUILD |   75 ++---
 1 file changed, 38 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-21 02:32:56 UTC (rev 685725)
+++ PKGBUILD2020-08-21 02:33:48 UTC (rev 685726)
@@ -1,37 +0,0 @@
-#Maintainer: Xyne 
-pkgname=reflector
-pkgver=2020.8.19
-pkgrel=1
-pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
-arch=(any)
-license=(GPL)
-url="https://xyne.archlinux.ca/projects/reflector;
-depends=(python3)
-optdepends=('rsync: rate rsync mirrors')
-source=(
-  https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.8.19.tar.xz
-  
https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.8.19.tar.xz.sig
-)
-sha512sums=(
-  
32443765b618db1306bb1f35416f146729a5b9bfe5c789bff446fddbc64ee87ec3a9a9b39b9849f7ec48c69f5974aa840a9d10a8b041c6c5f929d7a17fe5e350
-  
3b5efc133b19178cebf7eb40d31d935de7d48060d446f1c8cd4d5dd87416e8743314943e346f01de1339ef9109045eb83f8c7c9c9968c173027016f8bc4c244c
-)
-md5sums=(
-  eace2053129c8432701134148bd53a6d
-  73e94d740dc30e89c5a8d3257cefff51
-)
-validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
-
-package ()
-{
-  cd "$srcdir/$pkgname-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 "man/${pkgname}.1.gz" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1.gz"
-  install -Dm644 'reflector.service' 
"$pkgdir/usr/lib/systemd/system/reflector.service"
-  install -Dm644 'reflector.timer' 
"$pkgdir/usr/lib/systemd/system/reflector.timer"
-  install -Dm644 'reflector.conf' "$pkgdir/etc/xdg/reflector/reflector.conf"
-}
-
-
-# vim: set ts=2 sw=2 et:

Copied: reflector/repos/community-any/PKGBUILD (from rev 685725, 
reflector/trunk/PKGBUILD)
===
--- PKGBUILD    (rev 0)
+++ PKGBUILD2020-08-21 02:33:48 UTC (rev 685726)
@@ -0,0 +1,38 @@
+#Maintainer: Xyne 
+pkgname=reflector
+pkgver=2020.8.19
+pkgrel=2
+pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
+arch=(any)
+license=(GPL)
+url="https://xyne.archlinux.ca/projects/reflector;
+depends=(python3)
+optdepends=('rsync: rate rsync mirrors')
+backup=(etc/xdg/reflector/reflector.conf)
+source=(
+  https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.8.19.tar.xz
+  
https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.8.19.tar.xz.sig
+)
+sha512sums=(
+  
32443765b618db1306bb1f35416f146729a5b9bfe5c789bff446fddbc64ee87ec3a9a9b39b9849f7ec48c69f5974aa840a9d10a8b041c6c5f929d7a17fe5e350
+  
3b5efc133b19178cebf7eb40d31d935de7d48060d446f1c8cd4d5dd87416e8743314943e346f01de1339ef9109045eb83f8c7c9c9968c173027016f8bc4c244c
+)
+md5sums=(
+  eace2053129c8432701134148bd53a6d
+  73e94d740dc30e89c5a8d3257cefff51
+)
+validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
+
+package ()
+{
+  cd "$srcdir/$pkgname-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 "man/${pkgname}.1.gz" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1.gz"
+  install -Dm644 'reflector.service' 
"$pkgdir/usr/lib/systemd/system/reflector.service"
+  install -Dm644 'reflector.timer' 
"$pkgdir/usr/lib/systemd/system/reflector.timer"
+  install -Dm644 'reflector.conf' "$pkgdir/etc/xdg/reflector/reflector.conf"
+}
+
+
+# vim: set ts=2 sw=2 et:


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

2020-08-20 Thread Xyne via arch-commits
Date: Friday, August 21, 2020 @ 02:32:56
  Author: xyne
Revision: 685725

upgpkg: reflector 2020.8.19-2: Backup conf file.

Modified:
  reflector/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-21 00:25:22 UTC (rev 685724)
+++ PKGBUILD2020-08-21 02:32:56 UTC (rev 685725)
@@ -1,7 +1,7 @@
 #Maintainer: Xyne 
 pkgname=reflector
 pkgver=2020.8.19
-pkgrel=1
+pkgrel=2
 pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
 arch=(any)
 license=(GPL)
@@ -8,6 +8,7 @@
 url="https://xyne.archlinux.ca/projects/reflector;
 depends=(python3)
 optdepends=('rsync: rate rsync mirrors')
+backup=(etc/xdg/reflector/reflector.conf)
 source=(
   https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.8.19.tar.xz
   
https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.8.19.tar.xz.sig


[arch-commits] Commit in fdupes/repos/community-x86_64 (4 files)

2020-08-20 Thread Xyne via arch-commits
Date: Thursday, August 20, 2020 @ 08:48:27
  Author: xyne
Revision: 685329

archrelease: copy trunk to community-x86_64

Added:
  fdupes/repos/community-x86_64/LICENSE
(from rev 685328, fdupes/trunk/LICENSE)
  fdupes/repos/community-x86_64/PKGBUILD
(from rev 685328, fdupes/trunk/PKGBUILD)
Deleted:
  fdupes/repos/community-x86_64/LICENSE
  fdupes/repos/community-x86_64/PKGBUILD

--+
 LICENSE  |   44 +++
 PKGBUILD |   86 ++---
 2 files changed, 65 insertions(+), 65 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2020-08-20 08:48:14 UTC (rev 685328)
+++ LICENSE 2020-08-20 08:48:27 UTC (rev 685329)
@@ -1,22 +0,0 @@
-Legal Information
-
-FDUPES Copyright (c) 1999 Adrian Lopez
-
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation files
-(the "Software"), to deal in the Software without restriction,
-including without limitation the rights to use, copy, modify, merge,
-publish, distribute, sublicense, and/or sell copies of the Software,
-and to permit persons to whom the Software is furnished to do so,
-subject to the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 
-IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copied: fdupes/repos/community-x86_64/LICENSE (from rev 685328, 
fdupes/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2020-08-20 08:48:27 UTC (rev 685329)
@@ -0,0 +1,22 @@
+Legal Information
+
+FDUPES Copyright (c) 1999 Adrian Lopez
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation files
+(the "Software"), to deal in the Software without restriction,
+including without limitation the rights to use, copy, modify, merge,
+publish, distribute, sublicense, and/or sell copies of the Software,
+and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-20 08:48:14 UTC (rev 685328)
+++ PKGBUILD2020-08-20 08:48:27 UTC (rev 685329)
@@ -1,43 +0,0 @@
-# Maintainer: Xyne 
-# Contributor: Daenyth 
-# Contributor: Chris Winter 
-
-pkgname=fdupes
-pkgver=2.1.1
-pkgrel=1
-# Version changed from 1.51 to 1.6.1
-epoch=1
-pkgdesc="a program for identifying or deleting duplicate files residing within 
specified directories"
-arch=('x86_64')
-url="https://github.com/adrianlopezroche/fdupes;
-license=(custom)
-depends=(glibc ncurses pcre2)
-makedepends=(git)
-source=(
-  
https://github.com/adrianlopezroche/fdupes/releases/download/v${pkgver}/fdupes-${pkgver}.tar.gz
-  LICENSE
-)
-# Alternatively
-# source=(git://github.com/adrianlopezroche/fdupes.git#tag=$pkgname-$pkgver 
LICENSE)
-sha512sums=('41b7920b1cdf9b5c6029d8adaa37cf65c9880d88e466abf1b97e4fbdb7621ad045f1b0499dbc8b28276b2a2cbe623b910607375dafe7fddce50052b4f04598a8'
-
'40a005755c406c394506fdacad79140a4bdcb4474024832edc81c6d5f8524be9f2b8f504c5492cbab1cfd6bed86e72ff29d665eab3dec171468de490cf156381')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make PREFIX=/usr
-}
-
-package(){
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  # cd $pkgname-$pkgver
-  # # This works on the master branch but not for the 1.51 tag.
-  # # install -d "$pkgdir"/usr/{share/man/man1,bin} # remnant from old PKGBUILD
-  # #make PREFIX

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

2020-08-20 Thread Xyne via arch-commits
Date: Thursday, August 20, 2020 @ 08:48:14
  Author: xyne
Revision: 685328

upgpkg: fdupes 1:2.1.2-1: 2.1.2

Modified:
  fdupes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-20 08:47:14 UTC (rev 685327)
+++ PKGBUILD2020-08-20 08:48:14 UTC (rev 685328)
@@ -3,7 +3,7 @@
 # Contributor: Chris Winter 
 
 pkgname=fdupes
-pkgver=2.1.1
+pkgver=2.1.2
 pkgrel=1
 # Version changed from 1.51 to 1.6.1
 epoch=1
@@ -19,7 +19,7 @@
 )
 # Alternatively
 # source=(git://github.com/adrianlopezroche/fdupes.git#tag=$pkgname-$pkgver 
LICENSE)
-sha512sums=('41b7920b1cdf9b5c6029d8adaa37cf65c9880d88e466abf1b97e4fbdb7621ad045f1b0499dbc8b28276b2a2cbe623b910607375dafe7fddce50052b4f04598a8'
+sha512sums=('9c3761e7ce34f2d9d1b5ee49ebc3bf665e3d45e4146231bc77d7416801fbfa70415e80c81c64962897766ee068d1a103609895d783f20a765c351d4cd433323d'
 
'40a005755c406c394506fdacad79140a4bdcb4474024832edc81c6d5f8524be9f2b8f504c5492cbab1cfd6bed86e72ff29d665eab3dec171468de490cf156381')
 
 build() {


[arch-commits] Commit in reflector/repos/community-any (PKGBUILD PKGBUILD)

2020-08-19 Thread Xyne via arch-commits
Date: Thursday, August 20, 2020 @ 00:24:12
  Author: xyne
Revision: 685256

archrelease: copy trunk to community-any

Added:
  reflector/repos/community-any/PKGBUILD
(from rev 685255, reflector/trunk/PKGBUILD)
Deleted:
  reflector/repos/community-any/PKGBUILD

--+
 PKGBUILD |   71 +++--
 1 file changed, 37 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-20 00:23:17 UTC (rev 685255)
+++ PKGBUILD2020-08-20 00:24:12 UTC (rev 685256)
@@ -1,34 +0,0 @@
-#Maintainer: Xyne 
-pkgname=reflector
-pkgver=2020.3.21.2
-pkgrel=1
-pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
-arch=(any)
-license=(GPL)
-url="https://xyne.archlinux.ca/projects/reflector;
-depends=(python3)
-optdepends=('rsync: rate rsync mirrors')
-source=(
-  https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.3.21.2.tar.xz
-  
https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.3.21.2.tar.xz.sig
-)
-sha512sums=(
-  
cdb1ae3806fca6dd7dd7dccc75ef677e70ceec5d61b140315ef88540513abd7131dc2260f261444d801490368ab73194c7718d974c6191c7c354fcb811ba35e2
-  
e7aa7f6a2d24a99033e7a09f4d7c8c07ba59204464f714b138479cad8e90d100b6407b9acc4ce94cbfcbd471a2b33977dfcfcc039f0ffef36b7774023d7b137e
-)
-md5sums=(
-  f590ca43580b5fed323125db85a5e5d7
-  84939c85c01f37f7eb925a6fdd6242ca
-)
-validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
-
-package ()
-{
-  cd "$srcdir/$pkgname-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 "man/${pkgname}.1.gz" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1.gz"
-}
-
-
-# vim: set ts=2 sw=2 et:

Copied: reflector/repos/community-any/PKGBUILD (from rev 685255, 
reflector/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-20 00:24:12 UTC (rev 685256)
@@ -0,0 +1,37 @@
+#Maintainer: Xyne 
+pkgname=reflector
+pkgver=2020.8.19
+pkgrel=1
+pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
+arch=(any)
+license=(GPL)
+url="https://xyne.archlinux.ca/projects/reflector;
+depends=(python3)
+optdepends=('rsync: rate rsync mirrors')
+source=(
+  https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.8.19.tar.xz
+  
https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.8.19.tar.xz.sig
+)
+sha512sums=(
+  
32443765b618db1306bb1f35416f146729a5b9bfe5c789bff446fddbc64ee87ec3a9a9b39b9849f7ec48c69f5974aa840a9d10a8b041c6c5f929d7a17fe5e350
+  
3b5efc133b19178cebf7eb40d31d935de7d48060d446f1c8cd4d5dd87416e8743314943e346f01de1339ef9109045eb83f8c7c9c9968c173027016f8bc4c244c
+)
+md5sums=(
+  eace2053129c8432701134148bd53a6d
+  73e94d740dc30e89c5a8d3257cefff51
+)
+validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
+
+package ()
+{
+  cd "$srcdir/$pkgname-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 "man/${pkgname}.1.gz" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1.gz"
+  install -Dm644 'reflector.service' 
"$pkgdir/usr/lib/systemd/system/reflector.service"
+  install -Dm644 'reflector.timer' 
"$pkgdir/usr/lib/systemd/system/reflector.timer"
+  install -Dm644 'reflector.conf' "$pkgdir/etc/xdg/reflector/reflector.conf"
+}
+
+
+# vim: set ts=2 sw=2 et:


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

2020-08-19 Thread Xyne via arch-commits
Date: Thursday, August 20, 2020 @ 00:23:17
  Author: xyne
Revision: 685255

upgpkg: reflector 2020.8.19-1: 2020.8.19

Modified:
  reflector/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-19 23:48:31 UTC (rev 685254)
+++ PKGBUILD2020-08-20 00:23:17 UTC (rev 685255)
@@ -1,6 +1,6 @@
 #Maintainer: Xyne 
 pkgname=reflector
-pkgver=2020.3.21.2
+pkgver=2020.8.19
 pkgrel=1
 pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
 arch=(any)
@@ -9,16 +9,16 @@
 depends=(python3)
 optdepends=('rsync: rate rsync mirrors')
 source=(
-  https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.3.21.2.tar.xz
-  
https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.3.21.2.tar.xz.sig
+  https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.8.19.tar.xz
+  
https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.8.19.tar.xz.sig
 )
 sha512sums=(
-  
cdb1ae3806fca6dd7dd7dccc75ef677e70ceec5d61b140315ef88540513abd7131dc2260f261444d801490368ab73194c7718d974c6191c7c354fcb811ba35e2
-  
e7aa7f6a2d24a99033e7a09f4d7c8c07ba59204464f714b138479cad8e90d100b6407b9acc4ce94cbfcbd471a2b33977dfcfcc039f0ffef36b7774023d7b137e
+  
32443765b618db1306bb1f35416f146729a5b9bfe5c789bff446fddbc64ee87ec3a9a9b39b9849f7ec48c69f5974aa840a9d10a8b041c6c5f929d7a17fe5e350
+  
3b5efc133b19178cebf7eb40d31d935de7d48060d446f1c8cd4d5dd87416e8743314943e346f01de1339ef9109045eb83f8c7c9c9968c173027016f8bc4c244c
 )
 md5sums=(
-  f590ca43580b5fed323125db85a5e5d7
-  84939c85c01f37f7eb925a6fdd6242ca
+  eace2053129c8432701134148bd53a6d
+  73e94d740dc30e89c5a8d3257cefff51
 )
 validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
 
@@ -28,6 +28,9 @@
   python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
   install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
   install -Dm644 "man/${pkgname}.1.gz" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1.gz"
+  install -Dm644 'reflector.service' 
"$pkgdir/usr/lib/systemd/system/reflector.service"
+  install -Dm644 'reflector.timer' 
"$pkgdir/usr/lib/systemd/system/reflector.timer"
+  install -Dm644 'reflector.conf' "$pkgdir/etc/xdg/reflector/reflector.conf"
 }
 
 


[arch-commits] Commit in fdupes/repos/community-x86_64 (4 files)

2020-07-26 Thread Xyne via arch-commits
Date: Sunday, July 26, 2020 @ 16:28:14
  Author: xyne
Revision: 665356

archrelease: copy trunk to community-x86_64

Added:
  fdupes/repos/community-x86_64/LICENSE
(from rev 665355, fdupes/trunk/LICENSE)
  fdupes/repos/community-x86_64/PKGBUILD
(from rev 665355, fdupes/trunk/PKGBUILD)
Deleted:
  fdupes/repos/community-x86_64/LICENSE
  fdupes/repos/community-x86_64/PKGBUILD

--+
 LICENSE  |   44 +++
 PKGBUILD |   86 ++---
 2 files changed, 65 insertions(+), 65 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2020-07-26 16:28:02 UTC (rev 665355)
+++ LICENSE 2020-07-26 16:28:14 UTC (rev 665356)
@@ -1,22 +0,0 @@
-Legal Information
-
-FDUPES Copyright (c) 1999 Adrian Lopez
-
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation files
-(the "Software"), to deal in the Software without restriction,
-including without limitation the rights to use, copy, modify, merge,
-publish, distribute, sublicense, and/or sell copies of the Software,
-and to permit persons to whom the Software is furnished to do so,
-subject to the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 
-IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copied: fdupes/repos/community-x86_64/LICENSE (from rev 665355, 
fdupes/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2020-07-26 16:28:14 UTC (rev 665356)
@@ -0,0 +1,22 @@
+Legal Information
+
+FDUPES Copyright (c) 1999 Adrian Lopez
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation files
+(the "Software"), to deal in the Software without restriction,
+including without limitation the rights to use, copy, modify, merge,
+publish, distribute, sublicense, and/or sell copies of the Software,
+and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-26 16:28:02 UTC (rev 665355)
+++ PKGBUILD2020-07-26 16:28:14 UTC (rev 665356)
@@ -1,43 +0,0 @@
-# Maintainer: Xyne 
-# Contributor: Daenyth 
-# Contributor: Chris Winter 
-
-pkgname=fdupes
-pkgver=2.0.0
-pkgrel=1
-# Version changed from 1.51 to 1.6.1
-epoch=1
-pkgdesc="a program for identifying or deleting duplicate files residing within 
specified directories"
-arch=('x86_64')
-url="https://github.com/adrianlopezroche/fdupes;
-license=(custom)
-depends=(glibc ncurses pcre2)
-makedepends=(git)
-source=(
-  
https://github.com/adrianlopezroche/fdupes/releases/download/${pkgver}/fdupes-${pkgver}.tar.gz
-  LICENSE
-)
-# Alternatively
-# source=(git://github.com/adrianlopezroche/fdupes.git#tag=$pkgname-$pkgver 
LICENSE)
-sha512sums=('3c76cfba1cc650f6e680933cda6236e2110018d8a6a132e146d0d61c8f44cac5944e9966b1f3de5847aca6f233ab4df9b180888e0f4b3e3fa5ae8c5f9cb1484f'
-
'40a005755c406c394506fdacad79140a4bdcb4474024832edc81c6d5f8524be9f2b8f504c5492cbab1cfd6bed86e72ff29d665eab3dec171468de490cf156381')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make PREFIX=/usr
-}
-
-package(){
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  # cd $pkgname-$pkgver
-  # # This works on the master branch but not for the 1.51 tag.
-  # # install -d "$pkgdir"/usr/{share/man/man1,bin} # remnant from old PKGBUILD
-  # #make PREFIX=/usr D

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

2020-07-26 Thread Xyne via arch-commits
Date: Sunday, July 26, 2020 @ 16:28:02
  Author: xyne
Revision: 665355

upgpkg: fdupes 1:2.1.1-1: Update to 2.1.1

Modified:
  fdupes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-26 15:20:44 UTC (rev 665354)
+++ PKGBUILD2020-07-26 16:28:02 UTC (rev 665355)
@@ -3,7 +3,7 @@
 # Contributor: Chris Winter 
 
 pkgname=fdupes
-pkgver=2.0.0
+pkgver=2.1.1
 pkgrel=1
 # Version changed from 1.51 to 1.6.1
 epoch=1
@@ -14,12 +14,12 @@
 depends=(glibc ncurses pcre2)
 makedepends=(git)
 source=(
-  
https://github.com/adrianlopezroche/fdupes/releases/download/${pkgver}/fdupes-${pkgver}.tar.gz
+  
https://github.com/adrianlopezroche/fdupes/releases/download/v${pkgver}/fdupes-${pkgver}.tar.gz
   LICENSE
 )
 # Alternatively
 # source=(git://github.com/adrianlopezroche/fdupes.git#tag=$pkgname-$pkgver 
LICENSE)
-sha512sums=('3c76cfba1cc650f6e680933cda6236e2110018d8a6a132e146d0d61c8f44cac5944e9966b1f3de5847aca6f233ab4df9b180888e0f4b3e3fa5ae8c5f9cb1484f'
+sha512sums=('41b7920b1cdf9b5c6029d8adaa37cf65c9880d88e466abf1b97e4fbdb7621ad045f1b0499dbc8b28276b2a2cbe623b910607375dafe7fddce50052b4f04598a8'
 
'40a005755c406c394506fdacad79140a4bdcb4474024832edc81c6d5f8524be9f2b8f504c5492cbab1cfd6bed86e72ff29d665eab3dec171468de490cf156381')
 
 build() {


[arch-commits] Commit in asunder/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-06-14 Thread Xyne via arch-commits
Date: Sunday, June 14, 2020 @ 23:34:59
  Author: xyne
Revision: 644739

archrelease: copy trunk to community-x86_64

Added:
  asunder/repos/community-x86_64/PKGBUILD
(from rev 644738, asunder/trunk/PKGBUILD)
Deleted:
  asunder/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-14 23:34:43 UTC (rev 644738)
+++ PKGBUILD2020-06-14 23:34:59 UTC (rev 644739)
@@ -1,33 +0,0 @@
-# Maintainer: Xyne 
-# Contributor: Ronald van Haren 
-# Contributor: cs-cam - me.at.camdaniel.com
-# Contributor: Sebastien Piccand 
-
-pkgname=asunder
-pkgver=2.9.5
-pkgrel=1
-pkgdesc="a graphical CD ripper and encoder"
-arch=('x86_64')
-url="http://littlesvr.ca/asunder/;
-license=('GPL2')
-depends=('gtk2' 'libcddb' 'cdparanoia')
-makedepends=('pkgconfig' 'intltool' 'gettext')
-optdepends=(
-  'lame: for mp3 support'
-  'vorbis-tools: for ogg support'
-  'flac: for flac support'
-)
-source=(http://littlesvr.ca/asunder/releases/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('40e27877c8fa17465b13a7fa08df6f94dbcb893bd6d8d46a389ca18bce4f574e04e894f9ca19f52bc22e7d1ec0db67a79f236ae4037be459bc24fe95739771dc')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-

Copied: asunder/repos/community-x86_64/PKGBUILD (from rev 644738, 
asunder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-14 23:34:59 UTC (rev 644739)
@@ -0,0 +1,33 @@
+# Maintainer: Xyne 
+# Contributor: Ronald van Haren 
+# Contributor: cs-cam - me.at.camdaniel.com
+# Contributor: Sebastien Piccand 
+
+pkgname=asunder
+pkgver=2.9.6
+pkgrel=1
+pkgdesc="a graphical CD ripper and encoder"
+arch=('x86_64')
+url="http://littlesvr.ca/asunder/;
+license=('GPL2')
+depends=('gtk2' 'libcddb' 'cdparanoia')
+makedepends=('pkgconfig' 'intltool' 'gettext')
+optdepends=(
+  'lame: for mp3 support'
+  'vorbis-tools: for ogg support'
+  'flac: for flac support'
+)
+source=(http://littlesvr.ca/asunder/releases/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('336514c964c2b46bf93aea050d771b6954c0761c4d9ebd63627a97945ac0c6eb8389e49abb5b42fffe8c646adc281785c7fc3b937b8dbd97e65d6b5834477633')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+


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

2020-06-14 Thread Xyne via arch-commits
Date: Sunday, June 14, 2020 @ 23:34:43
  Author: xyne
Revision: 644738

upgpkg: asunder 2.9.6-1: Update to 2.9.6.

Modified:
  asunder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-14 23:19:28 UTC (rev 644737)
+++ PKGBUILD2020-06-14 23:34:43 UTC (rev 644738)
@@ -4,7 +4,7 @@
 # Contributor: Sebastien Piccand 
 
 pkgname=asunder
-pkgver=2.9.5
+pkgver=2.9.6
 pkgrel=1
 pkgdesc="a graphical CD ripper and encoder"
 arch=('x86_64')
@@ -18,7 +18,7 @@
   'flac: for flac support'
 )
 source=(http://littlesvr.ca/asunder/releases/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('40e27877c8fa17465b13a7fa08df6f94dbcb893bd6d8d46a389ca18bce4f574e04e894f9ca19f52bc22e7d1ec0db67a79f236ae4037be459bc24fe95739771dc')
+sha512sums=('336514c964c2b46bf93aea050d771b6954c0761c4d9ebd63627a97945ac0c6eb8389e49abb5b42fffe8c646adc281785c7fc3b937b8dbd97e65d6b5834477633')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2020-03-21 Thread Xyne via arch-commits
Date: Saturday, March 21, 2020 @ 17:06:05
  Author: xyne
Revision: 602845

upgpkg: reflector 2020.3.21.2-1: version 2020.3.21

Modified:
  reflector/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-21 17:04:42 UTC (rev 602844)
+++ PKGBUILD2020-03-21 17:06:05 UTC (rev 602845)
@@ -1,6 +1,6 @@
 #Maintainer: Xyne 
 pkgname=reflector
-pkgver=2020.3
+pkgver=2020.3.21.2
 pkgrel=1
 pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
 arch=(any)
@@ -9,16 +9,16 @@
 depends=(python3)
 optdepends=('rsync: rate rsync mirrors')
 source=(
-  https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.3.tar.xz
-  https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.3.tar.xz.sig
+  https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.3.21.2.tar.xz
+  
https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.3.21.2.tar.xz.sig
 )
 sha512sums=(
-  
fd08d7270c25d1a0d11f520f5c33eddeed7389c0f0f99b2d9c923713b83056a6016321afebf59b595dd9a2c2a1cc3506b0f7ed519f4a3c2bd77dfb650fec0346
-  
c06d3a940713e0f44b886545a1ca70ae3160a2b31bd62ddb7e49963e724b9d258f1a79ce3226a464b9392dc37dfb81b461995c52e0dcff243eae1345f1803500
+  
cdb1ae3806fca6dd7dd7dccc75ef677e70ceec5d61b140315ef88540513abd7131dc2260f261444d801490368ab73194c7718d974c6191c7c354fcb811ba35e2
+  
e7aa7f6a2d24a99033e7a09f4d7c8c07ba59204464f714b138479cad8e90d100b6407b9acc4ce94cbfcbd471a2b33977dfcfcc039f0ffef36b7774023d7b137e
 )
 md5sums=(
-  c2a26763608fbc4f999d7e6dab87cef6
-  a408ee9dd65d00aab5a8723acbc75822
+  f590ca43580b5fed323125db85a5e5d7
+  84939c85c01f37f7eb925a6fdd6242ca
 )
 validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
 


[arch-commits] Commit in reflector/repos/community-any (PKGBUILD PKGBUILD)

2020-03-21 Thread Xyne via arch-commits
Date: Saturday, March 21, 2020 @ 17:06:18
  Author: xyne
Revision: 602846

archrelease: copy trunk to community-any

Added:
  reflector/repos/community-any/PKGBUILD
(from rev 602845, reflector/trunk/PKGBUILD)
Deleted:
  reflector/repos/community-any/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-21 17:06:05 UTC (rev 602845)
+++ PKGBUILD2020-03-21 17:06:18 UTC (rev 602846)
@@ -1,34 +0,0 @@
-#Maintainer: Xyne 
-pkgname=reflector
-pkgver=2020.3
-pkgrel=1
-pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
-arch=(any)
-license=(GPL)
-url="https://xyne.archlinux.ca/projects/reflector;
-depends=(python3)
-optdepends=('rsync: rate rsync mirrors')
-source=(
-  https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.3.tar.xz
-  https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.3.tar.xz.sig
-)
-sha512sums=(
-  
fd08d7270c25d1a0d11f520f5c33eddeed7389c0f0f99b2d9c923713b83056a6016321afebf59b595dd9a2c2a1cc3506b0f7ed519f4a3c2bd77dfb650fec0346
-  
c06d3a940713e0f44b886545a1ca70ae3160a2b31bd62ddb7e49963e724b9d258f1a79ce3226a464b9392dc37dfb81b461995c52e0dcff243eae1345f1803500
-)
-md5sums=(
-  c2a26763608fbc4f999d7e6dab87cef6
-  a408ee9dd65d00aab5a8723acbc75822
-)
-validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
-
-package ()
-{
-  cd "$srcdir/$pkgname-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 "man/${pkgname}.1.gz" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1.gz"
-}
-
-
-# vim: set ts=2 sw=2 et:

Copied: reflector/repos/community-any/PKGBUILD (from rev 602845, 
reflector/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-21 17:06:18 UTC (rev 602846)
@@ -0,0 +1,34 @@
+#Maintainer: Xyne 
+pkgname=reflector
+pkgver=2020.3.21.2
+pkgrel=1
+pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
+arch=(any)
+license=(GPL)
+url="https://xyne.archlinux.ca/projects/reflector;
+depends=(python3)
+optdepends=('rsync: rate rsync mirrors')
+source=(
+  https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.3.21.2.tar.xz
+  
https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.3.21.2.tar.xz.sig
+)
+sha512sums=(
+  
cdb1ae3806fca6dd7dd7dccc75ef677e70ceec5d61b140315ef88540513abd7131dc2260f261444d801490368ab73194c7718d974c6191c7c354fcb811ba35e2
+  
e7aa7f6a2d24a99033e7a09f4d7c8c07ba59204464f714b138479cad8e90d100b6407b9acc4ce94cbfcbd471a2b33977dfcfcc039f0ffef36b7774023d7b137e
+)
+md5sums=(
+  f590ca43580b5fed323125db85a5e5d7
+  84939c85c01f37f7eb925a6fdd6242ca
+)
+validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
+
+package ()
+{
+  cd "$srcdir/$pkgname-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 "man/${pkgname}.1.gz" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1.gz"
+}
+
+
+# vim: set ts=2 sw=2 et:


[arch-commits] Commit in reflector/repos/community-any (PKGBUILD PKGBUILD)

2020-03-18 Thread Xyne via arch-commits
Date: Wednesday, March 18, 2020 @ 13:35:48
  Author: xyne
Revision: 600537

archrelease: copy trunk to community-any

Added:
  reflector/repos/community-any/PKGBUILD
(from rev 600536, reflector/trunk/PKGBUILD)
Deleted:
  reflector/repos/community-any/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-18 13:34:47 UTC (rev 600536)
+++ PKGBUILD2020-03-18 13:35:48 UTC (rev 600537)
@@ -1,34 +0,0 @@
-#Maintainer: Xyne 
-pkgname=reflector
-pkgver=2020
-pkgrel=1
-pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
-arch=(any)
-license=(GPL)
-url="https://xyne.archlinux.ca/projects/reflector;
-depends=(python3)
-optdepends=('rsync: rate rsync mirrors')
-source=(
-  https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.tar.xz
-  https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.tar.xz.sig
-)
-sha512sums=(
-  
26cb8d8cc43b81a20c344ab0921e2594c7b80e718d64953288448b0736d905133fecfbaf8a663fb0c604205095044315cbbbe037ac9269c2f751a8810ce0d7cc
-  
5e25155b8766c3b5bc74c69bdc4540e744e7bd4ff214143aa4701212c47ba45807de8aec5c92bb8796f10d93c4699bfd609d7266f6c1ff1f4c6ba32818d61e50
-)
-md5sums=(
-  e2e0f281072f51d3c99e4abe42288a60
-  46ff3dffd2252764c5c93d59c5755573
-)
-validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
-
-package ()
-{
-  cd "$srcdir/$pkgname-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 "man/${pkgname}.1.gz" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1.gz"
-}
-
-
-# vim: set ts=2 sw=2 et:

Copied: reflector/repos/community-any/PKGBUILD (from rev 600536, 
reflector/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-18 13:35:48 UTC (rev 600537)
@@ -0,0 +1,34 @@
+#Maintainer: Xyne 
+pkgname=reflector
+pkgver=2020.3
+pkgrel=1
+pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
+arch=(any)
+license=(GPL)
+url="https://xyne.archlinux.ca/projects/reflector;
+depends=(python3)
+optdepends=('rsync: rate rsync mirrors')
+source=(
+  https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.3.tar.xz
+  https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.3.tar.xz.sig
+)
+sha512sums=(
+  
fd08d7270c25d1a0d11f520f5c33eddeed7389c0f0f99b2d9c923713b83056a6016321afebf59b595dd9a2c2a1cc3506b0f7ed519f4a3c2bd77dfb650fec0346
+  
c06d3a940713e0f44b886545a1ca70ae3160a2b31bd62ddb7e49963e724b9d258f1a79ce3226a464b9392dc37dfb81b461995c52e0dcff243eae1345f1803500
+)
+md5sums=(
+  c2a26763608fbc4f999d7e6dab87cef6
+  a408ee9dd65d00aab5a8723acbc75822
+)
+validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
+
+package ()
+{
+  cd "$srcdir/$pkgname-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 "man/${pkgname}.1.gz" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1.gz"
+}
+
+
+# vim: set ts=2 sw=2 et:


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

2020-03-18 Thread Xyne via arch-commits
Date: Wednesday, March 18, 2020 @ 13:34:47
  Author: xyne
Revision: 600536

upgpkg: reflector 2020.3-1

Modified:
  reflector/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-18 13:29:29 UTC (rev 600535)
+++ PKGBUILD2020-03-18 13:34:47 UTC (rev 600536)
@@ -1,6 +1,6 @@
 #Maintainer: Xyne 
 pkgname=reflector
-pkgver=2020
+pkgver=2020.3
 pkgrel=1
 pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
 arch=(any)
@@ -9,16 +9,16 @@
 depends=(python3)
 optdepends=('rsync: rate rsync mirrors')
 source=(
-  https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.tar.xz
-  https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.tar.xz.sig
+  https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.3.tar.xz
+  https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.3.tar.xz.sig
 )
 sha512sums=(
-  
26cb8d8cc43b81a20c344ab0921e2594c7b80e718d64953288448b0736d905133fecfbaf8a663fb0c604205095044315cbbbe037ac9269c2f751a8810ce0d7cc
-  
5e25155b8766c3b5bc74c69bdc4540e744e7bd4ff214143aa4701212c47ba45807de8aec5c92bb8796f10d93c4699bfd609d7266f6c1ff1f4c6ba32818d61e50
+  
fd08d7270c25d1a0d11f520f5c33eddeed7389c0f0f99b2d9c923713b83056a6016321afebf59b595dd9a2c2a1cc3506b0f7ed519f4a3c2bd77dfb650fec0346
+  
c06d3a940713e0f44b886545a1ca70ae3160a2b31bd62ddb7e49963e724b9d258f1a79ce3226a464b9392dc37dfb81b461995c52e0dcff243eae1345f1803500
 )
 md5sums=(
-  e2e0f281072f51d3c99e4abe42288a60
-  46ff3dffd2252764c5c93d59c5755573
+  c2a26763608fbc4f999d7e6dab87cef6
+  a408ee9dd65d00aab5a8723acbc75822
 )
 validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
 


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

2020-03-15 Thread Xyne via arch-commits
Date: Sunday, March 15, 2020 @ 22:27:31
  Author: xyne
Revision: 598729

upgpkg: fdupes 1:2.0.0-1: updated to 2.0.0

Modified:
  fdupes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-15 22:27:01 UTC (rev 598728)
+++ PKGBUILD2020-03-15 22:27:31 UTC (rev 598729)
@@ -3,8 +3,8 @@
 # Contributor: Chris Winter 
 
 pkgname=fdupes
-pkgver=1.6.1
-pkgrel=2
+pkgver=2.0.0
+pkgrel=1
 # Version changed from 1.51 to 1.6.1
 epoch=1
 pkgdesc="a program for identifying or deleting duplicate files residing within 
specified directories"
@@ -11,30 +11,33 @@
 arch=('x86_64')
 url="https://github.com/adrianlopezroche/fdupes;
 license=(custom)
-depends=(glibc)
+depends=(glibc ncurses pcre2)
 makedepends=(git)
 source=(
-  https://github.com/adrianlopezroche/fdupes/archive/v$pkgver.tar.gz
+  
https://github.com/adrianlopezroche/fdupes/releases/download/${pkgver}/fdupes-${pkgver}.tar.gz
   LICENSE
 )
 # Alternatively
 # source=(git://github.com/adrianlopezroche/fdupes.git#tag=$pkgname-$pkgver 
LICENSE)
-sha512sums=('6c6662b70068c2f48f4be64a6830c81a66852d650391d0756f20b9ac0df7d70c1a32918bd7cbd50e19de524d9ebc09ea338c19636e1807b071eb96b325e641db'
+sha512sums=('3c76cfba1cc650f6e680933cda6236e2110018d8a6a132e146d0d61c8f44cac5944e9966b1f3de5847aca6f233ab4df9b180888e0f4b3e3fa5ae8c5f9cb1484f'
 
'40a005755c406c394506fdacad79140a4bdcb4474024832edc81c6d5f8524be9f2b8f504c5492cbab1cfd6bed86e72ff29d665eab3dec171468de490cf156381')
 
 build() {
   cd $pkgname-$pkgver
+  ./configure --prefix=/usr
   make PREFIX=/usr
 }
 
 package(){
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  # cd $pkgname-$pkgver
+  # # This works on the master branch but not for the 1.51 tag.
+  # # install -d "$pkgdir"/usr/{share/man/man1,bin} # remnant from old PKGBUILD
+  # #make PREFIX=/usr DESTDIR="$pkgdir" install
+  # install -Dm755 fdupes "$pkgdir/usr/bin/fdupes"
+  # install -Dm644 fdupes.1 "$pkgdir/usr/share/man/man1/fdupes.1"
   cd $pkgname-$pkgver
-  # This works on the master branch but not for the 1.51 tag.
-  # install -d "$pkgdir"/usr/{share/man/man1,bin} # remnant from old PKGBUILD
-  #make PREFIX=/usr DESTDIR="$pkgdir" install
-  install -Dm755 fdupes "$pkgdir/usr/bin/fdupes"
-  install -Dm644 fdupes.1 "$pkgdir/usr/share/man/man1/fdupes.1"
+  make DESTDIR="$pkgdir" install
 }
 
 # vim: set ts=2 sw=2 et:


[arch-commits] Commit in fdupes/repos/community-x86_64 (4 files)

2020-03-15 Thread Xyne via arch-commits
Date: Sunday, March 15, 2020 @ 22:27:46
  Author: xyne
Revision: 598731

archrelease: copy trunk to community-x86_64

Added:
  fdupes/repos/community-x86_64/LICENSE
(from rev 598729, fdupes/trunk/LICENSE)
  fdupes/repos/community-x86_64/PKGBUILD
(from rev 598729, fdupes/trunk/PKGBUILD)
Deleted:
  fdupes/repos/community-x86_64/LICENSE
  fdupes/repos/community-x86_64/PKGBUILD

--+
 LICENSE  |   44 
 PKGBUILD |   83 +++--
 2 files changed, 65 insertions(+), 62 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2020-03-15 22:27:45 UTC (rev 598730)
+++ LICENSE 2020-03-15 22:27:46 UTC (rev 598731)
@@ -1,22 +0,0 @@
-Legal Information
-
-FDUPES Copyright (c) 1999 Adrian Lopez
-
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation files
-(the "Software"), to deal in the Software without restriction,
-including without limitation the rights to use, copy, modify, merge,
-publish, distribute, sublicense, and/or sell copies of the Software,
-and to permit persons to whom the Software is furnished to do so,
-subject to the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 
-IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copied: fdupes/repos/community-x86_64/LICENSE (from rev 598729, 
fdupes/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2020-03-15 22:27:46 UTC (rev 598731)
@@ -0,0 +1,22 @@
+Legal Information
+
+FDUPES Copyright (c) 1999 Adrian Lopez
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation files
+(the "Software"), to deal in the Software without restriction,
+including without limitation the rights to use, copy, modify, merge,
+publish, distribute, sublicense, and/or sell copies of the Software,
+and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-15 22:27:45 UTC (rev 598730)
+++ PKGBUILD2020-03-15 22:27:46 UTC (rev 598731)
@@ -1,40 +0,0 @@
-# Maintainer: Xyne 
-# Contributor: Daenyth 
-# Contributor: Chris Winter 
-
-pkgname=fdupes
-pkgver=1.6.1
-pkgrel=2
-# Version changed from 1.51 to 1.6.1
-epoch=1
-pkgdesc="a program for identifying or deleting duplicate files residing within 
specified directories"
-arch=('x86_64')
-url="https://github.com/adrianlopezroche/fdupes;
-license=(custom)
-depends=(glibc)
-makedepends=(git)
-source=(
-  https://github.com/adrianlopezroche/fdupes/archive/v$pkgver.tar.gz
-  LICENSE
-)
-# Alternatively
-# source=(git://github.com/adrianlopezroche/fdupes.git#tag=$pkgname-$pkgver 
LICENSE)
-sha512sums=('6c6662b70068c2f48f4be64a6830c81a66852d650391d0756f20b9ac0df7d70c1a32918bd7cbd50e19de524d9ebc09ea338c19636e1807b071eb96b325e641db'
-
'40a005755c406c394506fdacad79140a4bdcb4474024832edc81c6d5f8524be9f2b8f504c5492cbab1cfd6bed86e72ff29d665eab3dec171468de490cf156381')
-
-build() {
-  cd $pkgname-$pkgver
-  make PREFIX=/usr
-}
-
-package(){
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  cd $pkgname-$pkgver
-  # This works on the master branch but not for the 1.51 tag.
-  # install -d "$pkgdir"/usr/{share/man/man1,bin} # remnant from old PKGBUILD
-  #make PREFIX=/usr DESTDIR="$pkgdir" install
-  install -Dm755 fdupes "$pkgdir/usr/bin

[arch-commits] Commit in reflector/repos/community-any (PKGBUILD PKGBUILD)

2020-03-15 Thread Xyne via arch-commits
Date: Sunday, March 15, 2020 @ 21:59:12
  Author: xyne
Revision: 598670

archrelease: copy trunk to community-any

Added:
  reflector/repos/community-any/PKGBUILD
(from rev 598669, reflector/trunk/PKGBUILD)
Deleted:
  reflector/repos/community-any/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-15 21:59:00 UTC (rev 598669)
+++ PKGBUILD2020-03-15 21:59:12 UTC (rev 598670)
@@ -1,34 +0,0 @@
-#Maintainer: Xyne 
-pkgname=reflector
-pkgver=2019.10
-pkgrel=2
-pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
-arch=(any)
-license=(GPL)
-url="https://xyne.archlinux.ca/projects/reflector;
-depends=(python3)
-optdepends=('rsync: rate rsync mirrors')
-source=(
-  https://xyne.archlinux.ca/projects/reflector/src/reflector-2019.10.tar.xz
-  https://xyne.archlinux.ca/projects/reflector/src/reflector-2019.10.tar.xz.sig
-)
-sha512sums=(
-  
9f39934456840f1a86036ed71eb942fff92a9b2cb7d0f679e1e9ab371ae21cc4da7035ba4dcc88919ceab41d45f5d07ae3abe336037d1785dc8231df0c97eb6c
-  
0fc65c24ee6809b00ddc6db6b914fd8bc63a73db5c95cccde3626c2596d4cf127dca3c0d4c9d5dd5e7c14de6f591f2dd87e3bcdbc9e9b2092dd9fbb1d6c1
-)
-md5sums=(
-  d9cb96dfe969beca3f040fabc79be077
-  4a7b369c40883501800746f3601528c3
-)
-validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
-
-package ()
-{
-  cd "$srcdir/$pkgname-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 "man/${pkgname}.1.gz" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1.gz"
-}
-
-
-# vim: set ts=2 sw=2 et:

Copied: reflector/repos/community-any/PKGBUILD (from rev 598669, 
reflector/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-15 21:59:12 UTC (rev 598670)
@@ -0,0 +1,34 @@
+#Maintainer: Xyne 
+pkgname=reflector
+pkgver=2020
+pkgrel=1
+pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
+arch=(any)
+license=(GPL)
+url="https://xyne.archlinux.ca/projects/reflector;
+depends=(python3)
+optdepends=('rsync: rate rsync mirrors')
+source=(
+  https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.tar.xz
+  https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.tar.xz.sig
+)
+sha512sums=(
+  
26cb8d8cc43b81a20c344ab0921e2594c7b80e718d64953288448b0736d905133fecfbaf8a663fb0c604205095044315cbbbe037ac9269c2f751a8810ce0d7cc
+  
5e25155b8766c3b5bc74c69bdc4540e744e7bd4ff214143aa4701212c47ba45807de8aec5c92bb8796f10d93c4699bfd609d7266f6c1ff1f4c6ba32818d61e50
+)
+md5sums=(
+  e2e0f281072f51d3c99e4abe42288a60
+  46ff3dffd2252764c5c93d59c5755573
+)
+validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
+
+package ()
+{
+  cd "$srcdir/$pkgname-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 "man/${pkgname}.1.gz" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1.gz"
+}
+
+
+# vim: set ts=2 sw=2 et:


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

2020-03-15 Thread Xyne via arch-commits
Date: Sunday, March 15, 2020 @ 21:59:00
  Author: xyne
Revision: 598669

upgpkg: reflector 2020-1: Updated to version 2020.

Modified:
  reflector/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-15 21:58:49 UTC (rev 598668)
+++ PKGBUILD2020-03-15 21:59:00 UTC (rev 598669)
@@ -1,7 +1,7 @@
 #Maintainer: Xyne 
 pkgname=reflector
-pkgver=2019.10
-pkgrel=2
+pkgver=2020
+pkgrel=1
 pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
 arch=(any)
 license=(GPL)
@@ -9,16 +9,16 @@
 depends=(python3)
 optdepends=('rsync: rate rsync mirrors')
 source=(
-  https://xyne.archlinux.ca/projects/reflector/src/reflector-2019.10.tar.xz
-  https://xyne.archlinux.ca/projects/reflector/src/reflector-2019.10.tar.xz.sig
+  https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.tar.xz
+  https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.tar.xz.sig
 )
 sha512sums=(
-  
9f39934456840f1a86036ed71eb942fff92a9b2cb7d0f679e1e9ab371ae21cc4da7035ba4dcc88919ceab41d45f5d07ae3abe336037d1785dc8231df0c97eb6c
-  
0fc65c24ee6809b00ddc6db6b914fd8bc63a73db5c95cccde3626c2596d4cf127dca3c0d4c9d5dd5e7c14de6f591f2dd87e3bcdbc9e9b2092dd9fbb1d6c1
+  
26cb8d8cc43b81a20c344ab0921e2594c7b80e718d64953288448b0736d905133fecfbaf8a663fb0c604205095044315cbbbe037ac9269c2f751a8810ce0d7cc
+  
5e25155b8766c3b5bc74c69bdc4540e744e7bd4ff214143aa4701212c47ba45807de8aec5c92bb8796f10d93c4699bfd609d7266f6c1ff1f4c6ba32818d61e50
 )
 md5sums=(
-  d9cb96dfe969beca3f040fabc79be077
-  4a7b369c40883501800746f3601528c3
+  e2e0f281072f51d3c99e4abe42288a60
+  46ff3dffd2252764c5c93d59c5755573
 )
 validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
 


[arch-commits] Commit in asunder/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-10-21 Thread Xyne via arch-commits
Date: Tuesday, October 22, 2019 @ 00:51:00
  Author: xyne
Revision: 518176

archrelease: copy trunk to community-x86_64

Added:
  asunder/repos/community-x86_64/PKGBUILD
(from rev 518175, asunder/trunk/PKGBUILD)
Deleted:
  asunder/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-22 00:50:50 UTC (rev 518175)
+++ PKGBUILD2019-10-22 00:51:00 UTC (rev 518176)
@@ -1,33 +0,0 @@
-# Maintainer: Xyne 
-# Contributor: Ronald van Haren 
-# Contributor: cs-cam - me.at.camdaniel.com
-# Contributor: Sebastien Piccand 
-
-pkgname=asunder
-pkgver=2.9.4
-pkgrel=1
-pkgdesc="a graphical CD ripper and encoder"
-arch=('x86_64')
-url="http://littlesvr.ca/asunder/;
-license=('GPL2')
-depends=('gtk2' 'libcddb' 'cdparanoia')
-makedepends=('pkgconfig' 'intltool' 'gettext')
-optdepends=(
-  'lame: for mp3 support'
-  'vorbis-tools: for ogg support'
-  'flac: for flac support'
-)
-source=(http://littlesvr.ca/asunder/releases/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('9410b96f27e7ea46e7a3f290caf17ddee69da9b92770346e10ae8e9403d21a527ba763163cf92e879cefb32f219e7d22d3f9b4dc2d81a3aab2a7676b859cfb71')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-

Copied: asunder/repos/community-x86_64/PKGBUILD (from rev 518175, 
asunder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-22 00:51:00 UTC (rev 518176)
@@ -0,0 +1,33 @@
+# Maintainer: Xyne 
+# Contributor: Ronald van Haren 
+# Contributor: cs-cam - me.at.camdaniel.com
+# Contributor: Sebastien Piccand 
+
+pkgname=asunder
+pkgver=2.9.5
+pkgrel=1
+pkgdesc="a graphical CD ripper and encoder"
+arch=('x86_64')
+url="http://littlesvr.ca/asunder/;
+license=('GPL2')
+depends=('gtk2' 'libcddb' 'cdparanoia')
+makedepends=('pkgconfig' 'intltool' 'gettext')
+optdepends=(
+  'lame: for mp3 support'
+  'vorbis-tools: for ogg support'
+  'flac: for flac support'
+)
+source=(http://littlesvr.ca/asunder/releases/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('40e27877c8fa17465b13a7fa08df6f94dbcb893bd6d8d46a389ca18bce4f574e04e894f9ca19f52bc22e7d1ec0db67a79f236ae4037be459bc24fe95739771dc')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+


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

2019-10-21 Thread Xyne via arch-commits
Date: Tuesday, October 22, 2019 @ 00:50:50
  Author: xyne
Revision: 518175

upgpkg: asunder 2.9.5-1

Updated to version 2.9.5.

Modified:
  asunder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-22 00:41:58 UTC (rev 518174)
+++ PKGBUILD2019-10-22 00:50:50 UTC (rev 518175)
@@ -4,7 +4,7 @@
 # Contributor: Sebastien Piccand 
 
 pkgname=asunder
-pkgver=2.9.4
+pkgver=2.9.5
 pkgrel=1
 pkgdesc="a graphical CD ripper and encoder"
 arch=('x86_64')
@@ -18,7 +18,7 @@
   'flac: for flac support'
 )
 source=(http://littlesvr.ca/asunder/releases/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('9410b96f27e7ea46e7a3f290caf17ddee69da9b92770346e10ae8e9403d21a527ba763163cf92e879cefb32f219e7d22d3f9b4dc2d81a3aab2a7676b859cfb71')
+sha512sums=('40e27877c8fa17465b13a7fa08df6f94dbcb893bd6d8d46a389ca18bce4f574e04e894f9ca19f52bc22e7d1ec0db67a79f236ae4037be459bc24fe95739771dc')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in reflector/repos/community-any (PKGBUILD PKGBUILD)

2019-10-14 Thread Xyne via arch-commits
Date: Tuesday, October 15, 2019 @ 05:27:11
  Author: xyne
Revision: 515965

archrelease: copy trunk to community-any

Added:
  reflector/repos/community-any/PKGBUILD
(from rev 515964, reflector/trunk/PKGBUILD)
Deleted:
  reflector/repos/community-any/PKGBUILD

--+
 PKGBUILD |   67 ++---
 1 file changed, 34 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-15 05:27:00 UTC (rev 515964)
+++ PKGBUILD2019-10-15 05:27:11 UTC (rev 515965)
@@ -1,33 +0,0 @@
-#Maintainer: Xyne 
-pkgname=reflector
-pkgver=2019.3
-pkgrel=1
-pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
-arch=(any)
-license=(GPL)
-url="https://xyne.archlinux.ca/projects/reflector;
-depends=(python3)
-optdepends=('rsync: rate rsync mirrors')
-source=(
-  https://xyne.archlinux.ca/projects/reflector/src/reflector-2019.3.tar.xz
-  https://xyne.archlinux.ca/projects/reflector/src/reflector-2019.3.tar.xz.sig
-)
-sha512sums=(
-  
96eab1b0f937b8014db0721608ef72979c6f973088bbbf0b16d794f5e0de996478528a0c7f42597dc71408723bed1995c703deae5d04d6b92f1debe960f398da
-  
d610ecb262533fddbd696a2fd1dbee1a1174aef9c5391276cd1291c255f9ede2241e6aeeddfb07166095c657077427af063cea363a125efabc0781f3997bde9d
-)
-md5sums=(
-  357f236c810aa6ab6e35ef7a8b700bfe
-  1d2cd027e538605fbb2071260015cf2e
-)
-validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
-
-package ()
-{
-  cd "$srcdir/$pkgname-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
-}
-
-
-# vim: set ts=2 sw=2 et:

Copied: reflector/repos/community-any/PKGBUILD (from rev 515964, 
reflector/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-15 05:27:11 UTC (rev 515965)
@@ -0,0 +1,34 @@
+#Maintainer: Xyne 
+pkgname=reflector
+pkgver=2019.10
+pkgrel=1
+pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
+arch=(any)
+license=(GPL)
+url="https://xyne.archlinux.ca/projects/reflector;
+depends=(python3)
+optdepends=('rsync: rate rsync mirrors')
+source=(
+  https://xyne.archlinux.ca/projects/reflector/src/reflector-2019.10.tar.xz
+  https://xyne.archlinux.ca/projects/reflector/src/reflector-2019.10.tar.xz.sig
+)
+sha512sums=(
+  
9f39934456840f1a86036ed71eb942fff92a9b2cb7d0f679e1e9ab371ae21cc4da7035ba4dcc88919ceab41d45f5d07ae3abe336037d1785dc8231df0c97eb6c
+  
0fc65c24ee6809b00ddc6db6b914fd8bc63a73db5c95cccde3626c2596d4cf127dca3c0d4c9d5dd5e7c14de6f591f2dd87e3bcdbc9e9b2092dd9fbb1d6c1
+)
+md5sums=(
+  d9cb96dfe969beca3f040fabc79be077
+  4a7b369c40883501800746f3601528c3
+)
+validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
+
+package ()
+{
+  cd "$srcdir/$pkgname-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 "man/${pkgname}.1.gz" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1.gz"
+}
+
+
+# vim: set ts=2 sw=2 et:


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

2019-10-14 Thread Xyne via arch-commits
Date: Tuesday, October 15, 2019 @ 05:27:00
  Author: xyne
Revision: 515964

upgpkg: reflector 2019.10-1

Updated to 2019.10

Modified:
  reflector/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-15 04:05:35 UTC (rev 515963)
+++ PKGBUILD2019-10-15 05:27:00 UTC (rev 515964)
@@ -1,6 +1,6 @@
 #Maintainer: Xyne 
 pkgname=reflector
-pkgver=2019.3
+pkgver=2019.10
 pkgrel=1
 pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
 arch=(any)
@@ -9,16 +9,16 @@
 depends=(python3)
 optdepends=('rsync: rate rsync mirrors')
 source=(
-  https://xyne.archlinux.ca/projects/reflector/src/reflector-2019.3.tar.xz
-  https://xyne.archlinux.ca/projects/reflector/src/reflector-2019.3.tar.xz.sig
+  https://xyne.archlinux.ca/projects/reflector/src/reflector-2019.10.tar.xz
+  https://xyne.archlinux.ca/projects/reflector/src/reflector-2019.10.tar.xz.sig
 )
 sha512sums=(
-  
96eab1b0f937b8014db0721608ef72979c6f973088bbbf0b16d794f5e0de996478528a0c7f42597dc71408723bed1995c703deae5d04d6b92f1debe960f398da
-  
d610ecb262533fddbd696a2fd1dbee1a1174aef9c5391276cd1291c255f9ede2241e6aeeddfb07166095c657077427af063cea363a125efabc0781f3997bde9d
+  
9f39934456840f1a86036ed71eb942fff92a9b2cb7d0f679e1e9ab371ae21cc4da7035ba4dcc88919ceab41d45f5d07ae3abe336037d1785dc8231df0c97eb6c
+  
0fc65c24ee6809b00ddc6db6b914fd8bc63a73db5c95cccde3626c2596d4cf127dca3c0d4c9d5dd5e7c14de6f591f2dd87e3bcdbc9e9b2092dd9fbb1d6c1
 )
 md5sums=(
-  357f236c810aa6ab6e35ef7a8b700bfe
-  1d2cd027e538605fbb2071260015cf2e
+  d9cb96dfe969beca3f040fabc79be077
+  4a7b369c40883501800746f3601528c3
 )
 validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
 
@@ -27,6 +27,7 @@
   cd "$srcdir/$pkgname-$pkgver"
   python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
   install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 "man/${pkgname}.1.gz" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1.gz"
 }
 
 


[arch-commits] Commit in asunder/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-09-01 Thread Xyne via arch-commits
Date: Sunday, September 1, 2019 @ 12:49:51
  Author: xyne
Revision: 506129

archrelease: copy trunk to community-x86_64

Added:
  asunder/repos/community-x86_64/PKGBUILD
(from rev 506128, asunder/trunk/PKGBUILD)
Deleted:
  asunder/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   67 ++---
 1 file changed, 33 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-01 12:49:39 UTC (rev 506128)
+++ PKGBUILD2019-09-01 12:49:51 UTC (rev 506129)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Xyne 
-# Contributor: Ronald van Haren 
-# Contributor: cs-cam - me.at.camdaniel.com
-# Contributor: Sebastien Piccand 
-
-pkgname=asunder
-pkgver=2.9.3
-pkgrel=1
-pkgdesc="a graphical CD ripper and encoder"
-arch=('x86_64')
-url="http://littlesvr.ca/asunder/;
-license=('GPL2')
-depends=('gtk2' 'libcddb' 'cdparanoia')
-makedepends=('pkgconfig' 'intltool' 'gettext')
-optdepends=(
-  'lame: for mp3 support'
-  'vorbis-tools: for ogg support'
-  'flac: for flac support'
-)
-source=(http://littlesvr.ca/asunder/releases/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('b6546e16c936285584480cf378be11e96717aeedc22a7c5163cc0791a41498597d8437369d00823710c56faabe1dea23e4be9c839eb1ee371415104f13d61296')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-

Copied: asunder/repos/community-x86_64/PKGBUILD (from rev 506128, 
asunder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-01 12:49:51 UTC (rev 506129)
@@ -0,0 +1,33 @@
+# Maintainer: Xyne 
+# Contributor: Ronald van Haren 
+# Contributor: cs-cam - me.at.camdaniel.com
+# Contributor: Sebastien Piccand 
+
+pkgname=asunder
+pkgver=2.9.4
+pkgrel=1
+pkgdesc="a graphical CD ripper and encoder"
+arch=('x86_64')
+url="http://littlesvr.ca/asunder/;
+license=('GPL2')
+depends=('gtk2' 'libcddb' 'cdparanoia')
+makedepends=('pkgconfig' 'intltool' 'gettext')
+optdepends=(
+  'lame: for mp3 support'
+  'vorbis-tools: for ogg support'
+  'flac: for flac support'
+)
+source=(http://littlesvr.ca/asunder/releases/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('9410b96f27e7ea46e7a3f290caf17ddee69da9b92770346e10ae8e9403d21a527ba763163cf92e879cefb32f219e7d22d3f9b4dc2d81a3aab2a7676b859cfb71')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+


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

2019-09-01 Thread Xyne via arch-commits
Date: Sunday, September 1, 2019 @ 12:49:39
  Author: xyne
Revision: 506128

upgpkg: asunder 2.9.4-1

2.9.4

Modified:
  asunder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-01 12:48:31 UTC (rev 506127)
+++ PKGBUILD2019-09-01 12:49:39 UTC (rev 506128)
@@ -4,7 +4,7 @@
 # Contributor: Sebastien Piccand 
 
 pkgname=asunder
-pkgver=2.9.3
+pkgver=2.9.4
 pkgrel=1
 pkgdesc="a graphical CD ripper and encoder"
 arch=('x86_64')
@@ -18,7 +18,7 @@
   'flac: for flac support'
 )
 source=(http://littlesvr.ca/asunder/releases/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('b6546e16c936285584480cf378be11e96717aeedc22a7c5163cc0791a41498597d8437369d00823710c56faabe1dea23e4be9c839eb1ee371415104f13d61296')
+sha512sums=('9410b96f27e7ea46e7a3f290caf17ddee69da9b92770346e10ae8e9403d21a527ba763163cf92e879cefb32f219e7d22d3f9b4dc2d81a3aab2a7676b859cfb71')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in cmus/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-05-01 Thread Xyne via arch-commits
Date: Wednesday, May 1, 2019 @ 14:53:09
  Author: xyne
Revision: 457423

archrelease: copy trunk to community-x86_64

Added:
  cmus/repos/community-x86_64/PKGBUILD
(from rev 457422, cmus/trunk/PKGBUILD)
Deleted:
  cmus/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  118 +++--
 1 file changed, 61 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-01 14:52:55 UTC (rev 457422)
+++ PKGBUILD2019-05-01 14:53:09 UTC (rev 457423)
@@ -1,57 +0,0 @@
-# Maintainer: Xyne 
-# Contributor:  Bartłomiej Piotrowski 
-# Contributor: Aaron Griffin 
-# Contributor: dorphell 
-
-pkgname=cmus
-pkgver=2.8.0
-pkgrel=2
-pkgdesc='Feature-rich ncurses-based music player'
-arch=('x86_64')
-url="https://cmus.github.io/;
-license=('GPL')
-depends=('ncurses' 'libcue' 'libdiscid')
-makedepends=(
-  'faad2'
-  'ffmpeg'
-  'flac'
-  'libao'
-  'libcdio-paranoia'
-  'libmad'
-  'libmodplug'
-  'libmp4v2'
-  'libmpcdec'
-  'libpulse'
-  'libvorbis'
-  'opusfile'
-  'wavpack'
-)
-optdepends=('alsa-lib: for ALSA output plugin support'
-'libao: for AO output plugin support'
-'libpulse: for PulseAudio output plugin support'
-'faad2: for AAC input plugin support'
-'ffmpeg: for ffmpeg input plugin support'
-'flac: for flac input plugin support'
-'libmad: for mp3 input plugin support'
-'libmodplug: for modplug input plugin support'
-'libmp4v2: for mp4 input plugin support'
-'libmpcdec: for musepack input plugin support'
-'libvorbis: for vorbis input plugin support'
-'libcdio-paranoia: for cdio support'
-'opusfile: for opus input plugin support'
-'wavpack: for wavpack input plugin support')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/cmus/cmus/archive/v${pkgver}.tar.gz;)
-sha256sums=('756ce2c6241b2104dc19097488225de559ac1802a175be0233cfb6fbc02f3bd2')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 contrib/_cmus "$pkgdir"/usr/share/zsh/site-functions/_cmus
-}
-

Copied: cmus/repos/community-x86_64/PKGBUILD (from rev 457422, 
cmus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-01 14:53:09 UTC (rev 457423)
@@ -0,0 +1,61 @@
+# Maintainer: Xyne 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Aaron Griffin 
+# Contributor: dorphell 
+
+pkgname=cmus
+pkgver=2.8.0
+pkgrel=3
+pkgdesc='Feature-rich ncurses-based music player'
+arch=('x86_64')
+url="https://cmus.github.io/;
+license=('GPL')
+depends=('ncurses' 'libdiscid')
+makedepends=(
+  'faad2'
+  'ffmpeg'
+  'flac'
+  'jack'
+  'libao'
+  'libcdio-paranoia'
+  'libmad'
+  'libmodplug'
+  'libmp4v2'
+  'libmpcdec'
+  'libpulse'
+  'libsamplerate'
+  'libvorbis'
+  'opusfile'
+  'wavpack'
+)
+optdepends=('alsa-lib: for ALSA output plugin support'
+'libao: for AO output plugin support'
+'libpulse: for PulseAudio output plugin support'
+'faad2: for AAC input plugin support'
+'ffmpeg: for ffmpeg input plugin support'
+'flac: for flac input plugin support'
+'jack: for jack plugin support'
+'libmad: for mp3 input plugin support'
+'libmodplug: for modplug input plugin support'
+'libmp4v2: for mp4 input plugin support'
+'libmpcdec: for musepack input plugin support'
+'libsamplerate: for sampe rate converter support'
+'libvorbis: for vorbis input plugin support'
+'libcdio-paranoia: for cdio support'
+'opusfile: for opus input plugin support'
+'wavpack: for wavpack input plugin support')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/cmus/cmus/archive/v${pkgver}.tar.gz;)
+sha256sums=('756ce2c6241b2104dc19097488225de559ac1802a175be0233cfb6fbc02f3bd2')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 contrib/_cmus "$pkgdir"/usr/share/zsh/site-functions/_cmus
+}
+


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

2019-05-01 Thread Xyne via arch-commits
Date: Wednesday, May 1, 2019 @ 14:52:55
  Author: xyne
Revision: 457422

upgpkg: cmus 2.8.0-3

Updated make- and optdeps (FS#61906)

Modified:
  cmus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-01 14:31:47 UTC (rev 457421)
+++ PKGBUILD2019-05-01 14:52:55 UTC (rev 457422)
@@ -5,16 +5,17 @@
 
 pkgname=cmus
 pkgver=2.8.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Feature-rich ncurses-based music player'
 arch=('x86_64')
 url="https://cmus.github.io/;
 license=('GPL')
-depends=('ncurses' 'libcue' 'libdiscid')
+depends=('ncurses' 'libdiscid')
 makedepends=(
   'faad2'
   'ffmpeg'
   'flac'
+  'jack'
   'libao'
   'libcdio-paranoia'
   'libmad'
@@ -22,6 +23,7 @@
   'libmp4v2'
   'libmpcdec'
   'libpulse'
+  'libsamplerate'
   'libvorbis'
   'opusfile'
   'wavpack'
@@ -32,10 +34,12 @@
 'faad2: for AAC input plugin support'
 'ffmpeg: for ffmpeg input plugin support'
 'flac: for flac input plugin support'
+'jack: for jack plugin support'
 'libmad: for mp3 input plugin support'
 'libmodplug: for modplug input plugin support'
 'libmp4v2: for mp4 input plugin support'
 'libmpcdec: for musepack input plugin support'
+'libsamplerate: for sampe rate converter support'
 'libvorbis: for vorbis input plugin support'
 'libcdio-paranoia: for cdio support'
 'opusfile: for opus input plugin support'


[arch-commits] Commit in reflector/repos/community-any (PKGBUILD PKGBUILD)

2019-03-07 Thread Xyne via arch-commits
Date: Friday, March 8, 2019 @ 02:06:31
  Author: xyne
Revision: 438037

archrelease: copy trunk to community-any

Added:
  reflector/repos/community-any/PKGBUILD
(from rev 438036, reflector/trunk/PKGBUILD)
Deleted:
  reflector/repos/community-any/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-08 02:06:13 UTC (rev 438036)
+++ PKGBUILD2019-03-08 02:06:31 UTC (rev 438037)
@@ -1,33 +0,0 @@
-#Maintainer: Xyne 
-pkgname=reflector
-pkgver=2019
-pkgrel=1
-pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
-arch=(any)
-license=(GPL)
-url="https://xyne.archlinux.ca/projects/reflector;
-depends=(python3)
-optdepends=('rsync: rate rsync mirrors')
-source=(
-  https://xyne.archlinux.ca/projects/reflector/src/reflector-2019.tar.xz
-  https://xyne.archlinux.ca/projects/reflector/src/reflector-2019.tar.xz.sig
-)
-sha512sums=(
-  
ba2c99fc152932382a005195bdda9d2e9a6c891eb1e72e8db0040da396924e080b9a375a238d701de16d6c9bd37da9915e78417900ff9b5ffd6f7652df3ef2d9
-  
86fbdc9fd81e9eb0c05598691c4be9c7dfd6ca519b5106279b8c2613fd7ffe18fbe8a24f399e972289ea361689e6f9e789f781d4d792b6af2f88807ac44c503f
-)
-md5sums=(
-  0f4e40390f310c92ecb9001a6c8d3b74
-  eaab35eda1205f9b9cd1323b08f40cf0
-)
-validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
-
-package ()
-{
-  cd "$srcdir/$pkgname-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
-}
-
-
-# vim: set ts=2 sw=2 et:

Copied: reflector/repos/community-any/PKGBUILD (from rev 438036, 
reflector/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-08 02:06:31 UTC (rev 438037)
@@ -0,0 +1,33 @@
+#Maintainer: Xyne 
+pkgname=reflector
+pkgver=2019.3
+pkgrel=1
+pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
+arch=(any)
+license=(GPL)
+url="https://xyne.archlinux.ca/projects/reflector;
+depends=(python3)
+optdepends=('rsync: rate rsync mirrors')
+source=(
+  https://xyne.archlinux.ca/projects/reflector/src/reflector-2019.3.tar.xz
+  https://xyne.archlinux.ca/projects/reflector/src/reflector-2019.3.tar.xz.sig
+)
+sha512sums=(
+  
96eab1b0f937b8014db0721608ef72979c6f973088bbbf0b16d794f5e0de996478528a0c7f42597dc71408723bed1995c703deae5d04d6b92f1debe960f398da
+  
d610ecb262533fddbd696a2fd1dbee1a1174aef9c5391276cd1291c255f9ede2241e6aeeddfb07166095c657077427af063cea363a125efabc0781f3997bde9d
+)
+md5sums=(
+  357f236c810aa6ab6e35ef7a8b700bfe
+  1d2cd027e538605fbb2071260015cf2e
+)
+validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
+
+package ()
+{
+  cd "$srcdir/$pkgname-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
+}
+
+
+# vim: set ts=2 sw=2 et:


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

2019-03-07 Thread Xyne via arch-commits
Date: Friday, March 8, 2019 @ 02:06:13
  Author: xyne
Revision: 438036

upgpkg: reflector 2019.3-1

Upstream update.

Modified:
  reflector/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-08 02:00:45 UTC (rev 438035)
+++ PKGBUILD2019-03-08 02:06:13 UTC (rev 438036)
@@ -1,6 +1,6 @@
 #Maintainer: Xyne 
 pkgname=reflector
-pkgver=2019
+pkgver=2019.3
 pkgrel=1
 pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
 arch=(any)
@@ -9,16 +9,16 @@
 depends=(python3)
 optdepends=('rsync: rate rsync mirrors')
 source=(
-  https://xyne.archlinux.ca/projects/reflector/src/reflector-2019.tar.xz
-  https://xyne.archlinux.ca/projects/reflector/src/reflector-2019.tar.xz.sig
+  https://xyne.archlinux.ca/projects/reflector/src/reflector-2019.3.tar.xz
+  https://xyne.archlinux.ca/projects/reflector/src/reflector-2019.3.tar.xz.sig
 )
 sha512sums=(
-  
ba2c99fc152932382a005195bdda9d2e9a6c891eb1e72e8db0040da396924e080b9a375a238d701de16d6c9bd37da9915e78417900ff9b5ffd6f7652df3ef2d9
-  
86fbdc9fd81e9eb0c05598691c4be9c7dfd6ca519b5106279b8c2613fd7ffe18fbe8a24f399e972289ea361689e6f9e789f781d4d792b6af2f88807ac44c503f
+  
96eab1b0f937b8014db0721608ef72979c6f973088bbbf0b16d794f5e0de996478528a0c7f42597dc71408723bed1995c703deae5d04d6b92f1debe960f398da
+  
d610ecb262533fddbd696a2fd1dbee1a1174aef9c5391276cd1291c255f9ede2241e6aeeddfb07166095c657077427af063cea363a125efabc0781f3997bde9d
 )
 md5sums=(
-  0f4e40390f310c92ecb9001a6c8d3b74
-  eaab35eda1205f9b9cd1323b08f40cf0
+  357f236c810aa6ab6e35ef7a8b700bfe
+  1d2cd027e538605fbb2071260015cf2e
 )
 validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
 


[arch-commits] Commit in reflector/repos/community-any (PKGBUILD PKGBUILD)

2019-03-06 Thread Xyne via arch-commits
Date: Wednesday, March 6, 2019 @ 21:28:31
  Author: xyne
Revision: 437908

archrelease: copy trunk to community-any

Added:
  reflector/repos/community-any/PKGBUILD
(from rev 437907, reflector/trunk/PKGBUILD)
Deleted:
  reflector/repos/community-any/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 21:28:12 UTC (rev 437907)
+++ PKGBUILD2019-03-06 21:28:31 UTC (rev 437908)
@@ -1,33 +0,0 @@
-#Maintainer: Xyne 
-pkgname=reflector
-pkgver=2018
-pkgrel=2
-pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
-arch=(any)
-license=(GPL)
-url="https://xyne.archlinux.ca/projects/reflector;
-depends=(python3)
-optdepends=('rsync: rate rsync mirrors')
-source=(
-  https://xyne.archlinux.ca/projects/reflector/src/reflector-2018.tar.xz
-  https://xyne.archlinux.ca/projects/reflector/src/reflector-2018.tar.xz.sig
-)
-sha512sums=(
-  
35d6d300af0a5fcde0a221b969693597618a41c12deb02f35e1123340b4168fe34d1f4d7c02fa46a3a6ff6327aaed6ccb952c8e320aeff6578839c8a2f90cdd4
-  
a4afc02df892382c17b7fb5000c4dd9bdc7e7c5ee2380fa85fbf08ac01cd8280f026c3a53cad4681766d9f54a1e2ba108e86524f82bffef74bcfe8b128c45d62
-)
-md5sums=(
-  306b28bb8cb2d7ec4a9cb7f2759a9cd1
-  5754bf8dd4cfb2f83b49998f0904dbd1
-)
-validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
-
-package ()
-{
-  cd "$srcdir/$pkgname-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
-}
-
-
-# vim: set ts=2 sw=2 et:

Copied: reflector/repos/community-any/PKGBUILD (from rev 437907, 
reflector/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 21:28:31 UTC (rev 437908)
@@ -0,0 +1,33 @@
+#Maintainer: Xyne 
+pkgname=reflector
+pkgver=2019
+pkgrel=1
+pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
+arch=(any)
+license=(GPL)
+url="https://xyne.archlinux.ca/projects/reflector;
+depends=(python3)
+optdepends=('rsync: rate rsync mirrors')
+source=(
+  https://xyne.archlinux.ca/projects/reflector/src/reflector-2019.tar.xz
+  https://xyne.archlinux.ca/projects/reflector/src/reflector-2019.tar.xz.sig
+)
+sha512sums=(
+  
ba2c99fc152932382a005195bdda9d2e9a6c891eb1e72e8db0040da396924e080b9a375a238d701de16d6c9bd37da9915e78417900ff9b5ffd6f7652df3ef2d9
+  
86fbdc9fd81e9eb0c05598691c4be9c7dfd6ca519b5106279b8c2613fd7ffe18fbe8a24f399e972289ea361689e6f9e789f781d4d792b6af2f88807ac44c503f
+)
+md5sums=(
+  0f4e40390f310c92ecb9001a6c8d3b74
+  eaab35eda1205f9b9cd1323b08f40cf0
+)
+validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
+
+package ()
+{
+  cd "$srcdir/$pkgname-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
+}
+
+
+# vim: set ts=2 sw=2 et:


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

2019-03-06 Thread Xyne via arch-commits
Date: Wednesday, March 6, 2019 @ 21:28:12
  Author: xyne
Revision: 437907

upgpkg: reflector 2019-1

Upstream update.

Modified:
  reflector/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 21:27:13 UTC (rev 437906)
+++ PKGBUILD2019-03-06 21:28:12 UTC (rev 437907)
@@ -1,7 +1,7 @@
 #Maintainer: Xyne 
 pkgname=reflector
-pkgver=2018
-pkgrel=2
+pkgver=2019
+pkgrel=1
 pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
 arch=(any)
 license=(GPL)
@@ -9,16 +9,16 @@
 depends=(python3)
 optdepends=('rsync: rate rsync mirrors')
 source=(
-  https://xyne.archlinux.ca/projects/reflector/src/reflector-2018.tar.xz
-  https://xyne.archlinux.ca/projects/reflector/src/reflector-2018.tar.xz.sig
+  https://xyne.archlinux.ca/projects/reflector/src/reflector-2019.tar.xz
+  https://xyne.archlinux.ca/projects/reflector/src/reflector-2019.tar.xz.sig
 )
 sha512sums=(
-  
35d6d300af0a5fcde0a221b969693597618a41c12deb02f35e1123340b4168fe34d1f4d7c02fa46a3a6ff6327aaed6ccb952c8e320aeff6578839c8a2f90cdd4
-  
a4afc02df892382c17b7fb5000c4dd9bdc7e7c5ee2380fa85fbf08ac01cd8280f026c3a53cad4681766d9f54a1e2ba108e86524f82bffef74bcfe8b128c45d62
+  
ba2c99fc152932382a005195bdda9d2e9a6c891eb1e72e8db0040da396924e080b9a375a238d701de16d6c9bd37da9915e78417900ff9b5ffd6f7652df3ef2d9
+  
86fbdc9fd81e9eb0c05598691c4be9c7dfd6ca519b5106279b8c2613fd7ffe18fbe8a24f399e972289ea361689e6f9e789f781d4d792b6af2f88807ac44c503f
 )
 md5sums=(
-  306b28bb8cb2d7ec4a9cb7f2759a9cd1
-  5754bf8dd4cfb2f83b49998f0904dbd1
+  0f4e40390f310c92ecb9001a6c8d3b74
+  eaab35eda1205f9b9cd1323b08f40cf0
 )
 validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
 


[arch-commits] Commit in cmus/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-02-27 Thread Xyne via arch-commits
Date: Wednesday, February 27, 2019 @ 20:54:33
  Author: xyne
Revision: 436790

archrelease: copy trunk to community-x86_64

Added:
  cmus/repos/community-x86_64/PKGBUILD
(from rev 436789, cmus/trunk/PKGBUILD)
Deleted:
  cmus/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  114 ++---
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-27 20:54:16 UTC (rev 436789)
+++ PKGBUILD2019-02-27 20:54:33 UTC (rev 436790)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Xyne 
-# Contributor:  Bartłomiej Piotrowski 
-# Contributor: Aaron Griffin 
-# Contributor: dorphell 
-
-pkgname=cmus
-pkgver=2.7.1
-pkgrel=9
-pkgdesc='Feature-rich ncurses-based music player'
-arch=('x86_64')
-url="https://cmus.github.io/;
-license=('GPL')
-depends=('ncurses' 'libcue' 'libdiscid')
-makedepends=(
-  'faad2'
-  'ffmpeg'
-  'flac'
-  'libao'
-  'libcdio-paranoia'
-  'libmad'
-  'libmodplug'
-  'libmp4v2'
-  'libmpcdec'
-  'libpulse'
-  'libvorbis'
-  'opusfile'
-  'wavpack'
-)
-optdepends=('alsa-lib: for ALSA output plugin support'
-'libao: for AO output plugin support'
-'libpulse: for PulseAudio output plugin support'
-'faad2: for AAC input plugin support'
-'ffmpeg: for ffmpeg input plugin support'
-'flac: for flac input plugin support'
-'libmad: for mp3 input plugin support'
-'libmodplug: for modplug input plugin support'
-'libmp4v2: for mp4 input plugin support'
-'libmpcdec: for musepack input plugin support'
-'libvorbis: for vorbis input plugin support'
-'libcdio-paranoia: for cdio support'
-'opusfile: for opus input plugin support'
-'wavpack: for wavpack input plugin support')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/cmus/cmus/archive/v${pkgver}.tar.gz;)
-sha256sums=('8179a7a843d257ddb585f4c65599844bc0e516fe85e97f6f87a7ceade4eb5165')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 contrib/_cmus "$pkgdir"/usr/share/zsh/site-functions/_cmus
-}

Copied: cmus/repos/community-x86_64/PKGBUILD (from rev 436789, 
cmus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-27 20:54:33 UTC (rev 436790)
@@ -0,0 +1,57 @@
+# Maintainer: Xyne 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Aaron Griffin 
+# Contributor: dorphell 
+
+pkgname=cmus
+pkgver=2.8.0
+pkgrel=1
+pkgdesc='Feature-rich ncurses-based music player'
+arch=('x86_64')
+url="https://cmus.github.io/;
+license=('GPL')
+depends=('ncurses' 'libcue' 'libdiscid')
+makedepends=(
+  'faad2'
+  'ffmpeg'
+  'flac'
+  'libao'
+  'libcdio-paranoia'
+  'libmad'
+  'libmodplug'
+  'libmp4v2'
+  'libmpcdec'
+  'libpulse'
+  'libvorbis'
+  'opusfile'
+  'wavpack'
+)
+optdepends=('alsa-lib: for ALSA output plugin support'
+'libao: for AO output plugin support'
+'libpulse: for PulseAudio output plugin support'
+'faad2: for AAC input plugin support'
+'ffmpeg: for ffmpeg input plugin support'
+'flac: for flac input plugin support'
+'libmad: for mp3 input plugin support'
+'libmodplug: for modplug input plugin support'
+'libmp4v2: for mp4 input plugin support'
+'libmpcdec: for musepack input plugin support'
+'libvorbis: for vorbis input plugin support'
+'libcdio-paranoia: for cdio support'
+'opusfile: for opus input plugin support'
+'wavpack: for wavpack input plugin support')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/cmus/cmus/archive/v${pkgver}.tar.gz;)
+sha256sums=('756ce2c6241b2104dc19097488225de559ac1802a175be0233cfb6fbc02f3bd2')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 contrib/_cmus "$pkgdir"/usr/share/zsh/site-functions/_cmus
+}
+


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

2019-02-27 Thread Xyne via arch-commits
Date: Wednesday, February 27, 2019 @ 20:54:16
  Author: xyne
Revision: 436789

upgpkg: cmus 2.8.0-1

Updated to 2.8.0

Modified:
  cmus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-27 20:24:06 UTC (rev 436788)
+++ PKGBUILD2019-02-27 20:54:16 UTC (rev 436789)
@@ -4,8 +4,8 @@
 # Contributor: dorphell 
 
 pkgname=cmus
-pkgver=2.7.1
-pkgrel=9
+pkgver=2.8.0
+pkgrel=1
 pkgdesc='Feature-rich ncurses-based music player'
 arch=('x86_64')
 url="https://cmus.github.io/;
@@ -41,7 +41,7 @@
 'opusfile: for opus input plugin support'
 'wavpack: for wavpack input plugin support')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/cmus/cmus/archive/v${pkgver}.tar.gz;)
-sha256sums=('8179a7a843d257ddb585f4c65599844bc0e516fe85e97f6f87a7ceade4eb5165')
+sha256sums=('756ce2c6241b2104dc19097488225de559ac1802a175be0233cfb6fbc02f3bd2')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -54,3 +54,4 @@
   make DESTDIR="$pkgdir" install
   install -Dm644 contrib/_cmus "$pkgdir"/usr/share/zsh/site-functions/_cmus
 }
+


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

2018-06-03 Thread Xyne via arch-commits
Date: Sunday, June 3, 2018 @ 17:05:23
  Author: xyne
Revision: 339413

upgpkg: lxsplit 0.2.4-4

Rebuilt to include BUILDINFO (Todo List)

Modified:
  lxsplit/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-03 17:04:43 UTC (rev 339412)
+++ PKGBUILD2018-06-03 17:05:23 UTC (rev 339413)
@@ -4,7 +4,7 @@
 
 pkgname=lxsplit
 pkgver=0.2.4
-pkgrel=3
+pkgrel=4
 pkgdesc="Command-line file splitter/joiner compatible with any HJSplit version"
 arch=('x86_64')
 url="http://lxsplit.sourceforge.net/;


[arch-commits] Commit in lxsplit/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-06-03 Thread Xyne via arch-commits
Date: Sunday, June 3, 2018 @ 17:05:44
  Author: xyne
Revision: 339415

archrelease: copy trunk to community-x86_64

Added:
  lxsplit/repos/community-x86_64/PKGBUILD
(from rev 339414, lxsplit/trunk/PKGBUILD)
Deleted:
  lxsplit/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   50 +-
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-03 17:05:32 UTC (rev 339414)
+++ PKGBUILD2018-06-03 17:05:44 UTC (rev 339415)
@@ -1,25 +0,0 @@
-# $Id$
-# Contributor: Damir Perisa 
-# Maintainer: Xyne 
-
-pkgname=lxsplit
-pkgver=0.2.4
-pkgrel=3
-pkgdesc="Command-line file splitter/joiner compatible with any HJSplit version"
-arch=('i686' 'x86_64')
-url="http://lxsplit.sourceforge.net/;
-license=('GPL')
-depends=('glibc')
-source=("http://downloads.sourceforge.net/sourceforge/lxsplit/lxsplit-${pkgver}.tar.gz;)
-sha256sums=('858fa939803b2eba97ccc5ec57011c4f4b613ff299abbdc51e2f921016845056')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  install -d "$pkgdir/usr/bin"
-  make INSTALL_PATH="$pkgdir/usr/bin" install
-}

Copied: lxsplit/repos/community-x86_64/PKGBUILD (from rev 339414, 
lxsplit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-03 17:05:44 UTC (rev 339415)
@@ -0,0 +1,25 @@
+# $Id$
+# Contributor: Damir Perisa 
+# Maintainer: Xyne 
+
+pkgname=lxsplit
+pkgver=0.2.4
+pkgrel=4
+pkgdesc="Command-line file splitter/joiner compatible with any HJSplit version"
+arch=('x86_64')
+url="http://lxsplit.sourceforge.net/;
+license=('GPL')
+depends=('glibc')
+source=("https://downloads.sourceforge.net/sourceforge/lxsplit/lxsplit-${pkgver}.tar.gz;)
+sha512sums=('2483010752177232801029b969a01a2702830c47e5d6a185784d9d945b792aecb778241d08d97cc0c02977afec02bf3f6a20e24da2fdbecad2dcef1de95b0575')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  install -d "$pkgdir/usr/bin"
+  make INSTALL_PATH="$pkgdir/usr/bin" install
+}


[arch-commits] Commit in asunder/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-04-08 Thread Xyne via arch-commits
Date: Sunday, April 8, 2018 @ 22:57:24
  Author: xyne
Revision: 315357

archrelease: copy trunk to community-x86_64

Added:
  asunder/repos/community-x86_64/PKGBUILD
(from rev 315356, asunder/trunk/PKGBUILD)
Deleted:
  asunder/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-08 22:57:05 UTC (rev 315356)
+++ PKGBUILD2018-04-08 22:57:24 UTC (rev 315357)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Xyne 
-# Contributor: Ronald van Haren 
-# Contributor: cs-cam - me.at.camdaniel.com
-# Contributor: Sebastien Piccand 
-
-pkgname=asunder
-pkgver=2.9.2
-pkgrel=1
-pkgdesc="a graphical CD ripper and encoder"
-arch=('x86_64')
-url="http://littlesvr.ca/asunder/;
-license=('GPL2')
-depends=('gtk2' 'libcddb' 'cdparanoia')
-makedepends=('pkgconfig' 'intltool' 'gettext')
-optdepends=(
-  'lame: for mp3 support'
-  'vorbis-tools: for ogg support'
-  'flac: for flac support'
-)
-source=(http://littlesvr.ca/asunder/releases/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('37b8ed7c7eed46e594807866d29c3bd37cba8d880c68e714168ae373a8d0dbc58cf837dbd704f95ddbe2544880470fb1f176ab6a67643a4a45b048eabb87e4c2')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-

Copied: asunder/repos/community-x86_64/PKGBUILD (from rev 315356, 
asunder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-08 22:57:24 UTC (rev 315357)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Xyne 
+# Contributor: Ronald van Haren 
+# Contributor: cs-cam - me.at.camdaniel.com
+# Contributor: Sebastien Piccand 
+
+pkgname=asunder
+pkgver=2.9.3
+pkgrel=1
+pkgdesc="a graphical CD ripper and encoder"
+arch=('x86_64')
+url="http://littlesvr.ca/asunder/;
+license=('GPL2')
+depends=('gtk2' 'libcddb' 'cdparanoia')
+makedepends=('pkgconfig' 'intltool' 'gettext')
+optdepends=(
+  'lame: for mp3 support'
+  'vorbis-tools: for ogg support'
+  'flac: for flac support'
+)
+source=(http://littlesvr.ca/asunder/releases/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('b6546e16c936285584480cf378be11e96717aeedc22a7c5163cc0791a41498597d8437369d00823710c56faabe1dea23e4be9c839eb1ee371415104f13d61296')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+


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

2018-04-08 Thread Xyne via arch-commits
Date: Sunday, April 8, 2018 @ 22:57:05
  Author: xyne
Revision: 315356

upgpkg: asunder 2.9.3-1

version 2.9.3

Modified:
  asunder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-08 22:14:25 UTC (rev 315355)
+++ PKGBUILD2018-04-08 22:57:05 UTC (rev 315356)
@@ -5,7 +5,7 @@
 # Contributor: Sebastien Piccand 
 
 pkgname=asunder
-pkgver=2.9.2
+pkgver=2.9.3
 pkgrel=1
 pkgdesc="a graphical CD ripper and encoder"
 arch=('x86_64')
@@ -19,7 +19,7 @@
   'flac: for flac support'
 )
 source=(http://littlesvr.ca/asunder/releases/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('37b8ed7c7eed46e594807866d29c3bd37cba8d880c68e714168ae373a8d0dbc58cf837dbd704f95ddbe2544880470fb1f176ab6a67643a4a45b048eabb87e4c2')
+sha512sums=('b6546e16c936285584480cf378be11e96717aeedc22a7c5163cc0791a41498597d8437369d00823710c56faabe1dea23e4be9c839eb1ee371415104f13d61296')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2018-03-03 Thread Xyne via arch-commits
Date: Sunday, March 4, 2018 @ 01:59:59
  Author: xyne
Revision: 302260

upgpkg: reflector 2018-1

updated to version 2018

Modified:
  reflector/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-03 22:33:19 UTC (rev 302259)
+++ PKGBUILD2018-03-04 01:59:59 UTC (rev 302260)
@@ -1,6 +1,6 @@
 #Maintainer: Xyne 
 pkgname=reflector
-pkgver=2017.11
+pkgver=2018
 pkgrel=1
 pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
 arch=(any)
@@ -9,16 +9,16 @@
 depends=(python3)
 optdepends=('rsync: rate rsync mirrors')
 source=(
-  https://xyne.archlinux.ca/projects/reflector/src/reflector-2017.11.tar.xz
-  https://xyne.archlinux.ca/projects/reflector/src/reflector-2017.11.tar.xz.sig
+  https://xyne.archlinux.ca/projects/reflector/src/reflector-2018.tar.xz
+  https://xyne.archlinux.ca/projects/reflector/src/reflector-2018.tar.xz.sig
 )
 sha512sums=(
-  
d5b31df46797c4592c5803bfd8ddb2316134d73808907a97aa20fa4a291ab77006af091776f6f1a2d877b5088e175a928585c78f263426cd2698706a83a22b1f
-  
83040a41f19b396cf9e7f127ec9e1fe165d519604749bf816fe4535e69daeadce99c16bddfbc381ba2246a0d56bbad3b05ed90dfeaf4be6e007c2004676ac2fb
+  
35d6d300af0a5fcde0a221b969693597618a41c12deb02f35e1123340b4168fe34d1f4d7c02fa46a3a6ff6327aaed6ccb952c8e320aeff6578839c8a2f90cdd4
+  
a4afc02df892382c17b7fb5000c4dd9bdc7e7c5ee2380fa85fbf08ac01cd8280f026c3a53cad4681766d9f54a1e2ba108e86524f82bffef74bcfe8b128c45d62
 )
 md5sums=(
-  d2b20b5ff4052bf533b7c8e3db577956
-  64d087137db1f570e7278cfc9a25b76a
+  306b28bb8cb2d7ec4a9cb7f2759a9cd1
+  5754bf8dd4cfb2f83b49998f0904dbd1
 )
 validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
 


[arch-commits] Commit in reflector/repos/community-any (PKGBUILD PKGBUILD)

2018-03-03 Thread Xyne via arch-commits
Date: Sunday, March 4, 2018 @ 02:00:29
  Author: xyne
Revision: 302261

archrelease: copy trunk to community-any

Added:
  reflector/repos/community-any/PKGBUILD
(from rev 302260, reflector/trunk/PKGBUILD)
Deleted:
  reflector/repos/community-any/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-04 01:59:59 UTC (rev 302260)
+++ PKGBUILD2018-03-04 02:00:29 UTC (rev 302261)
@@ -1,33 +0,0 @@
-#Maintainer: Xyne 
-pkgname=reflector
-pkgver=2017.11
-pkgrel=1
-pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
-arch=(any)
-license=(GPL)
-url="https://xyne.archlinux.ca/projects/reflector;
-depends=(python3)
-optdepends=('rsync: rate rsync mirrors')
-source=(
-  https://xyne.archlinux.ca/projects/reflector/src/reflector-2017.11.tar.xz
-  https://xyne.archlinux.ca/projects/reflector/src/reflector-2017.11.tar.xz.sig
-)
-sha512sums=(
-  
d5b31df46797c4592c5803bfd8ddb2316134d73808907a97aa20fa4a291ab77006af091776f6f1a2d877b5088e175a928585c78f263426cd2698706a83a22b1f
-  
83040a41f19b396cf9e7f127ec9e1fe165d519604749bf816fe4535e69daeadce99c16bddfbc381ba2246a0d56bbad3b05ed90dfeaf4be6e007c2004676ac2fb
-)
-md5sums=(
-  d2b20b5ff4052bf533b7c8e3db577956
-  64d087137db1f570e7278cfc9a25b76a
-)
-validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
-
-package ()
-{
-  cd "$srcdir/$pkgname-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
-}
-
-
-# vim: set ts=2 sw=2 et:

Copied: reflector/repos/community-any/PKGBUILD (from rev 302260, 
reflector/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-04 02:00:29 UTC (rev 302261)
@@ -0,0 +1,33 @@
+#Maintainer: Xyne 
+pkgname=reflector
+pkgver=2018
+pkgrel=1
+pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
+arch=(any)
+license=(GPL)
+url="https://xyne.archlinux.ca/projects/reflector;
+depends=(python3)
+optdepends=('rsync: rate rsync mirrors')
+source=(
+  https://xyne.archlinux.ca/projects/reflector/src/reflector-2018.tar.xz
+  https://xyne.archlinux.ca/projects/reflector/src/reflector-2018.tar.xz.sig
+)
+sha512sums=(
+  
35d6d300af0a5fcde0a221b969693597618a41c12deb02f35e1123340b4168fe34d1f4d7c02fa46a3a6ff6327aaed6ccb952c8e320aeff6578839c8a2f90cdd4
+  
a4afc02df892382c17b7fb5000c4dd9bdc7e7c5ee2380fa85fbf08ac01cd8280f026c3a53cad4681766d9f54a1e2ba108e86524f82bffef74bcfe8b128c45d62
+)
+md5sums=(
+  306b28bb8cb2d7ec4a9cb7f2759a9cd1
+  5754bf8dd4cfb2f83b49998f0904dbd1
+)
+validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
+
+package ()
+{
+  cd "$srcdir/$pkgname-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
+}
+
+
+# vim: set ts=2 sw=2 et:


[arch-commits] Commit in bchunk/repos/community-x86_64 (PKGBUILD PKGBUILD)

2017-12-21 Thread Xyne via arch-commits
Date: Friday, December 22, 2017 @ 01:49:28
  Author: xyne
Revision: 275254

archrelease: copy trunk to community-x86_64

Added:
  bchunk/repos/community-x86_64/PKGBUILD
(from rev 275253, bchunk/trunk/PKGBUILD)
Deleted:
  bchunk/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-22 01:49:08 UTC (rev 275253)
+++ PKGBUILD2017-12-22 01:49:28 UTC (rev 275254)
@@ -1,29 +0,0 @@
-# Maintainer: Xyne 
-# Contributor: Jaroslaw Swierczynski <swier...@aur.archlinux.org>
-# Contributor: eric <e...@archlinux.org>
-# Contributor: Markus Meissner <mar...@meissna.de>
-
-pkgname=bchunk
-pkgver=1.2.0
-pkgrel=4
-pkgdesc="A Tool to Convert *.raw *.bin files to an ISO file"
-url="http://he.fi/bchunk/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('glibc')
-source=(http://he.fi/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('6a613da3f34f9a303f202d2e9731d231')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  install -dm755 "$pkgdir"/usr/{bin,share/man/man1}
-  make PREFIX="$pkgdir/usr" MAN_DIR="$pkgdir/usr/share/man" install
-  chown root:root "$pkgdir/usr/share/man/man1/bchunk.1"
-}
-
-# vim: ts=2 sw=2 et ft=sh

Copied: bchunk/repos/community-x86_64/PKGBUILD (from rev 275253, 
bchunk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-22 01:49:28 UTC (rev 275254)
@@ -0,0 +1,29 @@
+# Maintainer: Xyne 
+# Contributor: Jaroslaw Swierczynski <swier...@aur.archlinux.org>
+# Contributor: eric <e...@archlinux.org>
+# Contributor: Markus Meissner <mar...@meissna.de>
+
+pkgname=bchunk
+pkgver=1.2.2
+pkgrel=4
+pkgdesc="A Tool to Convert *.raw *.bin files to an ISO file"
+url="http://he.fi/bchunk/;
+arch=('x86_64')
+license=('GPL')
+depends=('glibc')
+source=(http://he.fi/$pkgname/$pkgname-$pkgver.tar.gz)
+sha512sums=('94fcc1dea3a38a907b3f209c20f3de54028cc34bf8964d1dccf94faf3ca3851270cc8e052c29a3f04c60e525c029ebfb1c3c04fa85525e20273ac8d72cb317c8')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  install -dm755 "$pkgdir"/usr/{bin,share/man/man1}
+  make PREFIX="$pkgdir/usr" MAN_DIR="$pkgdir/usr/share/man" install
+  chown root:root "$pkgdir/usr/share/man/man1/bchunk.1"
+}
+
+# vim: ts=2 sw=2 et ft=sh


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

2017-12-21 Thread Xyne via arch-commits
Date: Friday, December 22, 2017 @ 01:49:08
  Author: xyne
Revision: 275253

upgpkg: bchunk 1.2.2-4

updated to 1.2.2

Modified:
  bchunk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-22 01:46:58 UTC (rev 275252)
+++ PKGBUILD2017-12-22 01:49:08 UTC (rev 275253)
@@ -4,7 +4,7 @@
 # Contributor: Markus Meissner <mar...@meissna.de>
 
 pkgname=bchunk
-pkgver=1.2.0
+pkgver=1.2.2
 pkgrel=4
 pkgdesc="A Tool to Convert *.raw *.bin files to an ISO file"
 url="http://he.fi/bchunk/;
@@ -12,7 +12,7 @@
 license=('GPL')
 depends=('glibc')
 source=(http://he.fi/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('6a613da3f34f9a303f202d2e9731d231')
+sha512sums=('94fcc1dea3a38a907b3f209c20f3de54028cc34bf8964d1dccf94faf3ca3851270cc8e052c29a3f04c60e525c029ebfb1c3c04fa85525e20273ac8d72cb317c8')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in asunder/repos/community-x86_64 (PKGBUILD PKGBUILD)

2017-12-21 Thread Xyne via arch-commits
Date: Friday, December 22, 2017 @ 01:46:58
  Author: xyne
Revision: 275252

archrelease: copy trunk to community-x86_64

Added:
  asunder/repos/community-x86_64/PKGBUILD
(from rev 275251, asunder/trunk/PKGBUILD)
Deleted:
  asunder/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-22 01:46:37 UTC (rev 275251)
+++ PKGBUILD2017-12-22 01:46:58 UTC (rev 275252)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Xyne 
-# Contributor: Ronald van Haren 
-# Contributor: cs-cam - me.at.camdaniel.com
-# Contributor: Sebastien Piccand 
-
-pkgname=asunder
-pkgver=2.9.1
-pkgrel=1
-pkgdesc="a graphical CD ripper and encoder"
-arch=('i686' 'x86_64')
-url="http://littlesvr.ca/asunder/;
-license=('GPL2')
-depends=('gtk2' 'libcddb' 'cdparanoia')
-makedepends=('pkgconfig' 'intltool' 'gettext')
-optdepends=(
-  'lame: for mp3 support'
-  'vorbis-tools: for ogg support'
-  'flac: for flac support'
-)
-source=(http://littlesvr.ca/asunder/releases/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('91c4e323cb548d565d7af27259b312dbfcb6de4a9bb2811639009a9944ab514082c4f030a4aa0f3a13d4ccda52253f1597dfb8ef39764fcd12d02a0d7afc6bf2')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-

Copied: asunder/repos/community-x86_64/PKGBUILD (from rev 275251, 
asunder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-22 01:46:58 UTC (rev 275252)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Xyne 
+# Contributor: Ronald van Haren 
+# Contributor: cs-cam - me.at.camdaniel.com
+# Contributor: Sebastien Piccand 
+
+pkgname=asunder
+pkgver=2.9.2
+pkgrel=1
+pkgdesc="a graphical CD ripper and encoder"
+arch=('x86_64')
+url="http://littlesvr.ca/asunder/;
+license=('GPL2')
+depends=('gtk2' 'libcddb' 'cdparanoia')
+makedepends=('pkgconfig' 'intltool' 'gettext')
+optdepends=(
+  'lame: for mp3 support'
+  'vorbis-tools: for ogg support'
+  'flac: for flac support'
+)
+source=(http://littlesvr.ca/asunder/releases/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('37b8ed7c7eed46e594807866d29c3bd37cba8d880c68e714168ae373a8d0dbc58cf837dbd704f95ddbe2544880470fb1f176ab6a67643a4a45b048eabb87e4c2')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+


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

2017-12-21 Thread Xyne via arch-commits
Date: Friday, December 22, 2017 @ 01:46:37
  Author: xyne
Revision: 275251

upgpkg: asunder 2.9.2-1

updated to 2.9.2

Modified:
  asunder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-22 01:40:41 UTC (rev 275250)
+++ PKGBUILD2017-12-22 01:46:37 UTC (rev 275251)
@@ -5,7 +5,7 @@
 # Contributor: Sebastien Piccand 
 
 pkgname=asunder
-pkgver=2.9.1
+pkgver=2.9.2
 pkgrel=1
 pkgdesc="a graphical CD ripper and encoder"
 arch=('x86_64')
@@ -19,7 +19,7 @@
   'flac: for flac support'
 )
 source=(http://littlesvr.ca/asunder/releases/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('91c4e323cb548d565d7af27259b312dbfcb6de4a9bb2811639009a9944ab514082c4f030a4aa0f3a13d4ccda52253f1597dfb8ef39764fcd12d02a0d7afc6bf2')
+sha512sums=('37b8ed7c7eed46e594807866d29c3bd37cba8d880c68e714168ae373a8d0dbc58cf837dbd704f95ddbe2544880470fb1f176ab6a67643a4a45b048eabb87e4c2')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in reflector/repos/community-any (PKGBUILD PKGBUILD)

2017-11-26 Thread Xyne via arch-commits
Date: Sunday, November 26, 2017 @ 22:22:51
  Author: xyne
Revision: 269084

archrelease: copy trunk to community-any

Added:
  reflector/repos/community-any/PKGBUILD
(from rev 269083, reflector/trunk/PKGBUILD)
Deleted:
  reflector/repos/community-any/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-26 22:22:24 UTC (rev 269083)
+++ PKGBUILD2017-11-26 22:22:51 UTC (rev 269084)
@@ -1,33 +0,0 @@
-#Maintainer: Xyne 
-pkgname=reflector
-pkgver=2017.6
-pkgrel=1
-pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
-arch=(any)
-license=(GPL)
-url="http://xyne.archlinux.ca/projects/reflector;
-depends=(python3)
-optdepends=('rsync: rate rsync mirrors')
-source=(
-  http://xyne.archlinux.ca/projects/reflector/src/reflector-2017.6.tar.xz
-  http://xyne.archlinux.ca/projects/reflector/src/reflector-2017.6.tar.xz.sig
-)
-sha512sums=(
-  
aaccb8444dcbcdc145df0165dcfe6ddcb39aac606d70f6734a55dc3303c34273d2eb91695d2ea1a54bc72ea74938308fd6ecbb00c91d8d09692e8e8452819797
-  
af58a54a52e8a7d08b11aa358fe24ffe4ece23002ffaf6f8d1ec22e9d6a116bf1057cbab64b38ee2be341bc7601897ce0a3801086f165f31c5ecd6e708a78f32
-)
-md5sums=(
-  4d1e1ab5c6595eda7accaba84562e8a3
-  0f5cfc56fcf5b40b0d37f4ed032afea0
-)
-validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
-
-package ()
-{
-  cd "$srcdir/$pkgname-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
-}
-
-
-# vim: set ts=2 sw=2 et:

Copied: reflector/repos/community-any/PKGBUILD (from rev 269083, 
reflector/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-26 22:22:51 UTC (rev 269084)
@@ -0,0 +1,33 @@
+#Maintainer: Xyne 
+pkgname=reflector
+pkgver=2017.11
+pkgrel=1
+pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
+arch=(any)
+license=(GPL)
+url="https://xyne.archlinux.ca/projects/reflector;
+depends=(python3)
+optdepends=('rsync: rate rsync mirrors')
+source=(
+  https://xyne.archlinux.ca/projects/reflector/src/reflector-2017.11.tar.xz
+  https://xyne.archlinux.ca/projects/reflector/src/reflector-2017.11.tar.xz.sig
+)
+sha512sums=(
+  
d5b31df46797c4592c5803bfd8ddb2316134d73808907a97aa20fa4a291ab77006af091776f6f1a2d877b5088e175a928585c78f263426cd2698706a83a22b1f
+  
83040a41f19b396cf9e7f127ec9e1fe165d519604749bf816fe4535e69daeadce99c16bddfbc381ba2246a0d56bbad3b05ed90dfeaf4be6e007c2004676ac2fb
+)
+md5sums=(
+  d2b20b5ff4052bf533b7c8e3db577956
+  64d087137db1f570e7278cfc9a25b76a
+)
+validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
+
+package ()
+{
+  cd "$srcdir/$pkgname-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
+}
+
+
+# vim: set ts=2 sw=2 et:


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

2017-11-26 Thread Xyne via arch-commits
Date: Sunday, November 26, 2017 @ 22:22:24
  Author: xyne
Revision: 269083

upgpkg: reflector 2017.11-1

Fixed FS#56444

Modified:
  reflector/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-26 21:59:38 UTC (rev 269082)
+++ PKGBUILD2017-11-26 22:22:24 UTC (rev 269083)
@@ -1,6 +1,6 @@
 #Maintainer: Xyne 
 pkgname=reflector
-pkgver=2017.6
+pkgver=2017.11
 pkgrel=1
 pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
 arch=(any)
@@ -9,16 +9,16 @@
 depends=(python3)
 optdepends=('rsync: rate rsync mirrors')
 source=(
-  https://xyne.archlinux.ca/projects/reflector/src/reflector-2017.6.tar.xz
-  https://xyne.archlinux.ca/projects/reflector/src/reflector-2017.6.tar.xz.sig
+  https://xyne.archlinux.ca/projects/reflector/src/reflector-2017.11.tar.xz
+  https://xyne.archlinux.ca/projects/reflector/src/reflector-2017.11.tar.xz.sig
 )
 sha512sums=(
-  
aaccb8444dcbcdc145df0165dcfe6ddcb39aac606d70f6734a55dc3303c34273d2eb91695d2ea1a54bc72ea74938308fd6ecbb00c91d8d09692e8e8452819797
-  
af58a54a52e8a7d08b11aa358fe24ffe4ece23002ffaf6f8d1ec22e9d6a116bf1057cbab64b38ee2be341bc7601897ce0a3801086f165f31c5ecd6e708a78f32
+  
d5b31df46797c4592c5803bfd8ddb2316134d73808907a97aa20fa4a291ab77006af091776f6f1a2d877b5088e175a928585c78f263426cd2698706a83a22b1f
+  
83040a41f19b396cf9e7f127ec9e1fe165d519604749bf816fe4535e69daeadce99c16bddfbc381ba2246a0d56bbad3b05ed90dfeaf4be6e007c2004676ac2fb
 )
 md5sums=(
-  4d1e1ab5c6595eda7accaba84562e8a3
-  0f5cfc56fcf5b40b0d37f4ed032afea0
+  d2b20b5ff4052bf533b7c8e3db577956
+  64d087137db1f570e7278cfc9a25b76a
 )
 validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
 


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

2017-08-07 Thread Xyne
Date: Monday, August 7, 2017 @ 23:34:18
  Author: xyne
Revision: 249536

changed to HTTPS and sha512sums

Modified:
  lxsplit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 23:27:21 UTC (rev 249535)
+++ PKGBUILD2017-08-07 23:34:18 UTC (rev 249536)
@@ -10,8 +10,8 @@
 url="http://lxsplit.sourceforge.net/;
 license=('GPL')
 depends=('glibc')
-source=("http://downloads.sourceforge.net/sourceforge/lxsplit/lxsplit-${pkgver}.tar.gz;)
-sha256sums=('858fa939803b2eba97ccc5ec57011c4f4b613ff299abbdc51e2f921016845056')
+source=("https://downloads.sourceforge.net/sourceforge/lxsplit/lxsplit-${pkgver}.tar.gz;)
+sha512sums=('2483010752177232801029b969a01a2702830c47e5d6a185784d9d945b792aecb778241d08d97cc0c02977afec02bf3f6a20e24da2fdbecad2dcef1de95b0575')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2017-08-07 Thread Xyne
Date: Monday, August 7, 2017 @ 23:27:21
  Author: xyne
Revision: 249535

changed to HTTPS

Modified:
  reflector/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 21:23:14 UTC (rev 249534)
+++ PKGBUILD2017-08-07 23:27:21 UTC (rev 249535)
@@ -5,12 +5,12 @@
 pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
 arch=(any)
 license=(GPL)
-url="http://xyne.archlinux.ca/projects/reflector;
+url="https://xyne.archlinux.ca/projects/reflector;
 depends=(python3)
 optdepends=('rsync: rate rsync mirrors')
 source=(
-  http://xyne.archlinux.ca/projects/reflector/src/reflector-2017.6.tar.xz
-  http://xyne.archlinux.ca/projects/reflector/src/reflector-2017.6.tar.xz.sig
+  https://xyne.archlinux.ca/projects/reflector/src/reflector-2017.6.tar.xz
+  https://xyne.archlinux.ca/projects/reflector/src/reflector-2017.6.tar.xz.sig
 )
 sha512sums=(
   
aaccb8444dcbcdc145df0165dcfe6ddcb39aac606d70f6734a55dc3303c34273d2eb91695d2ea1a54bc72ea74938308fd6ecbb00c91d8d09692e8e8452819797


[arch-commits] Commit in fdupes/repos (8 files)

2017-07-22 Thread Xyne
Date: Saturday, July 22, 2017 @ 22:25:26
  Author: xyne
Revision: 246078

archrelease: copy trunk to community-i686, community-x86_64

Added:
  fdupes/repos/community-i686/LICENSE
(from rev 246077, fdupes/trunk/LICENSE)
  fdupes/repos/community-i686/PKGBUILD
(from rev 246077, fdupes/trunk/PKGBUILD)
  fdupes/repos/community-x86_64/LICENSE
(from rev 246077, fdupes/trunk/LICENSE)
  fdupes/repos/community-x86_64/PKGBUILD
(from rev 246077, fdupes/trunk/PKGBUILD)
Deleted:
  fdupes/repos/community-i686/LICENSE
  fdupes/repos/community-i686/PKGBUILD
  fdupes/repos/community-x86_64/LICENSE
  fdupes/repos/community-x86_64/PKGBUILD

---+
 /LICENSE  |   44 +++
 /PKGBUILD |   82 
 community-i686/LICENSE|   22 ---
 community-i686/PKGBUILD   |   43 ---
 community-x86_64/LICENSE  |   22 ---
 community-x86_64/PKGBUILD |   43 ---
 6 files changed, 126 insertions(+), 130 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2017-07-22 22:25:11 UTC (rev 246077)
+++ community-i686/LICENSE  2017-07-22 22:25:26 UTC (rev 246078)
@@ -1,22 +0,0 @@
-Legal Information
-
-FDUPES Copyright (c) 1999 Adrian Lopez
-
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation files
-(the "Software"), to deal in the Software without restriction,
-including without limitation the rights to use, copy, modify, merge,
-publish, distribute, sublicense, and/or sell copies of the Software,
-and to permit persons to whom the Software is furnished to do so,
-subject to the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 
-IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copied: fdupes/repos/community-i686/LICENSE (from rev 246077, 
fdupes/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2017-07-22 22:25:26 UTC (rev 246078)
@@ -0,0 +1,22 @@
+Legal Information
+
+FDUPES Copyright (c) 1999 Adrian Lopez
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation files
+(the "Software"), to deal in the Software without restriction,
+including without limitation the rights to use, copy, modify, merge,
+publish, distribute, sublicense, and/or sell copies of the Software,
+and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-22 22:25:11 UTC (rev 246077)
+++ community-i686/PKGBUILD 2017-07-22 22:25:26 UTC (rev 246078)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Xyne 
-# Contributor: Daenyth <Daenyth+Arch at gmail dot com>
-# Contributor: Chris Winter 
-
-pkgname=fdupes
-pkgver=1.6.1
-pkgrel=1
-# Version changed from 1.51 to 1.6.1
-epoch=1
-pkgdesc="a program for identifying or deleting duplicate files residing within 
specified directories"
-arch=('i686' 'x86_64')
-url="https://github.com/adrianlopezroche/fdupes;
-license=(custom)
-depends=(glibc)
-makedepends=(git)
-source=(
-  https://github.com/adrianlopezroche/fdupes/archive/v$pkgver.tar.gz
-  LICENSE
-)
-# Alternatively
-# source=(git://github.com/adrianlopezroche/fdupes.git#tag=$pkgname-$pkgver 
LICENSE)
-sha256sums=(
-  'SKIP'
-  '6300e5a838d8a0f0

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

2017-07-22 Thread Xyne
Date: Saturday, July 22, 2017 @ 22:25:11
  Author: xyne
Revision: 246077

upgpkg: fdupes 1:1.6.1-1

fixed checksums

Modified:
  fdupes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-22 21:05:41 UTC (rev 246076)
+++ PKGBUILD2017-07-22 22:25:11 UTC (rev 246077)
@@ -20,10 +20,8 @@
 )
 # Alternatively
 # source=(git://github.com/adrianlopezroche/fdupes.git#tag=$pkgname-$pkgver 
LICENSE)
-sha256sums=(
-  'SKIP'
-  '6300e5a838d8a0f08b412742cb755c22708970aef420dbad5dc65ca7de677e39'
-)
+sha512sums=('6c6662b70068c2f48f4be64a6830c81a66852d650391d0756f20b9ac0df7d70c1a32918bd7cbd50e19de524d9ebc09ea338c19636e1807b071eb96b325e641db'
+
'40a005755c406c394506fdacad79140a4bdcb4474024832edc81c6d5f8524be9f2b8f504c5492cbab1cfd6bed86e72ff29d665eab3dec171468de490cf156381')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in asunder/repos (4 files)

2017-07-02 Thread Xyne
Date: Sunday, July 2, 2017 @ 18:58:21
  Author: xyne
Revision: 242085

archrelease: copy trunk to community-i686, community-x86_64

Added:
  asunder/repos/community-i686/PKGBUILD
(from rev 242084, asunder/trunk/PKGBUILD)
  asunder/repos/community-x86_64/PKGBUILD
(from rev 242084, asunder/trunk/PKGBUILD)
Deleted:
  asunder/repos/community-i686/PKGBUILD
  asunder/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 community-i686/PKGBUILD   |   34 --
 community-x86_64/PKGBUILD |   34 --
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-02 18:57:44 UTC (rev 242084)
+++ community-i686/PKGBUILD 2017-07-02 18:58:21 UTC (rev 242085)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Xyne 
-# Contributor: Ronald van Haren 
-# Contributor: cs-cam - me.at.camdaniel.com
-# Contributor: Sebastien Piccand 
-
-pkgname=asunder
-pkgver=2.9
-pkgrel=3
-pkgdesc="a graphical CD ripper and encoder"
-arch=('i686' 'x86_64')
-url="http://littlesvr.ca/asunder/;
-license=('GPL2')
-depends=('gtk2' 'libcddb' 'cdparanoia')
-makedepends=('pkgconfig' 'intltool' 'gettext')
-optdepends=(
-  'lame: for mp3 support'
-  'vorbis-tools: for ogg support'
-  'flac: for flac support'
-)
-source=(http://littlesvr.ca/asunder/releases/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('ac3f0265c31ee2ca9c57d9e189fa56b62113f2af541c7e17456f70ddff20994eeefbb74b3bb5deffed3aac6806bfd99493fb85411e42f9577c77d617bec246c1')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-

Copied: asunder/repos/community-i686/PKGBUILD (from rev 242084, 
asunder/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-02 18:58:21 UTC (rev 242085)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Xyne 
+# Contributor: Ronald van Haren 
+# Contributor: cs-cam - me.at.camdaniel.com
+# Contributor: Sebastien Piccand 
+
+pkgname=asunder
+pkgver=2.9.1
+pkgrel=1
+pkgdesc="a graphical CD ripper and encoder"
+arch=('i686' 'x86_64')
+url="http://littlesvr.ca/asunder/;
+license=('GPL2')
+depends=('gtk2' 'libcddb' 'cdparanoia')
+makedepends=('pkgconfig' 'intltool' 'gettext')
+optdepends=(
+  'lame: for mp3 support'
+  'vorbis-tools: for ogg support'
+  'flac: for flac support'
+)
+source=(http://littlesvr.ca/asunder/releases/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('91c4e323cb548d565d7af27259b312dbfcb6de4a9bb2811639009a9944ab514082c4f030a4aa0f3a13d4ccda52253f1597dfb8ef39764fcd12d02a0d7afc6bf2')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-07-02 18:57:44 UTC (rev 242084)
+++ community-x86_64/PKGBUILD   2017-07-02 18:58:21 UTC (rev 242085)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Xyne 
-# Contributor: Ronald van Haren 
-# Contributor: cs-cam - me.at.camdaniel.com
-# Contributor: Sebastien Piccand 
-
-pkgname=asunder
-pkgver=2.9
-pkgrel=3
-pkgdesc="a graphical CD ripper and encoder"
-arch=('i686' 'x86_64')
-url="http://littlesvr.ca/asunder/;
-license=('GPL2')
-depends=('gtk2' 'libcddb' 'cdparanoia')
-makedepends=('pkgconfig' 'intltool' 'gettext')
-optdepends=(
-  'lame: for mp3 support'
-  'vorbis-tools: for ogg support'
-  'flac: for flac support'
-)
-source=(http://littlesvr.ca/asunder/releases/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('ac3f0265c31ee2ca9c57d9e189fa56b62113f2af541c7e17456f70ddff20994eeefbb74b3bb5deffed3aac6806bfd99493fb85411e42f9577c77d617bec246c1')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-

Copied: asunder/repos/community-x86_64/PKGBUILD (from rev 242084, 
asunder/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-07-02 18:58:21 UTC (rev 242085)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Xyne 
+# Contributor: Ronald van Haren 
+# Contributor: cs-cam - me.at.camdaniel.com
+# Contributor: Sebastien Piccand 
+
+pkgname=asunder
+pkgver=2.9.1
+pkgrel=1
+pkgdesc="a graphical CD ripper and encoder"
+arch=('i686' 'x86_64')
+url="http://littlesvr.ca/asunde

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

2017-07-02 Thread Xyne
Date: Sunday, July 2, 2017 @ 18:57:44
  Author: xyne
Revision: 242084

upgpkg: asunder 2.9.1-1

upsteam fix for FS#54440

Modified:
  asunder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-02 18:17:42 UTC (rev 242083)
+++ PKGBUILD2017-07-02 18:57:44 UTC (rev 242084)
@@ -5,8 +5,8 @@
 # Contributor: Sebastien Piccand 
 
 pkgname=asunder
-pkgver=2.9
-pkgrel=3
+pkgver=2.9.1
+pkgrel=1
 pkgdesc="a graphical CD ripper and encoder"
 arch=('i686' 'x86_64')
 url="http://littlesvr.ca/asunder/;
@@ -19,7 +19,7 @@
   'flac: for flac support'
 )
 source=(http://littlesvr.ca/asunder/releases/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('ac3f0265c31ee2ca9c57d9e189fa56b62113f2af541c7e17456f70ddff20994eeefbb74b3bb5deffed3aac6806bfd99493fb85411e42f9577c77d617bec246c1')
+sha512sums=('91c4e323cb548d565d7af27259b312dbfcb6de4a9bb2811639009a9944ab514082c4f030a4aa0f3a13d4ccda52253f1597dfb8ef39764fcd12d02a0d7afc6bf2')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in reflector/repos/community-any (PKGBUILD PKGBUILD)

2017-06-19 Thread Xyne
Date: Monday, June 19, 2017 @ 19:09:15
  Author: xyne
Revision: 238746

archrelease: copy trunk to community-any

Added:
  reflector/repos/community-any/PKGBUILD
(from rev 238745, reflector/trunk/PKGBUILD)
Deleted:
  reflector/repos/community-any/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-06-19 19:05:41 UTC (rev 238745)
+++ PKGBUILD2017-06-19 19:09:15 UTC (rev 238746)
@@ -1,33 +0,0 @@
-#Maintainer: Xyne 
-pkgname=reflector
-pkgver=2017
-pkgrel=2
-pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
-arch=(any)
-license=(GPL)
-url="http://xyne.archlinux.ca/projects/reflector;
-depends=(python3)
-optdepends=('rsync: rate rsync mirrors')
-source=(
-  http://xyne.archlinux.ca/projects/reflector/src/reflector-2017.tar.xz
-  http://xyne.archlinux.ca/projects/reflector/src/reflector-2017.tar.xz.sig
-)
-sha512sums=(
-  
e58e7c2d12a9fca98b8c15b4f29dd953a3ab242bf100fee62c523ca63854d27877215bd653a0fe75cf7354288f016a261a9efdb64561f42b1c7250479b042fa7
-  
923c7cecfc3d9cd14834e6d3f4fecee83207418fc3f15c140080eed9b50cb75582b8ed81938bb6fe99878cd1b80a8cd53324cf8633168a91e10d1c8a816b7b2b
-)
-md5sums=(
-  e6592ca2921e94e56c98ea4961190e89
-  de8e7ee2c2d0dc5f5b5d8bea9a078558
-)
-validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
-
-package ()
-{
-  cd "$srcdir/$pkgname-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
-}
-
-
-# vim: set ts=2 sw=2 et:

Copied: reflector/repos/community-any/PKGBUILD (from rev 238745, 
reflector/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-06-19 19:09:15 UTC (rev 238746)
@@ -0,0 +1,33 @@
+#Maintainer: Xyne 
+pkgname=reflector
+pkgver=2017.6
+pkgrel=1
+pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
+arch=(any)
+license=(GPL)
+url="http://xyne.archlinux.ca/projects/reflector;
+depends=(python3)
+optdepends=('rsync: rate rsync mirrors')
+source=(
+  http://xyne.archlinux.ca/projects/reflector/src/reflector-2017.6.tar.xz
+  http://xyne.archlinux.ca/projects/reflector/src/reflector-2017.6.tar.xz.sig
+)
+sha512sums=(
+  
aaccb8444dcbcdc145df0165dcfe6ddcb39aac606d70f6734a55dc3303c34273d2eb91695d2ea1a54bc72ea74938308fd6ecbb00c91d8d09692e8e8452819797
+  
af58a54a52e8a7d08b11aa358fe24ffe4ece23002ffaf6f8d1ec22e9d6a116bf1057cbab64b38ee2be341bc7601897ce0a3801086f165f31c5ecd6e708a78f32
+)
+md5sums=(
+  4d1e1ab5c6595eda7accaba84562e8a3
+  0f5cfc56fcf5b40b0d37f4ed032afea0
+)
+validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
+
+package ()
+{
+  cd "$srcdir/$pkgname-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
+}
+
+
+# vim: set ts=2 sw=2 et:


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

2017-06-19 Thread Xyne
Date: Monday, June 19, 2017 @ 19:05:41
  Author: xyne
Revision: 238745

upgpkg: reflector 2017.6-1

Modified:
  reflector/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-19 19:03:47 UTC (rev 238744)
+++ PKGBUILD2017-06-19 19:05:41 UTC (rev 238745)
@@ -1,7 +1,7 @@
 #Maintainer: Xyne 
 pkgname=reflector
-pkgver=2017
-pkgrel=2
+pkgver=2017.6
+pkgrel=1
 pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
 arch=(any)
 license=(GPL)
@@ -9,16 +9,16 @@
 depends=(python3)
 optdepends=('rsync: rate rsync mirrors')
 source=(
-  http://xyne.archlinux.ca/projects/reflector/src/reflector-2017.tar.xz
-  http://xyne.archlinux.ca/projects/reflector/src/reflector-2017.tar.xz.sig
+  http://xyne.archlinux.ca/projects/reflector/src/reflector-2017.6.tar.xz
+  http://xyne.archlinux.ca/projects/reflector/src/reflector-2017.6.tar.xz.sig
 )
 sha512sums=(
-  
e58e7c2d12a9fca98b8c15b4f29dd953a3ab242bf100fee62c523ca63854d27877215bd653a0fe75cf7354288f016a261a9efdb64561f42b1c7250479b042fa7
-  
923c7cecfc3d9cd14834e6d3f4fecee83207418fc3f15c140080eed9b50cb75582b8ed81938bb6fe99878cd1b80a8cd53324cf8633168a91e10d1c8a816b7b2b
+  
aaccb8444dcbcdc145df0165dcfe6ddcb39aac606d70f6734a55dc3303c34273d2eb91695d2ea1a54bc72ea74938308fd6ecbb00c91d8d09692e8e8452819797
+  
af58a54a52e8a7d08b11aa358fe24ffe4ece23002ffaf6f8d1ec22e9d6a116bf1057cbab64b38ee2be341bc7601897ce0a3801086f165f31c5ecd6e708a78f32
 )
 md5sums=(
-  e6592ca2921e94e56c98ea4961190e89
-  de8e7ee2c2d0dc5f5b5d8bea9a078558
+  4d1e1ab5c6595eda7accaba84562e8a3
+  0f5cfc56fcf5b40b0d37f4ed032afea0
 )
 validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
 


[arch-commits] Commit in asunder/repos (4 files)

2017-06-05 Thread Xyne
Date: Monday, June 5, 2017 @ 12:11:47
  Author: xyne
Revision: 234170

archrelease: copy trunk to community-i686, community-x86_64

Added:
  asunder/repos/community-i686/PKGBUILD
(from rev 234169, asunder/trunk/PKGBUILD)
  asunder/repos/community-x86_64/PKGBUILD
(from rev 234169, asunder/trunk/PKGBUILD)
Deleted:
  asunder/repos/community-i686/PKGBUILD
  asunder/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 community-i686/PKGBUILD   |   32 
 community-x86_64/PKGBUILD |   32 
 3 files changed, 68 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-05 12:11:12 UTC (rev 234169)
+++ community-i686/PKGBUILD 2017-06-05 12:11:47 UTC (rev 234170)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Xyne 
-# Contributor: Ronald van Haren 
-# Contributor: cs-cam - me.at.camdaniel.com
-# Contributor: Sebastien Piccand 
-
-pkgname=asunder
-pkgver=2.8
-pkgrel=3
-pkgdesc="a graphical CD ripper and encoder"
-arch=('i686' 'x86_64')
-url="http://littlesvr.ca/asunder/;
-license=('GPL2')
-depends=('gtk2' 'libcddb' 'cdparanoia')
-makedepends=('pkgconfig' 'intltool' 'gettext')
-optdepends=('lame: for mp3 support' 'vorbis-tools: for ogg support' \
-   'flac: for flac support')
-source=(http://littlesvr.ca/asunder/releases/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('d3d71cccf9e97d9e8b738d28d9067e03')
-sha256sums=('d8c7014b87ab3c5467876def4d8650fd09fe415ded9de2569c629296499b09db')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-

Copied: asunder/repos/community-i686/PKGBUILD (from rev 234169, 
asunder/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-05 12:11:47 UTC (rev 234170)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Xyne 
+# Contributor: Ronald van Haren 
+# Contributor: cs-cam - me.at.camdaniel.com
+# Contributor: Sebastien Piccand 
+
+pkgname=asunder
+pkgver=2.9
+pkgrel=3
+pkgdesc="a graphical CD ripper and encoder"
+arch=('i686' 'x86_64')
+url="http://littlesvr.ca/asunder/;
+license=('GPL2')
+depends=('gtk2' 'libcddb' 'cdparanoia')
+makedepends=('pkgconfig' 'intltool' 'gettext')
+optdepends=(
+  'lame: for mp3 support'
+  'vorbis-tools: for ogg support'
+  'flac: for flac support'
+)
+source=(http://littlesvr.ca/asunder/releases/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('ac3f0265c31ee2ca9c57d9e189fa56b62113f2af541c7e17456f70ddff20994eeefbb74b3bb5deffed3aac6806bfd99493fb85411e42f9577c77d617bec246c1')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-06-05 12:11:12 UTC (rev 234169)
+++ community-x86_64/PKGBUILD   2017-06-05 12:11:47 UTC (rev 234170)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Xyne 
-# Contributor: Ronald van Haren 
-# Contributor: cs-cam - me.at.camdaniel.com
-# Contributor: Sebastien Piccand 
-
-pkgname=asunder
-pkgver=2.8
-pkgrel=3
-pkgdesc="a graphical CD ripper and encoder"
-arch=('i686' 'x86_64')
-url="http://littlesvr.ca/asunder/;
-license=('GPL2')
-depends=('gtk2' 'libcddb' 'cdparanoia')
-makedepends=('pkgconfig' 'intltool' 'gettext')
-optdepends=('lame: for mp3 support' 'vorbis-tools: for ogg support' \
-   'flac: for flac support')
-source=(http://littlesvr.ca/asunder/releases/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('d3d71cccf9e97d9e8b738d28d9067e03')
-sha256sums=('d8c7014b87ab3c5467876def4d8650fd09fe415ded9de2569c629296499b09db')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-

Copied: asunder/repos/community-x86_64/PKGBUILD (from rev 234169, 
asunder/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-06-05 12:11:47 UTC (rev 234170)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Xyne 
+# Contributor: Ronald van Haren 
+# Contributor: cs-cam - me.at.camdaniel.com
+# Contributor: Sebastien Piccand 
+
+pkgname=asunder
+pkgver=2.9
+pkgrel=3
+pkgdesc="a graphical CD ripper and encoder"
+arch=('i686' 'x86_64')
+url="http://littlesvr.ca/asunder/;
+license=('GPL2')
+depends=('gtk2' 'libcddb' 'cdpar

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

2017-06-05 Thread Xyne
Date: Monday, June 5, 2017 @ 12:10:45
  Author: xyne
Revision: 234168

upgpkg: asunder 2.9-3

Update to 2.9

Modified:
  asunder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-05 12:08:52 UTC (rev 234167)
+++ PKGBUILD2017-06-05 12:10:45 UTC (rev 234168)
@@ -5,7 +5,7 @@
 # Contributor: Sebastien Piccand 
 
 pkgname=asunder
-pkgver=2.8
+pkgver=2.9
 pkgrel=3
 pkgdesc="a graphical CD ripper and encoder"
 arch=('i686' 'x86_64')
@@ -13,11 +13,13 @@
 license=('GPL2')
 depends=('gtk2' 'libcddb' 'cdparanoia')
 makedepends=('pkgconfig' 'intltool' 'gettext')
-optdepends=('lame: for mp3 support' 'vorbis-tools: for ogg support' \
-   'flac: for flac support')
+optdepends=(
+  'lame: for mp3 support'
+  'vorbis-tools: for ogg support'
+  'flac: for flac support'
+)
 source=(http://littlesvr.ca/asunder/releases/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('d3d71cccf9e97d9e8b738d28d9067e03')
-sha256sums=('d8c7014b87ab3c5467876def4d8650fd09fe415ded9de2569c629296499b09db')
+sha512sums=('ac3f0265c31ee2ca9c57d9e189fa56b62113f2af541c7e17456f70ddff20994eeefbb74b3bb5deffed3aac6806bfd99493fb85411e42f9577c77d617bec246c1')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in reflector/repos/community-any (PKGBUILD PKGBUILD)

2017-01-09 Thread Xyne
Date: Tuesday, January 10, 2017 @ 07:15:09
  Author: xyne
Revision: 206494

archrelease: copy trunk to community-any

Added:
  reflector/repos/community-any/PKGBUILD
(from rev 206493, reflector/trunk/PKGBUILD)
Deleted:
  reflector/repos/community-any/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-10 07:14:55 UTC (rev 206493)
+++ PKGBUILD2017-01-10 07:15:09 UTC (rev 206494)
@@ -1,33 +0,0 @@
-#Maintainer: Xyne 
-pkgname=reflector
-pkgver=2016
-pkgrel=2
-pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
-arch=(any)
-license=(GPL)
-url="http://xyne.archlinux.ca/projects/reflector;
-depends=(python3)
-optdepends=('rsync: rate rsync mirrors')
-source=(
-  http://xyne.archlinux.ca/projects/reflector/src/reflector-2016.tar.xz
-  http://xyne.archlinux.ca/projects/reflector/src/reflector-2016.tar.xz.sig
-)
-sha512sums=(
-  
fdf85af6ffd53343af644d4be01d0a9d688fb443e51f7014b18404812afd639684e9bbabd564adb2fa303573351da6567f4afc6764a06b228e2b03a1509d99fe
-  
d150c38b122765ce5886ff59ddc5f8e43eb1d831ead016a436b1d3eb69b07919425acd1c0ca0e0eed6fc6a627c4e16a4f119034b1357586f18502a2dbbb7b85b
-)
-md5sums=(
-  9c2ba25cd43664d4df5232d599fe567d
-  5e47204f34ba71db824491fd3ca39d56
-)
-validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
-
-package ()
-{
-  cd "$srcdir/$pkgname-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
-}
-
-
-# vim: set ts=2 sw=2 et:

Copied: reflector/repos/community-any/PKGBUILD (from rev 206493, 
reflector/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-10 07:15:09 UTC (rev 206494)
@@ -0,0 +1,33 @@
+#Maintainer: Xyne 
+pkgname=reflector
+pkgver=2017
+pkgrel=2
+pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
+arch=(any)
+license=(GPL)
+url="http://xyne.archlinux.ca/projects/reflector;
+depends=(python3)
+optdepends=('rsync: rate rsync mirrors')
+source=(
+  http://xyne.archlinux.ca/projects/reflector/src/reflector-2017.tar.xz
+  http://xyne.archlinux.ca/projects/reflector/src/reflector-2017.tar.xz.sig
+)
+sha512sums=(
+  
e58e7c2d12a9fca98b8c15b4f29dd953a3ab242bf100fee62c523ca63854d27877215bd653a0fe75cf7354288f016a261a9efdb64561f42b1c7250479b042fa7
+  
923c7cecfc3d9cd14834e6d3f4fecee83207418fc3f15c140080eed9b50cb75582b8ed81938bb6fe99878cd1b80a8cd53324cf8633168a91e10d1c8a816b7b2b
+)
+md5sums=(
+  e6592ca2921e94e56c98ea4961190e89
+  de8e7ee2c2d0dc5f5b5d8bea9a078558
+)
+validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
+
+package ()
+{
+  cd "$srcdir/$pkgname-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
+}
+
+
+# vim: set ts=2 sw=2 et:


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

2017-01-09 Thread Xyne
Date: Tuesday, January 10, 2017 @ 07:14:42
  Author: xyne
Revision: 206492

upgpkg: reflector 2017-2

update

Modified:
  reflector/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-10 07:10:48 UTC (rev 206491)
+++ PKGBUILD2017-01-10 07:14:42 UTC (rev 206492)
@@ -1,6 +1,6 @@
 #Maintainer: Xyne 
 pkgname=reflector
-pkgver=2016
+pkgver=2017
 pkgrel=2
 pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
 arch=(any)
@@ -9,16 +9,16 @@
 depends=(python3)
 optdepends=('rsync: rate rsync mirrors')
 source=(
-  http://xyne.archlinux.ca/projects/reflector/src/reflector-2016.tar.xz
-  http://xyne.archlinux.ca/projects/reflector/src/reflector-2016.tar.xz.sig
+  http://xyne.archlinux.ca/projects/reflector/src/reflector-2017.tar.xz
+  http://xyne.archlinux.ca/projects/reflector/src/reflector-2017.tar.xz.sig
 )
 sha512sums=(
-  
fdf85af6ffd53343af644d4be01d0a9d688fb443e51f7014b18404812afd639684e9bbabd564adb2fa303573351da6567f4afc6764a06b228e2b03a1509d99fe
-  
d150c38b122765ce5886ff59ddc5f8e43eb1d831ead016a436b1d3eb69b07919425acd1c0ca0e0eed6fc6a627c4e16a4f119034b1357586f18502a2dbbb7b85b
+  
e58e7c2d12a9fca98b8c15b4f29dd953a3ab242bf100fee62c523ca63854d27877215bd653a0fe75cf7354288f016a261a9efdb64561f42b1c7250479b042fa7
+  
923c7cecfc3d9cd14834e6d3f4fecee83207418fc3f15c140080eed9b50cb75582b8ed81938bb6fe99878cd1b80a8cd53324cf8633168a91e10d1c8a816b7b2b
 )
 md5sums=(
-  9c2ba25cd43664d4df5232d599fe567d
-  5e47204f34ba71db824491fd3ca39d56
+  e6592ca2921e94e56c98ea4961190e89
+  de8e7ee2c2d0dc5f5b5d8bea9a078558
 )
 validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
 


[arch-commits] Commit in reflector/repos/community-any (PKGBUILD PKGBUILD)

2016-12-03 Thread Xyne
Date: Saturday, December 3, 2016 @ 19:20:27
  Author: xyne
Revision: 197836

archrelease: copy trunk to community-any

Added:
  reflector/repos/community-any/PKGBUILD
(from rev 197835, reflector/trunk/PKGBUILD)
Deleted:
  reflector/repos/community-any/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-03 19:20:03 UTC (rev 197835)
+++ PKGBUILD2016-12-03 19:20:27 UTC (rev 197836)
@@ -1,33 +0,0 @@
-#Maintainer: Xyne 
-pkgname=reflector
-pkgver=2015.12
-pkgrel=2
-pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
-arch=(any)
-license=(GPL)
-url="http://xyne.archlinux.ca/projects/reflector;
-depends=(python3)
-optdepends=('rsync: rate rsync mirrors')
-source=(
-  http://xyne.archlinux.ca/projects/reflector/src/reflector-2015.12.tar.xz
-  http://xyne.archlinux.ca/projects/reflector/src/reflector-2015.12.tar.xz.sig
-)
-sha512sums=(
-  
9c1da4688fd2e2b5bd9f1498b9b9252043de3742eb86f6e8aecae3d9c2779fca2baadf64a5103abb08db01b4ecd5ccb61127bcdbcef64f972405371b631e013d
-  
5a689419ac03f6a1d2a6231c195b9653d4654a3062b21bb6791211455870154a305c39856f377102c6c982541cca945f9b381b7922d4d2a2e9b84e238a25acea
-)
-md5sums=(
-  b2997306594aa064bfeff3533132b174
-  43a73486fed553664e3a484ebdff501e
-)
-validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
-
-package ()
-{
-  cd "$srcdir/$pkgname-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
-}
-
-
-# vim: set ts=2 sw=2 et:

Copied: reflector/repos/community-any/PKGBUILD (from rev 197835, 
reflector/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-03 19:20:27 UTC (rev 197836)
@@ -0,0 +1,33 @@
+#Maintainer: Xyne 
+pkgname=reflector
+pkgver=2016
+pkgrel=1
+pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
+arch=(any)
+license=(GPL)
+url="http://xyne.archlinux.ca/projects/reflector;
+depends=(python3)
+optdepends=('rsync: rate rsync mirrors')
+source=(
+  http://xyne.archlinux.ca/projects/reflector/src/reflector-2016.tar.xz
+  http://xyne.archlinux.ca/projects/reflector/src/reflector-2016.tar.xz.sig
+)
+sha512sums=(
+  
fdf85af6ffd53343af644d4be01d0a9d688fb443e51f7014b18404812afd639684e9bbabd564adb2fa303573351da6567f4afc6764a06b228e2b03a1509d99fe
+  
d150c38b122765ce5886ff59ddc5f8e43eb1d831ead016a436b1d3eb69b07919425acd1c0ca0e0eed6fc6a627c4e16a4f119034b1357586f18502a2dbbb7b85b
+)
+md5sums=(
+  9c2ba25cd43664d4df5232d599fe567d
+  5e47204f34ba71db824491fd3ca39d56
+)
+validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
+
+package ()
+{
+  cd "$srcdir/$pkgname-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
+}
+
+
+# vim: set ts=2 sw=2 et:


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

2016-12-03 Thread Xyne
Date: Saturday, December 3, 2016 @ 19:20:03
  Author: xyne
Revision: 197835

upgpkg: reflector 2016-1

update to version 2016: new filter option for completion percent

Modified:
  reflector/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-03 18:39:58 UTC (rev 197834)
+++ PKGBUILD2016-12-03 19:20:03 UTC (rev 197835)
@@ -1,7 +1,7 @@
 #Maintainer: Xyne 
 pkgname=reflector
-pkgver=2015.12
-pkgrel=2
+pkgver=2016
+pkgrel=1
 pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
 arch=(any)
 license=(GPL)
@@ -9,16 +9,16 @@
 depends=(python3)
 optdepends=('rsync: rate rsync mirrors')
 source=(
-  http://xyne.archlinux.ca/projects/reflector/src/reflector-2015.12.tar.xz
-  http://xyne.archlinux.ca/projects/reflector/src/reflector-2015.12.tar.xz.sig
+  http://xyne.archlinux.ca/projects/reflector/src/reflector-2016.tar.xz
+  http://xyne.archlinux.ca/projects/reflector/src/reflector-2016.tar.xz.sig
 )
 sha512sums=(
-  
9c1da4688fd2e2b5bd9f1498b9b9252043de3742eb86f6e8aecae3d9c2779fca2baadf64a5103abb08db01b4ecd5ccb61127bcdbcef64f972405371b631e013d
-  
5a689419ac03f6a1d2a6231c195b9653d4654a3062b21bb6791211455870154a305c39856f377102c6c982541cca945f9b381b7922d4d2a2e9b84e238a25acea
+  
fdf85af6ffd53343af644d4be01d0a9d688fb443e51f7014b18404812afd639684e9bbabd564adb2fa303573351da6567f4afc6764a06b228e2b03a1509d99fe
+  
d150c38b122765ce5886ff59ddc5f8e43eb1d831ead016a436b1d3eb69b07919425acd1c0ca0e0eed6fc6a627c4e16a4f119034b1357586f18502a2dbbb7b85b
 )
 md5sums=(
-  b2997306594aa064bfeff3533132b174
-  43a73486fed553664e3a484ebdff501e
+  9c2ba25cd43664d4df5232d599fe567d
+  5e47204f34ba71db824491fd3ca39d56
 )
 validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
 


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

2016-08-24 Thread Xyne
Date: Wednesday, August 24, 2016 @ 15:41:57
  Author: xyne
Revision: 187456

upgpkg: fdupes 1:1.6.1-1

updated from 1.51 to 1.6.1, epoch bump

Modified:
  fdupes/trunk/PKGBUILD

--+
 PKGBUILD |   25 -
 1 file changed, 16 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-24 15:34:16 UTC (rev 187455)
+++ PKGBUILD2016-08-24 15:41:57 UTC (rev 187456)
@@ -4,28 +4,35 @@
 # Contributor: Chris Winter 
 
 pkgname=fdupes
-pkgver=1.51
-pkgrel=4
+pkgver=1.6.1
+pkgrel=1
+# Version changed from 1.51 to 1.6.1
+epoch=1
 pkgdesc="a program for identifying or deleting duplicate files residing within 
specified directories"
 arch=('i686' 'x86_64')
 url="https://github.com/adrianlopezroche/fdupes;
-license=('MIT')
+license=(custom)
 depends=(glibc)
 makedepends=(git)
-source=(https://github.com/adrianlopezroche/fdupes/archive/$pkgname-$pkgver.tar.gz
 LICENSE)
+source=(
+  https://github.com/adrianlopezroche/fdupes/archive/v$pkgver.tar.gz
+  LICENSE
+)
 # Alternatively
 # source=(git://github.com/adrianlopezroche/fdupes.git#tag=$pkgname-$pkgver 
LICENSE)
-sha256sums=('SKIP'
-'6300e5a838d8a0f08b412742cb755c22708970aef420dbad5dc65ca7de677e39')
+sha256sums=(
+  'SKIP'
+  '6300e5a838d8a0f08b412742cb755c22708970aef420dbad5dc65ca7de677e39'
+)
 
 build() {
-  cd $pkgname-$pkgname-$pkgver
-  make  PREFIX=/usr
+  cd $pkgname-$pkgver
+  make PREFIX=/usr
 }
 
 package(){
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  cd $pkgname-$pkgname-$pkgver
+  cd $pkgname-$pkgver
   # This works on the master branch but not for the 1.51 tag.
   # install -d "$pkgdir"/usr/{share/man/man1,bin} # remnant from old PKGBUILD
   #make PREFIX=/usr DESTDIR="$pkgdir" install


[arch-commits] Commit in fdupes/repos (8 files)

2016-08-24 Thread Xyne
Date: Wednesday, August 24, 2016 @ 15:42:20
  Author: xyne
Revision: 187457

archrelease: copy trunk to community-i686, community-x86_64

Added:
  fdupes/repos/community-i686/LICENSE
(from rev 187456, fdupes/trunk/LICENSE)
  fdupes/repos/community-i686/PKGBUILD
(from rev 187456, fdupes/trunk/PKGBUILD)
  fdupes/repos/community-x86_64/LICENSE
(from rev 187456, fdupes/trunk/LICENSE)
  fdupes/repos/community-x86_64/PKGBUILD
(from rev 187456, fdupes/trunk/PKGBUILD)
Deleted:
  fdupes/repos/community-i686/LICENSE
  fdupes/repos/community-i686/PKGBUILD
  fdupes/repos/community-x86_64/LICENSE
  fdupes/repos/community-x86_64/PKGBUILD

---+
 /LICENSE  |   44 ++
 /PKGBUILD |   86 
 community-i686/LICENSE|   22 ---
 community-i686/PKGBUILD   |   36 --
 community-x86_64/LICENSE  |   22 ---
 community-x86_64/PKGBUILD |   36 --
 6 files changed, 130 insertions(+), 116 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2016-08-24 15:41:57 UTC (rev 187456)
+++ community-i686/LICENSE  2016-08-24 15:42:20 UTC (rev 187457)
@@ -1,22 +0,0 @@
-Legal Information
-
-FDUPES Copyright (c) 1999 Adrian Lopez
-
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation files
-(the "Software"), to deal in the Software without restriction,
-including without limitation the rights to use, copy, modify, merge,
-publish, distribute, sublicense, and/or sell copies of the Software,
-and to permit persons to whom the Software is furnished to do so,
-subject to the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 
-IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copied: fdupes/repos/community-i686/LICENSE (from rev 187456, 
fdupes/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2016-08-24 15:42:20 UTC (rev 187457)
@@ -0,0 +1,22 @@
+Legal Information
+
+FDUPES Copyright (c) 1999 Adrian Lopez
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation files
+(the "Software"), to deal in the Software without restriction,
+including without limitation the rights to use, copy, modify, merge,
+publish, distribute, sublicense, and/or sell copies of the Software,
+and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-24 15:41:57 UTC (rev 187456)
+++ community-i686/PKGBUILD 2016-08-24 15:42:20 UTC (rev 187457)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Xyne 
-# Contributor: Daenyth <Daenyth+Arch at gmail dot com>
-# Contributor: Chris Winter 
-
-pkgname=fdupes
-pkgver=1.51
-pkgrel=4
-pkgdesc="a program for identifying or deleting duplicate files residing within 
specified directories"
-arch=('i686' 'x86_64')
-url="https://github.com/adrianlopezroche/fdupes;
-license=('MIT')
-depends=(glibc)
-makedepends=(git)
-source=(https://github.com/adrianlopezroche/fdupes/archive/$pkgname-$pkgver.tar.gz
 LICENSE)
-# Alternatively
-# source=(git://github.com/adrianlopezroche/fdupes.git#tag=$pkgname-$pkgver 
LICENSE)
-sha256sums=('SKIP'
-'6300e5a838d8a0f08b412742cb755c22708970aef420dbad5dc65ca7de677e39')
-
-b

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

2016-02-29 Thread Xyne
Date: Tuesday, March 1, 2016 @ 01:29:15
  Author: xyne
Revision: 163839

upgpkg: reflector 2015.12-2

chroot rebuild

Modified:
  reflector/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-01 00:28:52 UTC (rev 163838)
+++ PKGBUILD2016-03-01 00:29:15 UTC (rev 163839)
@@ -1,7 +1,7 @@
 #Maintainer: Xyne 
 pkgname=reflector
 pkgver=2015.12
-pkgrel=1
+pkgrel=2
 pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
 arch=(any)
 license=(GPL)


[arch-commits] Commit in reflector/repos/community-any (PKGBUILD PKGBUILD)

2016-02-29 Thread Xyne
Date: Tuesday, March 1, 2016 @ 01:29:33
  Author: xyne
Revision: 163840

archrelease: copy trunk to community-any

Added:
  reflector/repos/community-any/PKGBUILD
(from rev 163839, reflector/trunk/PKGBUILD)
Deleted:
  reflector/repos/community-any/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-01 00:29:15 UTC (rev 163839)
+++ PKGBUILD2016-03-01 00:29:33 UTC (rev 163840)
@@ -1,33 +0,0 @@
-#Maintainer: Xyne 
-pkgname=reflector
-pkgver=2015.12
-pkgrel=1
-pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
-arch=(any)
-license=(GPL)
-url="http://xyne.archlinux.ca/projects/reflector;
-depends=(python3)
-optdepends=('rsync: rate rsync mirrors')
-source=(
-  http://xyne.archlinux.ca/projects/reflector/src/reflector-2015.12.tar.xz
-  http://xyne.archlinux.ca/projects/reflector/src/reflector-2015.12.tar.xz.sig
-)
-sha512sums=(
-  
9c1da4688fd2e2b5bd9f1498b9b9252043de3742eb86f6e8aecae3d9c2779fca2baadf64a5103abb08db01b4ecd5ccb61127bcdbcef64f972405371b631e013d
-  
5a689419ac03f6a1d2a6231c195b9653d4654a3062b21bb6791211455870154a305c39856f377102c6c982541cca945f9b381b7922d4d2a2e9b84e238a25acea
-)
-md5sums=(
-  b2997306594aa064bfeff3533132b174
-  43a73486fed553664e3a484ebdff501e
-)
-validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
-
-package ()
-{
-  cd "$srcdir/$pkgname-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
-}
-
-
-# vim: set ts=2 sw=2 et:

Copied: reflector/repos/community-any/PKGBUILD (from rev 163839, 
reflector/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-01 00:29:33 UTC (rev 163840)
@@ -0,0 +1,33 @@
+#Maintainer: Xyne 
+pkgname=reflector
+pkgver=2015.12
+pkgrel=2
+pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
+arch=(any)
+license=(GPL)
+url="http://xyne.archlinux.ca/projects/reflector;
+depends=(python3)
+optdepends=('rsync: rate rsync mirrors')
+source=(
+  http://xyne.archlinux.ca/projects/reflector/src/reflector-2015.12.tar.xz
+  http://xyne.archlinux.ca/projects/reflector/src/reflector-2015.12.tar.xz.sig
+)
+sha512sums=(
+  
9c1da4688fd2e2b5bd9f1498b9b9252043de3742eb86f6e8aecae3d9c2779fca2baadf64a5103abb08db01b4ecd5ccb61127bcdbcef64f972405371b631e013d
+  
5a689419ac03f6a1d2a6231c195b9653d4654a3062b21bb6791211455870154a305c39856f377102c6c982541cca945f9b381b7922d4d2a2e9b84e238a25acea
+)
+md5sums=(
+  b2997306594aa064bfeff3533132b174
+  43a73486fed553664e3a484ebdff501e
+)
+validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
+
+package ()
+{
+  cd "$srcdir/$pkgname-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
+}
+
+
+# vim: set ts=2 sw=2 et:


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

2016-02-29 Thread Xyne
Date: Tuesday, March 1, 2016 @ 01:28:25
  Author: xyne
Revision: 163837

upgpkg: cmus 2.7.1-6

chroot rebuild

Modified:
  cmus/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-01 00:27:13 UTC (rev 163836)
+++ PKGBUILD2016-03-01 00:28:25 UTC (rev 163837)
@@ -6,7 +6,7 @@
 
 pkgname=cmus
 pkgver=2.7.1
-pkgrel=5
+pkgrel=6
 pkgdesc='Feature-rich ncurses-based music player'
 arch=('i686' 'x86_64')
 url="https://cmus.github.io/;


[arch-commits] Commit in cmus/repos (4 files)

2016-02-29 Thread Xyne
Date: Tuesday, March 1, 2016 @ 01:28:52
  Author: xyne
Revision: 163838

archrelease: copy trunk to community-i686, community-x86_64

Added:
  cmus/repos/community-i686/PKGBUILD
(from rev 163837, cmus/trunk/PKGBUILD)
  cmus/repos/community-x86_64/PKGBUILD
(from rev 163837, cmus/trunk/PKGBUILD)
Deleted:
  cmus/repos/community-i686/PKGBUILD
  cmus/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  114 
 community-i686/PKGBUILD   |   57 --
 community-x86_64/PKGBUILD |   57 --
 3 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-01 00:28:25 UTC (rev 163837)
+++ community-i686/PKGBUILD 2016-03-01 00:28:52 UTC (rev 163838)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Xyne 
-# Contributor:  Bartłomiej Piotrowski <nos...@bpiotrowski.pl>
-# Contributor: Aaron Griffin <aa...@archlinux.org>
-# Contributor: dorphell <dorph...@archlinux.org>
-
-pkgname=cmus
-pkgver=2.7.1
-pkgrel=5
-pkgdesc='Feature-rich ncurses-based music player'
-arch=('i686' 'x86_64')
-url="https://cmus.github.io/;
-license=('GPL')
-depends=('ncurses' 'libcue' 'libdiscid')
-makedepends=(
-  'faad2'
-  'ffmpeg'
-  'flac'
-  'libao'
-  'libcdio-paranoia'
-  'libmad'
-  'libmodplug'
-  'libmp4v2'
-  'libmpcdec'
-  'libpulse'
-  'libvorbis'
-  'opusfile'
-  'wavpack'
-)
-optdepends=('alsa-lib: for ALSA output plugin support'
-'libao: for AO output plugin support'
-'libpulse: for PulseAudio output plugin support'
-'faad2: for AAC input plugin support'
-'ffmpeg: for ffmpeg input plugin support'
-'flac: for flac input plugin support'
-'libmad: for mp3 input plugin support'
-'libmodplug: for modplug input plugin support'
-'libmp4v2: for mp4 input plugin support'
-'libmpcdec: for musepack input plugin support'
-'libvorbis: for vorbis input plugin support'
-'libcdio-paranoia: for cdio support'
-'opusfile: for opus input plugin support'
-'wavpack: for wavpack input plugin support')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/cmus/cmus/archive/v${pkgver}.tar.gz;)
-sha256sums=('8179a7a843d257ddb585f4c65599844bc0e516fe85e97f6f87a7ceade4eb5165')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 contrib/_cmus "$pkgdir"/usr/share/zsh/site-functions/_cmus
-}

Copied: cmus/repos/community-i686/PKGBUILD (from rev 163837, 
cmus/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-01 00:28:52 UTC (rev 163838)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Xyne 
+# Contributor:  Bartłomiej Piotrowski <nos...@bpiotrowski.pl>
+# Contributor: Aaron Griffin <aa...@archlinux.org>
+# Contributor: dorphell <dorph...@archlinux.org>
+
+pkgname=cmus
+pkgver=2.7.1
+pkgrel=6
+pkgdesc='Feature-rich ncurses-based music player'
+arch=('i686' 'x86_64')
+url="https://cmus.github.io/;
+license=('GPL')
+depends=('ncurses' 'libcue' 'libdiscid')
+makedepends=(
+  'faad2'
+  'ffmpeg'
+  'flac'
+  'libao'
+  'libcdio-paranoia'
+  'libmad'
+  'libmodplug'
+  'libmp4v2'
+  'libmpcdec'
+  'libpulse'
+  'libvorbis'
+  'opusfile'
+  'wavpack'
+)
+optdepends=('alsa-lib: for ALSA output plugin support'
+'libao: for AO output plugin support'
+'libpulse: for PulseAudio output plugin support'
+'faad2: for AAC input plugin support'
+'ffmpeg: for ffmpeg input plugin support'
+'flac: for flac input plugin support'
+'libmad: for mp3 input plugin support'
+'libmodplug: for modplug input plugin support'
+'libmp4v2: for mp4 input plugin support'
+'libmpcdec: for musepack input plugin support'
+'libvorbis: for vorbis input plugin support'
+'libcdio-paranoia: for cdio support'
+'opusfile: for opus input plugin support'
+'wavpack: for wavpack input plugin support')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/cmus/cmus/archive/v${pkgver}.tar.gz;)
+sha256sums=('8179a7a843d257ddb585f4c65599844bc0e516fe85e97f6f87a7ceade4eb5165')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 contrib/_cmus "$pkgdir"/usr/share/zsh/site-functions/_cmus
+}

Deleted: community-x86_64/PKGBUILD
=

[arch-commits] Commit in asunder/repos (8 files)

2016-02-29 Thread Xyne
Date: Tuesday, March 1, 2016 @ 01:27:13
  Author: xyne
Revision: 163836

archrelease: copy trunk to community-i686, community-x86_64

Added:
  asunder/repos/community-i686/PKGBUILD
(from rev 163835, asunder/trunk/PKGBUILD)
  asunder/repos/community-i686/asunder.install
(from rev 163835, asunder/trunk/asunder.install)
  asunder/repos/community-x86_64/PKGBUILD
(from rev 163835, asunder/trunk/PKGBUILD)
  asunder/repos/community-x86_64/asunder.install
(from rev 163835, asunder/trunk/asunder.install)
Deleted:
  asunder/repos/community-i686/PKGBUILD
  asunder/repos/community-i686/asunder.install
  asunder/repos/community-x86_64/PKGBUILD
  asunder/repos/community-x86_64/asunder.install

--+
 /PKGBUILD|   66 +
 /asunder.install |   28 +++
 community-i686/PKGBUILD  |   33 --
 community-i686/asunder.install   |   14 ---
 community-x86_64/PKGBUILD|   33 --
 community-x86_64/asunder.install |   14 ---
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-01 00:26:37 UTC (rev 163835)
+++ community-i686/PKGBUILD 2016-03-01 00:27:13 UTC (rev 163836)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Xyne 
-# Contributor: Ronald van Haren 
-# Contributor: cs-cam - me.at.camdaniel.com
-# Contributor: Sebastien Piccand 
-
-pkgname=asunder
-pkgver=2.8
-pkgrel=1
-pkgdesc="a graphical CD ripper and encoder"
-arch=('i686' 'x86_64')
-url="http://littlesvr.ca/asunder/;
-license=('GPL2')
-depends=('gtk2' 'libcddb' 'cdparanoia' 'desktop-file-utils')
-makedepends=('pkgconfig' 'intltool' 'gettext')
-optdepends=('lame: for mp3 support' 'vorbis-tools: for ogg support' \
-   'flac: for flac support')
-source=(http://littlesvr.ca/asunder/releases/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('d3d71cccf9e97d9e8b738d28d9067e03')
-sha256sums=('d8c7014b87ab3c5467876def4d8650fd09fe415ded9de2569c629296499b09db')
-install="$pkgname".install
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-

Copied: asunder/repos/community-i686/PKGBUILD (from rev 163835, 
asunder/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-01 00:27:13 UTC (rev 163836)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Xyne 
+# Contributor: Ronald van Haren 
+# Contributor: cs-cam - me.at.camdaniel.com
+# Contributor: Sebastien Piccand 
+
+pkgname=asunder
+pkgver=2.8
+pkgrel=2
+pkgdesc="a graphical CD ripper and encoder"
+arch=('i686' 'x86_64')
+url="http://littlesvr.ca/asunder/;
+license=('GPL2')
+depends=('gtk2' 'libcddb' 'cdparanoia' 'desktop-file-utils')
+makedepends=('pkgconfig' 'intltool' 'gettext')
+optdepends=('lame: for mp3 support' 'vorbis-tools: for ogg support' \
+   'flac: for flac support')
+source=(http://littlesvr.ca/asunder/releases/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('d3d71cccf9e97d9e8b738d28d9067e03')
+sha256sums=('d8c7014b87ab3c5467876def4d8650fd09fe415ded9de2569c629296499b09db')
+install="$pkgname".install
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+

Deleted: community-i686/asunder.install
===
--- community-i686/asunder.install  2016-03-01 00:26:37 UTC (rev 163835)
+++ community-i686/asunder.install  2016-03-01 00:27:13 UTC (rev 163836)
@@ -1,14 +0,0 @@
-post_install()
-{
-  update-desktop-database -q
-}
-
-post_upgrade()
-{
-  post_install
-}
-
-post_remove()
-{
-  post_install
-}
\ No newline at end of file

Copied: asunder/repos/community-i686/asunder.install (from rev 163835, 
asunder/trunk/asunder.install)
===
--- community-i686/asunder.install  (rev 0)
+++ community-i686/asunder.install  2016-03-01 00:27:13 UTC (rev 163836)
@@ -0,0 +1,14 @@
+post_install()
+{
+  update-desktop-database -q
+}
+
+post_upgrade()
+{
+  post_install
+}
+
+post_remove()
+{
+  post_install
+}
\ No newline at end of file

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-01 00:26:37 UTC (rev 163835)
+++ community-x86_64/PKGBUILD   2016-03-01 00:27:13 UTC (rev 163836)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Xyne 
-# Contributor: Ronald van Haren 
-# Contributor: cs-cam - me.at.c

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

2016-02-29 Thread Xyne
Date: Tuesday, March 1, 2016 @ 01:26:37
  Author: xyne
Revision: 163835

upgpkg: asunder 2.8-2

chroot rebuild

Modified:
  asunder/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-01 00:17:09 UTC (rev 163834)
+++ PKGBUILD2016-03-01 00:26:37 UTC (rev 163835)
@@ -6,7 +6,7 @@
 
 pkgname=asunder
 pkgver=2.8
-pkgrel=1
+pkgrel=2
 pkgdesc="a graphical CD ripper and encoder"
 arch=('i686' 'x86_64')
 url="http://littlesvr.ca/asunder/;


[arch-commits] Commit in asunder/repos (8 files)

2016-02-29 Thread Xyne
Date: Tuesday, March 1, 2016 @ 01:17:09
  Author: xyne
Revision: 163834

archrelease: copy trunk to community-i686, community-x86_64

Added:
  asunder/repos/community-i686/PKGBUILD
(from rev 163833, asunder/trunk/PKGBUILD)
  asunder/repos/community-i686/asunder.install
(from rev 163833, asunder/trunk/asunder.install)
  asunder/repos/community-x86_64/PKGBUILD
(from rev 163833, asunder/trunk/PKGBUILD)
  asunder/repos/community-x86_64/asunder.install
(from rev 163833, asunder/trunk/asunder.install)
Deleted:
  asunder/repos/community-i686/PKGBUILD
  asunder/repos/community-i686/asunder.install
  asunder/repos/community-x86_64/PKGBUILD
  asunder/repos/community-x86_64/asunder.install

--+
 /PKGBUILD|   66 +
 /asunder.install |   28 +++
 community-i686/PKGBUILD  |   33 --
 community-i686/asunder.install   |   14 ---
 community-x86_64/PKGBUILD|   33 --
 community-x86_64/asunder.install |   14 ---
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-01 00:12:26 UTC (rev 163833)
+++ community-i686/PKGBUILD 2016-03-01 00:17:09 UTC (rev 163834)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Xyne 
-# Contributor: Ronald van Haren 
-# Contributor: cs-cam - me.at.camdaniel.com
-# Contributor: Sebastien Piccand 
-
-pkgname=asunder
-pkgver=2.8
-pkgrel=1
-pkgdesc="a graphical CD ripper and encoder"
-arch=('i686' 'x86_64')
-url="http://littlesvr.ca/asunder/;
-license=('GPL2')
-depends=('gtk2' 'libcddb' 'cdparanoia' 'desktop-file-utils')
-makedepends=('pkgconfig' 'intltool' 'gettext')
-optdepends=('lame: for mp3 support' 'vorbis-tools: for ogg support' \
-   'flac: for flac support')
-source=(http://littlesvr.ca/asunder/releases/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('d3d71cccf9e97d9e8b738d28d9067e03')
-sha256sums=('d8c7014b87ab3c5467876def4d8650fd09fe415ded9de2569c629296499b09db')
-install="$pkgname".install
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-

Copied: asunder/repos/community-i686/PKGBUILD (from rev 163833, 
asunder/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-01 00:17:09 UTC (rev 163834)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Xyne 
+# Contributor: Ronald van Haren 
+# Contributor: cs-cam - me.at.camdaniel.com
+# Contributor: Sebastien Piccand 
+
+pkgname=asunder
+pkgver=2.8
+pkgrel=1
+pkgdesc="a graphical CD ripper and encoder"
+arch=('i686' 'x86_64')
+url="http://littlesvr.ca/asunder/;
+license=('GPL2')
+depends=('gtk2' 'libcddb' 'cdparanoia' 'desktop-file-utils')
+makedepends=('pkgconfig' 'intltool' 'gettext')
+optdepends=('lame: for mp3 support' 'vorbis-tools: for ogg support' \
+   'flac: for flac support')
+source=(http://littlesvr.ca/asunder/releases/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('d3d71cccf9e97d9e8b738d28d9067e03')
+sha256sums=('d8c7014b87ab3c5467876def4d8650fd09fe415ded9de2569c629296499b09db')
+install="$pkgname".install
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+

Deleted: community-i686/asunder.install
===
--- community-i686/asunder.install  2016-03-01 00:12:26 UTC (rev 163833)
+++ community-i686/asunder.install  2016-03-01 00:17:09 UTC (rev 163834)
@@ -1,14 +0,0 @@
-post_install()
-{
-  update-desktop-database -q
-}
-
-post_upgrade()
-{
-  post_install
-}
-
-post_remove()
-{
-  post_install
-}
\ No newline at end of file

Copied: asunder/repos/community-i686/asunder.install (from rev 163833, 
asunder/trunk/asunder.install)
===
--- community-i686/asunder.install  (rev 0)
+++ community-i686/asunder.install  2016-03-01 00:17:09 UTC (rev 163834)
@@ -0,0 +1,14 @@
+post_install()
+{
+  update-desktop-database -q
+}
+
+post_upgrade()
+{
+  post_install
+}
+
+post_remove()
+{
+  post_install
+}
\ No newline at end of file

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-01 00:12:26 UTC (rev 163833)
+++ community-x86_64/PKGBUILD   2016-03-01 00:17:09 UTC (rev 163834)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Xyne 
-# Contributor: Ronald van Haren 
-# Contributor: cs-cam - me.at.c

[arch-commits] Commit in cmus/repos (4 files)

2016-02-29 Thread Xyne
Date: Tuesday, March 1, 2016 @ 01:12:26
  Author: xyne
Revision: 163833

archrelease: copy trunk to community-i686, community-x86_64

Added:
  cmus/repos/community-i686/PKGBUILD
(from rev 163832, cmus/trunk/PKGBUILD)
  cmus/repos/community-x86_64/PKGBUILD
(from rev 163832, cmus/trunk/PKGBUILD)
Deleted:
  cmus/repos/community-i686/PKGBUILD
  cmus/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  114 
 community-i686/PKGBUILD   |   57 --
 community-x86_64/PKGBUILD |   57 --
 3 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-01 00:09:19 UTC (rev 163832)
+++ community-i686/PKGBUILD 2016-03-01 00:12:26 UTC (rev 163833)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Xyne 
-# Contributor:  Bartłomiej Piotrowski <nos...@bpiotrowski.pl>
-# Contributor: Aaron Griffin <aa...@archlinux.org>
-# Contributor: dorphell <dorph...@archlinux.org>
-
-pkgname=cmus
-pkgver=2.7.1
-pkgrel=3
-pkgdesc='Feature-rich ncurses-based music player'
-arch=('i686' 'x86_64')
-url="https://cmus.github.io/;
-license=('GPL')
-depends=('ncurses' 'libcue' 'libdiscid')
-makedepends=(
-  'faad2'
-  'ffmpeg'
-  'flac'
-  'libao'
-  'libcdio-paranoia'
-  'libmad'
-  'libmodplug'
-  'libmp4v2'
-  'libmpcdec'
-  'libpulse'
-  'libvorbis'
-  'opusfile'
-  'wavpack'
-)
-optdepends=('alsa-lib: for ALSA output plugin support'
-'libao: for AO output plugin support'
-'libpulse: for PulseAudio output plugin support'
-'faad2: for AAC input plugin support'
-'ffmpeg: for ffmpeg input plugin support'
-'flac: for flac input plugin support'
-'libmad: for mp3 input plugin support'
-'libmodplug: for modplug input plugin support'
-'libmp4v2: for mp4 input plugin support'
-'libmpcdec: for musepack input plugin support'
-'libvorbis: for vorbis input plugin support'
-'libcdio-paranoia: for cdio support'
-'opusfile: for opus input plugin support'
-'wavpack: for wavpack input plugin support')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/cmus/cmus/archive/v${pkgver}.tar.gz;)
-sha256sums=('8179a7a843d257ddb585f4c65599844bc0e516fe85e97f6f87a7ceade4eb5165')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 contrib/_cmus "$pkgdir"/usr/share/zsh/site-functions/_cmus
-}

Copied: cmus/repos/community-i686/PKGBUILD (from rev 163832, 
cmus/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-01 00:12:26 UTC (rev 163833)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Xyne 
+# Contributor:  Bartłomiej Piotrowski <nos...@bpiotrowski.pl>
+# Contributor: Aaron Griffin <aa...@archlinux.org>
+# Contributor: dorphell <dorph...@archlinux.org>
+
+pkgname=cmus
+pkgver=2.7.1
+pkgrel=5
+pkgdesc='Feature-rich ncurses-based music player'
+arch=('i686' 'x86_64')
+url="https://cmus.github.io/;
+license=('GPL')
+depends=('ncurses' 'libcue' 'libdiscid')
+makedepends=(
+  'faad2'
+  'ffmpeg'
+  'flac'
+  'libao'
+  'libcdio-paranoia'
+  'libmad'
+  'libmodplug'
+  'libmp4v2'
+  'libmpcdec'
+  'libpulse'
+  'libvorbis'
+  'opusfile'
+  'wavpack'
+)
+optdepends=('alsa-lib: for ALSA output plugin support'
+'libao: for AO output plugin support'
+'libpulse: for PulseAudio output plugin support'
+'faad2: for AAC input plugin support'
+'ffmpeg: for ffmpeg input plugin support'
+'flac: for flac input plugin support'
+'libmad: for mp3 input plugin support'
+'libmodplug: for modplug input plugin support'
+'libmp4v2: for mp4 input plugin support'
+'libmpcdec: for musepack input plugin support'
+'libvorbis: for vorbis input plugin support'
+'libcdio-paranoia: for cdio support'
+'opusfile: for opus input plugin support'
+'wavpack: for wavpack input plugin support')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/cmus/cmus/archive/v${pkgver}.tar.gz;)
+sha256sums=('8179a7a843d257ddb585f4c65599844bc0e516fe85e97f6f87a7ceade4eb5165')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 contrib/_cmus "$pkgdir"/usr/share/zsh/site-functions/_cmus
+}

Deleted: community-x86_64/PKGBUILD
=

[arch-commits] Commit in reflector/repos/community-any (PKGBUILD PKGBUILD)

2016-02-29 Thread Xyne
Date: Tuesday, March 1, 2016 @ 01:09:19
  Author: xyne
Revision: 163832

archrelease: copy trunk to community-any

Added:
  reflector/repos/community-any/PKGBUILD
(from rev 163831, reflector/trunk/PKGBUILD)
Deleted:
  reflector/repos/community-any/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-29 23:58:34 UTC (rev 163831)
+++ PKGBUILD2016-03-01 00:09:19 UTC (rev 163832)
@@ -1,33 +0,0 @@
-#Maintainer: Xyne 
-pkgname=reflector
-pkgver=2015.12
-pkgrel=1
-pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
-arch=(any)
-license=(GPL)
-url="http://xyne.archlinux.ca/projects/reflector;
-depends=(python3)
-optdepends=('rsync: rate rsync mirrors')
-source=(
-  http://xyne.archlinux.ca/projects/reflector/src/reflector-2015.12.tar.xz
-  http://xyne.archlinux.ca/projects/reflector/src/reflector-2015.12.tar.xz.sig
-)
-sha512sums=(
-  
9c1da4688fd2e2b5bd9f1498b9b9252043de3742eb86f6e8aecae3d9c2779fca2baadf64a5103abb08db01b4ecd5ccb61127bcdbcef64f972405371b631e013d
-  
5a689419ac03f6a1d2a6231c195b9653d4654a3062b21bb6791211455870154a305c39856f377102c6c982541cca945f9b381b7922d4d2a2e9b84e238a25acea
-)
-md5sums=(
-  b2997306594aa064bfeff3533132b174
-  43a73486fed553664e3a484ebdff501e
-)
-validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
-
-package ()
-{
-  cd "$srcdir/$pkgname-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
-}
-
-
-# vim: set ts=2 sw=2 et:

Copied: reflector/repos/community-any/PKGBUILD (from rev 163831, 
reflector/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-01 00:09:19 UTC (rev 163832)
@@ -0,0 +1,33 @@
+#Maintainer: Xyne 
+pkgname=reflector
+pkgver=2015.12
+pkgrel=1
+pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
+arch=(any)
+license=(GPL)
+url="http://xyne.archlinux.ca/projects/reflector;
+depends=(python3)
+optdepends=('rsync: rate rsync mirrors')
+source=(
+  http://xyne.archlinux.ca/projects/reflector/src/reflector-2015.12.tar.xz
+  http://xyne.archlinux.ca/projects/reflector/src/reflector-2015.12.tar.xz.sig
+)
+sha512sums=(
+  
9c1da4688fd2e2b5bd9f1498b9b9252043de3742eb86f6e8aecae3d9c2779fca2baadf64a5103abb08db01b4ecd5ccb61127bcdbcef64f972405371b631e013d
+  
5a689419ac03f6a1d2a6231c195b9653d4654a3062b21bb6791211455870154a305c39856f377102c6c982541cca945f9b381b7922d4d2a2e9b84e238a25acea
+)
+md5sums=(
+  b2997306594aa064bfeff3533132b174
+  43a73486fed553664e3a484ebdff501e
+)
+validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
+
+package ()
+{
+  cd "$srcdir/$pkgname-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
+}
+
+
+# vim: set ts=2 sw=2 et:


[arch-commits] Commit in fdupes/repos (10 files)

2016-02-29 Thread Xyne
Date: Tuesday, March 1, 2016 @ 00:58:34
  Author: xyne
Revision: 163831

archrelease: copy trunk to community-i686, community-x86_64

Added:
  fdupes/repos/community-i686/LICENSE
(from rev 163830, fdupes/trunk/LICENSE)
  fdupes/repos/community-i686/PKGBUILD
(from rev 163830, fdupes/trunk/PKGBUILD)
  fdupes/repos/community-x86_64/LICENSE
(from rev 163830, fdupes/trunk/LICENSE)
  fdupes/repos/community-x86_64/PKGBUILD
(from rev 163830, fdupes/trunk/PKGBUILD)
Deleted:
  fdupes/repos/community-i686/ChangeLog
  fdupes/repos/community-i686/LICENSE
  fdupes/repos/community-i686/PKGBUILD
  fdupes/repos/community-x86_64/ChangeLog
  fdupes/repos/community-x86_64/LICENSE
  fdupes/repos/community-x86_64/PKGBUILD

+
 /LICENSE   |   44 ++
 /PKGBUILD  |   72 +++
 community-i686/ChangeLog   |   11 --
 community-i686/LICENSE |   22 -
 community-i686/PKGBUILD|   33 ---
 community-x86_64/ChangeLog |   11 --
 community-x86_64/LICENSE   |   22 -
 community-x86_64/PKGBUILD  |   33 ---
 8 files changed, 116 insertions(+), 132 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2016-02-29 23:58:20 UTC (rev 163830)
+++ community-i686/ChangeLog2016-02-29 23:58:34 UTC (rev 163831)
@@ -1,11 +0,0 @@
-2008-10-05  Eric Belanger  <e...@archlinux.org>
-
-   * fdupes 1.40-4
-   * Added x86_64 arch tag
-   * Fixed license
-   * FHS man pages
-
-2008-10-03  Douglas Soares de Andrade  <doug...@archlinux.org>
-
-   * Adding package to community: 1.40
-

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2016-02-29 23:58:20 UTC (rev 163830)
+++ community-i686/LICENSE  2016-02-29 23:58:34 UTC (rev 163831)
@@ -1,22 +0,0 @@
-Legal Information
-
-FDUPES Copyright (c) 1999 Adrian Lopez
-
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation files
-(the "Software"), to deal in the Software without restriction,
-including without limitation the rights to use, copy, modify, merge,
-publish, distribute, sublicense, and/or sell copies of the Software,
-and to permit persons to whom the Software is furnished to do so,
-subject to the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 
-IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copied: fdupes/repos/community-i686/LICENSE (from rev 163830, 
fdupes/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2016-02-29 23:58:34 UTC (rev 163831)
@@ -0,0 +1,22 @@
+Legal Information
+
+FDUPES Copyright (c) 1999 Adrian Lopez
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation files
+(the "Software"), to deal in the Software without restriction,
+including without limitation the rights to use, copy, modify, merge,
+publish, distribute, sublicense, and/or sell copies of the Software,
+and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-29 23:58:20 UTC (rev 163830)
+++ community-i686/PKGBUILD 2016-02-29 23:58:34 UTC (rev 163831)
@@ -1,33

[arch-commits] Commit in fdupes/trunk (ChangeLog)

2016-02-29 Thread Xyne
Date: Tuesday, March 1, 2016 @ 00:58:20
  Author: xyne
Revision: 163830

upgpkg: fdupes 1.51-4

FS#48208

Deleted:
  fdupes/trunk/ChangeLog

---+
 ChangeLog |   11 ---
 1 file changed, 11 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2016-02-29 23:57:00 UTC (rev 163829)
+++ ChangeLog   2016-02-29 23:58:20 UTC (rev 163830)
@@ -1,11 +0,0 @@
-2008-10-05  Eric Belanger  <e...@archlinux.org>
-
-   * fdupes 1.40-4
-   * Added x86_64 arch tag
-   * Fixed license
-   * FHS man pages
-
-2008-10-03  Douglas Soares de Andrade  <doug...@archlinux.org>
-
-   * Adding package to community: 1.40
-


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

2016-02-29 Thread Xyne
Date: Tuesday, March 1, 2016 @ 00:57:00
  Author: xyne
Revision: 163829

upgpkg: fdupes 1.51-4

FS#48208

Modified:
  fdupes/trunk/PKGBUILD

--+
 PKGBUILD |   25 ++---
 1 file changed, 14 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-29 23:51:09 UTC (rev 163828)
+++ PKGBUILD2016-02-29 23:57:00 UTC (rev 163829)
@@ -5,29 +5,32 @@
 
 pkgname=fdupes
 pkgver=1.51
-pkgrel=3
+pkgrel=4
 pkgdesc="a program for identifying or deleting duplicate files residing within 
specified directories"
 arch=('i686' 'x86_64')
 url="https://github.com/adrianlopezroche/fdupes;
 license=('MIT')
 depends=(glibc)
-source=(https://github.com/adrianlopezroche/fdupes/archive/master.zip LICENSE)
-sha256sums=('367dafb279558e5a857f4389243c2dc6cee1164a9de7110292df89c89d6991b0'
+makedepends=(git)
+source=(https://github.com/adrianlopezroche/fdupes/archive/$pkgname-$pkgver.tar.gz
 LICENSE)
+# Alternatively
+# source=(git://github.com/adrianlopezroche/fdupes.git#tag=$pkgname-$pkgver 
LICENSE)
+sha256sums=('SKIP'
 '6300e5a838d8a0f08b412742cb755c22708970aef420dbad5dc65ca7de677e39')
 
 build() {
-  cd "$srcdir/$pkgname-master"
+  cd $pkgname-$pkgname-$pkgver
   make  PREFIX=/usr
 }
 
 package(){
-  cd "$srcdir/$pkgname-master"
-  install -d "$pkgdir"/usr/{share/man/man1,bin}
-  make \
-PREFIX="/usr" \
-DESTDIR="$pkgdir" \
-install
-  install -D -m644 "$srcdir/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  cd $pkgname-$pkgname-$pkgver
+  # This works on the master branch but not for the 1.51 tag.
+  # install -d "$pkgdir"/usr/{share/man/man1,bin} # remnant from old PKGBUILD
+  #make PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm755 fdupes "$pkgdir/usr/bin/fdupes"
+  install -Dm644 fdupes.1 "$pkgdir/usr/share/man/man1/fdupes.1"
 }
 
 # vim: set ts=2 sw=2 et:


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

2016-02-14 Thread Xyne
Date: Sunday, February 14, 2016 @ 20:46:05
  Author: xyne
Revision: 161554

upgpkg: fdupes 1.51-3

New upstream website.

Modified:
  fdupes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-14 19:29:31 UTC (rev 161553)
+++ PKGBUILD2016-02-14 19:46:05 UTC (rev 161554)
@@ -5,23 +5,23 @@
 
 pkgname=fdupes
 pkgver=1.51
-pkgrel=2
+pkgrel=3
 pkgdesc="a program for identifying or deleting duplicate files residing within 
specified directories"
 arch=('i686' 'x86_64')
-url="http://code.google.com/p/fdupes/;
+url="https://github.com/adrianlopezroche/fdupes;
 license=('MIT')
 depends=(glibc)
-source=(http://fdupes.googlecode.com/files/$pkgname-$pkgver.tar.gz LICENSE)
-sha256sums=('87dbc85b7b9cdb9626e713dd8078bd7487bceb58d47ceaff5404a9e6fd062881'
+source=(https://github.com/adrianlopezroche/fdupes/archive/master.zip LICENSE)
+sha256sums=('367dafb279558e5a857f4389243c2dc6cee1164a9de7110292df89c89d6991b0'
 '6300e5a838d8a0f08b412742cb755c22708970aef420dbad5dc65ca7de677e39')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$srcdir/$pkgname-master"
   make  PREFIX=/usr
 }
 
 package(){
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$srcdir/$pkgname-master"
   install -d "$pkgdir"/usr/{share/man/man1,bin}
   make \
 PREFIX="$pkgdir/usr" \


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

2016-02-14 Thread Xyne
Date: Sunday, February 14, 2016 @ 20:59:03
  Author: xyne
Revision: 161556

upgpkg: fdupes 1.51-3

New upstream website.

Modified:
  fdupes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-14 19:46:43 UTC (rev 161555)
+++ PKGBUILD2016-02-14 19:59:03 UTC (rev 161556)
@@ -24,10 +24,8 @@
   cd "$srcdir/$pkgname-master"
   install -d "$pkgdir"/usr/{share/man/man1,bin}
   make \
-PREFIX="$pkgdir/usr" \
-DESTDIR="$pkgdir/usr/bin" \
-INSTALLDIR="$pkgdir"/usr/bin \
-MAN_DIR="$pkgdir"/usr/share/man/man1 \
+PREFIX="/usr" \
+DESTDIR="$pkgdir" \
 install
   install -D -m644 "$srcdir/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }


[arch-commits] Commit in fdupes/repos (12 files)

2016-02-14 Thread Xyne
Date: Sunday, February 14, 2016 @ 20:46:43
  Author: xyne
Revision: 161555

archrelease: copy trunk to community-i686, community-x86_64

Added:
  fdupes/repos/community-i686/ChangeLog
(from rev 161554, fdupes/trunk/ChangeLog)
  fdupes/repos/community-i686/LICENSE
(from rev 161554, fdupes/trunk/LICENSE)
  fdupes/repos/community-i686/PKGBUILD
(from rev 161554, fdupes/trunk/PKGBUILD)
  fdupes/repos/community-x86_64/ChangeLog
(from rev 161554, fdupes/trunk/ChangeLog)
  fdupes/repos/community-x86_64/LICENSE
(from rev 161554, fdupes/trunk/LICENSE)
  fdupes/repos/community-x86_64/PKGBUILD
(from rev 161554, fdupes/trunk/PKGBUILD)
Deleted:
  fdupes/repos/community-i686/ChangeLog
  fdupes/repos/community-i686/LICENSE
  fdupes/repos/community-i686/PKGBUILD
  fdupes/repos/community-x86_64/ChangeLog
  fdupes/repos/community-x86_64/LICENSE
  fdupes/repos/community-x86_64/PKGBUILD

+
 /ChangeLog |   22 +
 /LICENSE   |   44 +++
 /PKGBUILD  |   70 +++
 community-i686/ChangeLog   |   11 --
 community-i686/LICENSE |   22 -
 community-i686/PKGBUILD|   35 -
 community-x86_64/ChangeLog |   11 --
 community-x86_64/LICENSE   |   22 -
 community-x86_64/PKGBUILD  |   35 -
 9 files changed, 136 insertions(+), 136 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2016-02-14 19:46:05 UTC (rev 161554)
+++ community-i686/ChangeLog2016-02-14 19:46:43 UTC (rev 161555)
@@ -1,11 +0,0 @@
-2008-10-05  Eric Belanger  <e...@archlinux.org>
-
-   * fdupes 1.40-4
-   * Added x86_64 arch tag
-   * Fixed license
-   * FHS man pages
-
-2008-10-03  Douglas Soares de Andrade  <doug...@archlinux.org>
-
-   * Adding package to community: 1.40
-

Copied: fdupes/repos/community-i686/ChangeLog (from rev 161554, 
fdupes/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2016-02-14 19:46:43 UTC (rev 161555)
@@ -0,0 +1,11 @@
+2008-10-05  Eric Belanger  <e...@archlinux.org>
+
+   * fdupes 1.40-4
+   * Added x86_64 arch tag
+   * Fixed license
+   * FHS man pages
+
+2008-10-03  Douglas Soares de Andrade  <doug...@archlinux.org>
+
+   * Adding package to community: 1.40
+

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2016-02-14 19:46:05 UTC (rev 161554)
+++ community-i686/LICENSE  2016-02-14 19:46:43 UTC (rev 161555)
@@ -1,22 +0,0 @@
-Legal Information
-
-FDUPES Copyright (c) 1999 Adrian Lopez
-
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation files
-(the "Software"), to deal in the Software without restriction,
-including without limitation the rights to use, copy, modify, merge,
-publish, distribute, sublicense, and/or sell copies of the Software,
-and to permit persons to whom the Software is furnished to do so,
-subject to the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 
-IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copied: fdupes/repos/community-i686/LICENSE (from rev 161554, 
fdupes/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2016-02-14 19:46:43 UTC (rev 161555)
@@ -0,0 +1,22 @@
+Legal Information
+
+FDUPES Copyright (c) 1999 Adrian Lopez
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation files
+(the "Software"), to deal in the Software without restriction,
+including without limitation the rights to use, copy, modify, merge,
+publish, distribute, sublicense, and/or sell copies of the Software,
+and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission 

[arch-commits] Commit in fdupes/repos (12 files)

2016-02-14 Thread Xyne
Date: Sunday, February 14, 2016 @ 21:00:01
  Author: xyne
Revision: 161557

archrelease: copy trunk to community-i686, community-x86_64

Added:
  fdupes/repos/community-i686/ChangeLog
(from rev 161556, fdupes/trunk/ChangeLog)
  fdupes/repos/community-i686/LICENSE
(from rev 161556, fdupes/trunk/LICENSE)
  fdupes/repos/community-i686/PKGBUILD
(from rev 161556, fdupes/trunk/PKGBUILD)
  fdupes/repos/community-x86_64/ChangeLog
(from rev 161556, fdupes/trunk/ChangeLog)
  fdupes/repos/community-x86_64/LICENSE
(from rev 161556, fdupes/trunk/LICENSE)
  fdupes/repos/community-x86_64/PKGBUILD
(from rev 161556, fdupes/trunk/PKGBUILD)
Deleted:
  fdupes/repos/community-i686/ChangeLog
  fdupes/repos/community-i686/LICENSE
  fdupes/repos/community-i686/PKGBUILD
  fdupes/repos/community-x86_64/ChangeLog
  fdupes/repos/community-x86_64/LICENSE
  fdupes/repos/community-x86_64/PKGBUILD

+
 /ChangeLog |   22 ++
 /LICENSE   |   44 
 /PKGBUILD  |   66 +++
 community-i686/ChangeLog   |   11 ---
 community-i686/LICENSE |   22 --
 community-i686/PKGBUILD|   35 --
 community-x86_64/ChangeLog |   11 ---
 community-x86_64/LICENSE   |   22 --
 community-x86_64/PKGBUILD  |   35 --
 9 files changed, 132 insertions(+), 136 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2016-02-14 19:59:03 UTC (rev 161556)
+++ community-i686/ChangeLog2016-02-14 20:00:01 UTC (rev 161557)
@@ -1,11 +0,0 @@
-2008-10-05  Eric Belanger  <e...@archlinux.org>
-
-   * fdupes 1.40-4
-   * Added x86_64 arch tag
-   * Fixed license
-   * FHS man pages
-
-2008-10-03  Douglas Soares de Andrade  <doug...@archlinux.org>
-
-   * Adding package to community: 1.40
-

Copied: fdupes/repos/community-i686/ChangeLog (from rev 161556, 
fdupes/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2016-02-14 20:00:01 UTC (rev 161557)
@@ -0,0 +1,11 @@
+2008-10-05  Eric Belanger  <e...@archlinux.org>
+
+   * fdupes 1.40-4
+   * Added x86_64 arch tag
+   * Fixed license
+   * FHS man pages
+
+2008-10-03  Douglas Soares de Andrade  <doug...@archlinux.org>
+
+   * Adding package to community: 1.40
+

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2016-02-14 19:59:03 UTC (rev 161556)
+++ community-i686/LICENSE  2016-02-14 20:00:01 UTC (rev 161557)
@@ -1,22 +0,0 @@
-Legal Information
-
-FDUPES Copyright (c) 1999 Adrian Lopez
-
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation files
-(the "Software"), to deal in the Software without restriction,
-including without limitation the rights to use, copy, modify, merge,
-publish, distribute, sublicense, and/or sell copies of the Software,
-and to permit persons to whom the Software is furnished to do so,
-subject to the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 
-IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copied: fdupes/repos/community-i686/LICENSE (from rev 161556, 
fdupes/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2016-02-14 20:00:01 UTC (rev 161557)
@@ -0,0 +1,22 @@
+Legal Information
+
+FDUPES Copyright (c) 1999 Adrian Lopez
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation files
+(the "Software"), to deal in the Software without restriction,
+including without limitation the rights to use, copy, modify, merge,
+publish, distribute, sublicense, and/or sell copies of the Software,
+and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and t

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

2016-01-09 Thread Xyne
Date: Saturday, January 9, 2016 @ 23:22:24
  Author: xyne
Revision: 155812

upgpkg: reflector 2015.12-1

upstream update

Modified:
  reflector/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-09 20:11:37 UTC (rev 155811)
+++ PKGBUILD2016-01-09 22:22:24 UTC (rev 155812)
@@ -1,7 +1,7 @@
 #Maintainer: Xyne 
 pkgname=reflector
-pkgver=2014.11
-pkgrel=2
+pkgver=2015.12
+pkgrel=1
 pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
 arch=(any)
 license=(GPL)
@@ -9,16 +9,16 @@
 depends=(python3)
 optdepends=('rsync: rate rsync mirrors')
 source=(
-  http://xyne.archlinux.ca/projects/reflector/src/reflector-2014.11.tar.xz
-  http://xyne.archlinux.ca/projects/reflector/src/reflector-2014.11.tar.xz.sig
+  http://xyne.archlinux.ca/projects/reflector/src/reflector-2015.12.tar.xz
+  http://xyne.archlinux.ca/projects/reflector/src/reflector-2015.12.tar.xz.sig
 )
 sha512sums=(
-  
3a7f7a0b412d84ce724247a51dbddab206ed7790cabd052dbb18cc7355bf67ba646bc85aeb1f944c21307bd98fcaa049516197e003de87ba4a4adb6d0ee7e804
-  
b9b163cc20a1c1f1cd16d2fb79fdd485b200ed3be717a3ec1682e98948c779c5097eb9ee3d6ef26594fa14d8b8088062b46b66213845fc273e8f120181e78d65
+  
9c1da4688fd2e2b5bd9f1498b9b9252043de3742eb86f6e8aecae3d9c2779fca2baadf64a5103abb08db01b4ecd5ccb61127bcdbcef64f972405371b631e013d
+  
5a689419ac03f6a1d2a6231c195b9653d4654a3062b21bb6791211455870154a305c39856f377102c6c982541cca945f9b381b7922d4d2a2e9b84e238a25acea
 )
 md5sums=(
-  5a8d351876f0458f342ab9704d6bff11
-  13d47226a989171cb181b42b5013484c
+  b2997306594aa064bfeff3533132b174
+  43a73486fed553664e3a484ebdff501e
 )
 validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
 


[arch-commits] Commit in reflector/repos/community-any (PKGBUILD PKGBUILD)

2016-01-09 Thread Xyne
Date: Saturday, January 9, 2016 @ 23:22:42
  Author: xyne
Revision: 155813

archrelease: copy trunk to community-any

Added:
  reflector/repos/community-any/PKGBUILD
(from rev 155812, reflector/trunk/PKGBUILD)
Deleted:
  reflector/repos/community-any/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-09 22:22:24 UTC (rev 155812)
+++ PKGBUILD2016-01-09 22:22:42 UTC (rev 155813)
@@ -1,33 +0,0 @@
-#Maintainer: Xyne 
-pkgname=reflector
-pkgver=2014.11
-pkgrel=2
-pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
-arch=(any)
-license=(GPL)
-url="http://xyne.archlinux.ca/projects/reflector;
-depends=(python3)
-optdepends=('rsync: rate rsync mirrors')
-source=(
-  http://xyne.archlinux.ca/projects/reflector/src/reflector-2014.11.tar.xz
-  http://xyne.archlinux.ca/projects/reflector/src/reflector-2014.11.tar.xz.sig
-)
-sha512sums=(
-  
3a7f7a0b412d84ce724247a51dbddab206ed7790cabd052dbb18cc7355bf67ba646bc85aeb1f944c21307bd98fcaa049516197e003de87ba4a4adb6d0ee7e804
-  
b9b163cc20a1c1f1cd16d2fb79fdd485b200ed3be717a3ec1682e98948c779c5097eb9ee3d6ef26594fa14d8b8088062b46b66213845fc273e8f120181e78d65
-)
-md5sums=(
-  5a8d351876f0458f342ab9704d6bff11
-  13d47226a989171cb181b42b5013484c
-)
-validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
-
-package ()
-{
-  cd "$srcdir/$pkgname-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
-}
-
-
-# vim: set ts=2 sw=2 et:

Copied: reflector/repos/community-any/PKGBUILD (from rev 155812, 
reflector/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-09 22:22:42 UTC (rev 155813)
@@ -0,0 +1,33 @@
+#Maintainer: Xyne 
+pkgname=reflector
+pkgver=2015.12
+pkgrel=1
+pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
+arch=(any)
+license=(GPL)
+url="http://xyne.archlinux.ca/projects/reflector;
+depends=(python3)
+optdepends=('rsync: rate rsync mirrors')
+source=(
+  http://xyne.archlinux.ca/projects/reflector/src/reflector-2015.12.tar.xz
+  http://xyne.archlinux.ca/projects/reflector/src/reflector-2015.12.tar.xz.sig
+)
+sha512sums=(
+  
9c1da4688fd2e2b5bd9f1498b9b9252043de3742eb86f6e8aecae3d9c2779fca2baadf64a5103abb08db01b4ecd5ccb61127bcdbcef64f972405371b631e013d
+  
5a689419ac03f6a1d2a6231c195b9653d4654a3062b21bb6791211455870154a305c39856f377102c6c982541cca945f9b381b7922d4d2a2e9b84e238a25acea
+)
+md5sums=(
+  b2997306594aa064bfeff3533132b174
+  43a73486fed553664e3a484ebdff501e
+)
+validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
+
+package ()
+{
+  cd "$srcdir/$pkgname-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
+}
+
+
+# vim: set ts=2 sw=2 et:


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

2016-01-02 Thread Xyne
Date: Sunday, January 3, 2016 @ 03:55:15
  Author: xyne
Revision: 155213

upgpkg: asunder 2.8-1

asunder 2.8

Modified:
  asunder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-03 01:00:38 UTC (rev 155212)
+++ PKGBUILD2016-01-03 02:55:15 UTC (rev 155213)
@@ -5,7 +5,7 @@
 # Contributor: Sebastien Piccand 
 
 pkgname=asunder
-pkgver=2.7
+pkgver=2.8
 pkgrel=1
 pkgdesc="a graphical CD ripper and encoder"
 arch=('i686' 'x86_64')
@@ -16,8 +16,8 @@
 optdepends=('lame: for mp3 support' 'vorbis-tools: for ogg support' \
'flac: for flac support')
 source=(http://littlesvr.ca/asunder/releases/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('d12743b23180d269263297e4dc4e813d')
-sha256sums=('e69698f9524e443ac564b5d4b2df135ed7e5b2f94d6b3cabeae5bb2a3c828914')
+md5sums=('d3d71cccf9e97d9e8b738d28d9067e03')
+sha256sums=('d8c7014b87ab3c5467876def4d8650fd09fe415ded9de2569c629296499b09db')
 install="$pkgname".install
 
 build() {


[arch-commits] Commit in asunder/repos (8 files)

2016-01-02 Thread Xyne
Date: Sunday, January 3, 2016 @ 03:55:42
  Author: xyne
Revision: 155214

archrelease: copy trunk to community-i686, community-x86_64

Added:
  asunder/repos/community-i686/PKGBUILD
(from rev 155213, asunder/trunk/PKGBUILD)
  asunder/repos/community-i686/asunder.install
(from rev 155213, asunder/trunk/asunder.install)
  asunder/repos/community-x86_64/PKGBUILD
(from rev 155213, asunder/trunk/PKGBUILD)
  asunder/repos/community-x86_64/asunder.install
(from rev 155213, asunder/trunk/asunder.install)
Deleted:
  asunder/repos/community-i686/PKGBUILD
  asunder/repos/community-i686/asunder.install
  asunder/repos/community-x86_64/PKGBUILD
  asunder/repos/community-x86_64/asunder.install

--+
 /PKGBUILD|   66 +
 /asunder.install |   28 +++
 community-i686/PKGBUILD  |   33 --
 community-i686/asunder.install   |   14 ---
 community-x86_64/PKGBUILD|   33 --
 community-x86_64/asunder.install |   14 ---
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-03 02:55:15 UTC (rev 155213)
+++ community-i686/PKGBUILD 2016-01-03 02:55:42 UTC (rev 155214)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Xyne 
-# Contributor: Ronald van Haren 
-# Contributor: cs-cam - me.at.camdaniel.com
-# Contributor: Sebastien Piccand 
-
-pkgname=asunder
-pkgver=2.7
-pkgrel=1
-pkgdesc="a graphical CD ripper and encoder"
-arch=('i686' 'x86_64')
-url="http://littlesvr.ca/asunder/;
-license=('GPL2')
-depends=('gtk2' 'libcddb' 'cdparanoia' 'desktop-file-utils')
-makedepends=('pkgconfig' 'intltool' 'gettext')
-optdepends=('lame: for mp3 support' 'vorbis-tools: for ogg support' \
-   'flac: for flac support')
-source=(http://littlesvr.ca/asunder/releases/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('d12743b23180d269263297e4dc4e813d')
-sha256sums=('e69698f9524e443ac564b5d4b2df135ed7e5b2f94d6b3cabeae5bb2a3c828914')
-install="$pkgname".install
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-

Copied: asunder/repos/community-i686/PKGBUILD (from rev 155213, 
asunder/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-03 02:55:42 UTC (rev 155214)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Xyne 
+# Contributor: Ronald van Haren 
+# Contributor: cs-cam - me.at.camdaniel.com
+# Contributor: Sebastien Piccand 
+
+pkgname=asunder
+pkgver=2.8
+pkgrel=1
+pkgdesc="a graphical CD ripper and encoder"
+arch=('i686' 'x86_64')
+url="http://littlesvr.ca/asunder/;
+license=('GPL2')
+depends=('gtk2' 'libcddb' 'cdparanoia' 'desktop-file-utils')
+makedepends=('pkgconfig' 'intltool' 'gettext')
+optdepends=('lame: for mp3 support' 'vorbis-tools: for ogg support' \
+   'flac: for flac support')
+source=(http://littlesvr.ca/asunder/releases/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('d3d71cccf9e97d9e8b738d28d9067e03')
+sha256sums=('d8c7014b87ab3c5467876def4d8650fd09fe415ded9de2569c629296499b09db')
+install="$pkgname".install
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+

Deleted: community-i686/asunder.install
===
--- community-i686/asunder.install  2016-01-03 02:55:15 UTC (rev 155213)
+++ community-i686/asunder.install  2016-01-03 02:55:42 UTC (rev 155214)
@@ -1,14 +0,0 @@
-post_install()
-{
-  update-desktop-database -q
-}
-
-post_upgrade()
-{
-  post_install
-}
-
-post_remove()
-{
-  post_install
-}
\ No newline at end of file

Copied: asunder/repos/community-i686/asunder.install (from rev 155213, 
asunder/trunk/asunder.install)
===
--- community-i686/asunder.install  (rev 0)
+++ community-i686/asunder.install  2016-01-03 02:55:42 UTC (rev 155214)
@@ -0,0 +1,14 @@
+post_install()
+{
+  update-desktop-database -q
+}
+
+post_upgrade()
+{
+  post_install
+}
+
+post_remove()
+{
+  post_install
+}
\ No newline at end of file

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-01-03 02:55:15 UTC (rev 155213)
+++ community-x86_64/PKGBUILD   2016-01-03 02:55:42 UTC (rev 155214)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Xyne 
-# Contributor: Ronald van Haren 
-# Contributor: cs-cam - me.at.c

[arch-commits] Commit in cmus/repos (4 files)

2015-07-17 Thread Xyne
Date: Friday, July 17, 2015 @ 16:15:11
  Author: xyne
Revision: 137057

archrelease: copy trunk to community-i686, community-x86_64

Added:
  cmus/repos/community-i686/PKGBUILD
(from rev 137056, cmus/trunk/PKGBUILD)
  cmus/repos/community-x86_64/PKGBUILD
(from rev 137056, cmus/trunk/PKGBUILD)
Deleted:
  cmus/repos/community-i686/PKGBUILD
  cmus/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  114 
 community-i686/PKGBUILD   |   57 --
 community-x86_64/PKGBUILD |   57 --
 3 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-17 14:14:38 UTC (rev 137056)
+++ community-i686/PKGBUILD 2015-07-17 14:15:11 UTC (rev 137057)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Xyne ca dot archlinux at xyne, backwards
-# Contributor:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Aaron Griffin aa...@archlinux.org
-# Contributor: dorphell dorph...@archlinux.org
-
-pkgname=cmus
-pkgver=2.7.0
-pkgrel=2
-pkgdesc='Feature-rich ncurses-based music player'
-arch=('i686' 'x86_64')
-url=https://cmus.github.io/;
-license=('GPL')
-depends=('ncurses' 'libcue' 'libdiscid')
-makedepends=(
-  'faad2'
-  'ffmpeg'
-  'flac'
-  'libao'
-  'libcdio-paranoia'
-  'libmad'
-  'libmodplug'
-  'libmp4v2'
-  'libmpcdec'
-  'libpulse'
-  'libvorbis'
-  'opusfile'
-  'wavpack'
-)
-optdepends=('alsa-lib: for ALSA output plugin support'
-'libao: for AO output plugin support'
-'libpulse: for PulseAudio output plugin support'
-'faad2: for AAC input plugin support'
-'ffmpeg: for ffmpeg input plugin support'
-'flac: for flac input plugin support'
-'libmad: for mp3 input plugin support'
-'libmodplug: for modplug input plugin support'
-'libmp4v2: for mp4 input plugin support'
-'libmpcdec: for musepack input plugin support'
-'libvorbis: for vorbis input plugin support'
-'libcdio-paranoia: for cdio support'
-'opusfile: for opus input plugin support'
-'wavpack: for wavpack input plugin support')
-source=($pkgname-$pkgver.tar.gz::https://github.com/cmus/cmus/archive/v${pkgver}.tar.gz;)
-sha256sums=('ad4bbc6828f162d56f7f2d61e60714df8f1006a2000cc7e2b867ba93352997e9')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 contrib/_cmus $pkgdir/usr/share/zsh/site-functions/_cmus
-}

Copied: cmus/repos/community-i686/PKGBUILD (from rev 137056, 
cmus/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-17 14:15:11 UTC (rev 137057)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Xyne ca dot archlinux at xyne, backwards
+# Contributor:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Aaron Griffin aa...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+
+pkgname=cmus
+pkgver=2.7.1
+pkgrel=1
+pkgdesc='Feature-rich ncurses-based music player'
+arch=('i686' 'x86_64')
+url=https://cmus.github.io/;
+license=('GPL')
+depends=('ncurses' 'libcue' 'libdiscid')
+makedepends=(
+  'faad2'
+  'ffmpeg'
+  'flac'
+  'libao'
+  'libcdio-paranoia'
+  'libmad'
+  'libmodplug'
+  'libmp4v2'
+  'libmpcdec'
+  'libpulse'
+  'libvorbis'
+  'opusfile'
+  'wavpack'
+)
+optdepends=('alsa-lib: for ALSA output plugin support'
+'libao: for AO output plugin support'
+'libpulse: for PulseAudio output plugin support'
+'faad2: for AAC input plugin support'
+'ffmpeg: for ffmpeg input plugin support'
+'flac: for flac input plugin support'
+'libmad: for mp3 input plugin support'
+'libmodplug: for modplug input plugin support'
+'libmp4v2: for mp4 input plugin support'
+'libmpcdec: for musepack input plugin support'
+'libvorbis: for vorbis input plugin support'
+'libcdio-paranoia: for cdio support'
+'opusfile: for opus input plugin support'
+'wavpack: for wavpack input plugin support')
+source=($pkgname-$pkgver.tar.gz::https://github.com/cmus/cmus/archive/v${pkgver}.tar.gz;)
+sha256sums=('8179a7a843d257ddb585f4c65599844bc0e516fe85e97f6f87a7ceade4eb5165')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 contrib/_cmus $pkgdir/usr/share/zsh/site-functions/_cmus
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-17 14:14:38

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

2015-07-17 Thread Xyne
Date: Friday, July 17, 2015 @ 16:14:38
  Author: xyne
Revision: 137056

upgpkg: cmus 2.7.1-1

updated to 2.7.1

Modified:
  cmus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-17 13:58:39 UTC (rev 137055)
+++ PKGBUILD2015-07-17 14:14:38 UTC (rev 137056)
@@ -5,8 +5,8 @@
 # Contributor: dorphell dorph...@archlinux.org
 
 pkgname=cmus
-pkgver=2.7.0
-pkgrel=2
+pkgver=2.7.1
+pkgrel=1
 pkgdesc='Feature-rich ncurses-based music player'
 arch=('i686' 'x86_64')
 url=https://cmus.github.io/;
@@ -42,7 +42,7 @@
 'opusfile: for opus input plugin support'
 'wavpack: for wavpack input plugin support')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/cmus/cmus/archive/v${pkgver}.tar.gz;)
-sha256sums=('ad4bbc6828f162d56f7f2d61e60714df8f1006a2000cc7e2b867ba93352997e9')
+sha256sums=('8179a7a843d257ddb585f4c65599844bc0e516fe85e97f6f87a7ceade4eb5165')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


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

2015-07-11 Thread Xyne
Date: Saturday, July 11, 2015 @ 18:40:46
  Author: xyne
Revision: 136701

upgpkg: cmus 2.7.0-2

added libdiscid to deps

Modified:
  cmus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-11 13:49:15 UTC (rev 136700)
+++ PKGBUILD2015-07-11 16:40:46 UTC (rev 136701)
@@ -6,12 +6,12 @@
 
 pkgname=cmus
 pkgver=2.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Feature-rich ncurses-based music player'
 arch=('i686' 'x86_64')
 url=https://cmus.github.io/;
 license=('GPL')
-depends=('ncurses' 'libcue')
+depends=('ncurses' 'libcue' 'libdiscid')
 makedepends=(
   'faad2'
   'ffmpeg'


[arch-commits] Commit in cmus/repos (4 files)

2015-07-11 Thread Xyne
Date: Saturday, July 11, 2015 @ 18:41:18
  Author: xyne
Revision: 136702

archrelease: copy trunk to community-i686, community-x86_64

Added:
  cmus/repos/community-i686/PKGBUILD
(from rev 136701, cmus/trunk/PKGBUILD)
  cmus/repos/community-x86_64/PKGBUILD
(from rev 136701, cmus/trunk/PKGBUILD)
Deleted:
  cmus/repos/community-i686/PKGBUILD
  cmus/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  114 
 community-i686/PKGBUILD   |   57 --
 community-x86_64/PKGBUILD |   57 --
 3 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-11 16:40:46 UTC (rev 136701)
+++ community-i686/PKGBUILD 2015-07-11 16:41:18 UTC (rev 136702)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Xyne ca dot archlinux at xyne, backwards
-# Contributor:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Aaron Griffin aa...@archlinux.org
-# Contributor: dorphell dorph...@archlinux.org
-
-pkgname=cmus
-pkgver=2.7.0
-pkgrel=1
-pkgdesc='Feature-rich ncurses-based music player'
-arch=('i686' 'x86_64')
-url=https://cmus.github.io/;
-license=('GPL')
-depends=('ncurses' 'libcue')
-makedepends=(
-  'faad2'
-  'ffmpeg'
-  'flac'
-  'libao'
-  'libcdio-paranoia'
-  'libmad'
-  'libmodplug'
-  'libmp4v2'
-  'libmpcdec'
-  'libpulse'
-  'libvorbis'
-  'opusfile'
-  'wavpack'
-)
-optdepends=('alsa-lib: for ALSA output plugin support'
-'libao: for AO output plugin support'
-'libpulse: for PulseAudio output plugin support'
-'faad2: for AAC input plugin support'
-'ffmpeg: for ffmpeg input plugin support'
-'flac: for flac input plugin support'
-'libmad: for mp3 input plugin support'
-'libmodplug: for modplug input plugin support'
-'libmp4v2: for mp4 input plugin support'
-'libmpcdec: for musepack input plugin support'
-'libvorbis: for vorbis input plugin support'
-'libcdio-paranoia: for cdio support'
-'opusfile: for opus input plugin support'
-'wavpack: for wavpack input plugin support')
-source=($pkgname-$pkgver.tar.gz::https://github.com/cmus/cmus/archive/v${pkgver}.tar.gz;)
-sha256sums=('ad4bbc6828f162d56f7f2d61e60714df8f1006a2000cc7e2b867ba93352997e9')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 contrib/_cmus $pkgdir/usr/share/zsh/site-functions/_cmus
-}

Copied: cmus/repos/community-i686/PKGBUILD (from rev 136701, 
cmus/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-11 16:41:18 UTC (rev 136702)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Xyne ca dot archlinux at xyne, backwards
+# Contributor:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Aaron Griffin aa...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+
+pkgname=cmus
+pkgver=2.7.0
+pkgrel=2
+pkgdesc='Feature-rich ncurses-based music player'
+arch=('i686' 'x86_64')
+url=https://cmus.github.io/;
+license=('GPL')
+depends=('ncurses' 'libcue' 'libdiscid')
+makedepends=(
+  'faad2'
+  'ffmpeg'
+  'flac'
+  'libao'
+  'libcdio-paranoia'
+  'libmad'
+  'libmodplug'
+  'libmp4v2'
+  'libmpcdec'
+  'libpulse'
+  'libvorbis'
+  'opusfile'
+  'wavpack'
+)
+optdepends=('alsa-lib: for ALSA output plugin support'
+'libao: for AO output plugin support'
+'libpulse: for PulseAudio output plugin support'
+'faad2: for AAC input plugin support'
+'ffmpeg: for ffmpeg input plugin support'
+'flac: for flac input plugin support'
+'libmad: for mp3 input plugin support'
+'libmodplug: for modplug input plugin support'
+'libmp4v2: for mp4 input plugin support'
+'libmpcdec: for musepack input plugin support'
+'libvorbis: for vorbis input plugin support'
+'libcdio-paranoia: for cdio support'
+'opusfile: for opus input plugin support'
+'wavpack: for wavpack input plugin support')
+source=($pkgname-$pkgver.tar.gz::https://github.com/cmus/cmus/archive/v${pkgver}.tar.gz;)
+sha256sums=('ad4bbc6828f162d56f7f2d61e60714df8f1006a2000cc7e2b867ba93352997e9')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 contrib/_cmus $pkgdir/usr/share/zsh/site-functions/_cmus
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-11 16:40:46 UTC (rev

[arch-commits] Commit in cmus/repos (4 files)

2015-07-03 Thread Xyne
Date: Friday, July 3, 2015 @ 21:57:40
  Author: xyne
Revision: 136358

archrelease: copy trunk to community-i686, community-x86_64

Added:
  cmus/repos/community-i686/PKGBUILD
(from rev 136357, cmus/trunk/PKGBUILD)
  cmus/repos/community-x86_64/PKGBUILD
(from rev 136357, cmus/trunk/PKGBUILD)
Deleted:
  cmus/repos/community-i686/PKGBUILD
  cmus/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  114 
 community-i686/PKGBUILD   |   57 --
 community-x86_64/PKGBUILD |   57 --
 3 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-03 19:57:09 UTC (rev 136357)
+++ community-i686/PKGBUILD 2015-07-03 19:57:40 UTC (rev 136358)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Xyne ca dot archlinux at xyne, backwards
-# Contributor:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Aaron Griffin aa...@archlinux.org
-# Contributor: dorphell dorph...@archlinux.org
-
-pkgname=cmus
-pkgver=2.6.0
-pkgrel=4
-pkgdesc='Feature-rich ncurses-based music player'
-arch=('i686' 'x86_64')
-url=https://cmus.github.io/;
-license=('GPL')
-depends=('ncurses' 'libcue')
-makedepends=(
-  'faad2'
-  'ffmpeg'
-  'flac'
-  'libao'
-  'libcdio-paranoia'
-  'libmad'
-  'libmodplug'
-  'libmp4v2'
-  'libmpcdec'
-  'libpulse'
-  'libvorbis'
-  'opusfile'
-  'wavpack'
-)
-optdepends=('alsa-lib: for ALSA output plugin support'
-'libao: for AO output plugin support'
-'libpulse: for PulseAudio output plugin support'
-'faad2: for AAC input plugin support'
-'ffmpeg: for ffmpeg input plugin support'
-'flac: for flac input plugin support'
-'libmad: for mp3 input plugin support'
-'libmodplug: for modplug input plugin support'
-'libmp4v2: for mp4 input plugin support'
-'libmpcdec: for musepack input plugin support'
-'libvorbis: for vorbis input plugin support'
-'libcdio-paranoia: for cdio support'
-'opusfile: for opus input plugin support'
-'wavpack: for wavpack input plugin support')
-source=(https://github.com/cmus/cmus/archive/v${pkgver}.tar.gz;)
-sha256sums=('0c53c072432e026d682d1749bbe89777507b31107ca04afad21a9bf375208e8e')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 contrib/_cmus $pkgdir/usr/share/zsh/site-functions/_cmus
-}

Copied: cmus/repos/community-i686/PKGBUILD (from rev 136357, 
cmus/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-03 19:57:40 UTC (rev 136358)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Xyne ca dot archlinux at xyne, backwards
+# Contributor:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Aaron Griffin aa...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+
+pkgname=cmus
+pkgver=2.7.0
+pkgrel=1
+pkgdesc='Feature-rich ncurses-based music player'
+arch=('i686' 'x86_64')
+url=https://cmus.github.io/;
+license=('GPL')
+depends=('ncurses' 'libcue')
+makedepends=(
+  'faad2'
+  'ffmpeg'
+  'flac'
+  'libao'
+  'libcdio-paranoia'
+  'libmad'
+  'libmodplug'
+  'libmp4v2'
+  'libmpcdec'
+  'libpulse'
+  'libvorbis'
+  'opusfile'
+  'wavpack'
+)
+optdepends=('alsa-lib: for ALSA output plugin support'
+'libao: for AO output plugin support'
+'libpulse: for PulseAudio output plugin support'
+'faad2: for AAC input plugin support'
+'ffmpeg: for ffmpeg input plugin support'
+'flac: for flac input plugin support'
+'libmad: for mp3 input plugin support'
+'libmodplug: for modplug input plugin support'
+'libmp4v2: for mp4 input plugin support'
+'libmpcdec: for musepack input plugin support'
+'libvorbis: for vorbis input plugin support'
+'libcdio-paranoia: for cdio support'
+'opusfile: for opus input plugin support'
+'wavpack: for wavpack input plugin support')
+source=($pkgname-$pkgver.tar.gz::https://github.com/cmus/cmus/archive/v${pkgver}.tar.gz;)
+sha256sums=('ad4bbc6828f162d56f7f2d61e60714df8f1006a2000cc7e2b867ba93352997e9')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 contrib/_cmus $pkgdir/usr/share/zsh/site-functions/_cmus
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-03 19:57:09 UTC (rev 136357)
+++ community-x86_64/PKGBUILD

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

2015-07-03 Thread Xyne
Date: Friday, July 3, 2015 @ 21:57:09
  Author: xyne
Revision: 136357

upgpkg: cmus 2.7.0-1

updated to 2.7.0

Modified:
  cmus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-03 19:31:42 UTC (rev 136356)
+++ PKGBUILD2015-07-03 19:57:09 UTC (rev 136357)
@@ -5,8 +5,8 @@
 # Contributor: dorphell dorph...@archlinux.org
 
 pkgname=cmus
-pkgver=2.6.0
-pkgrel=4
+pkgver=2.7.0
+pkgrel=1
 pkgdesc='Feature-rich ncurses-based music player'
 arch=('i686' 'x86_64')
 url=https://cmus.github.io/;
@@ -42,7 +42,7 @@
 'opusfile: for opus input plugin support'
 'wavpack: for wavpack input plugin support')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/cmus/cmus/archive/v${pkgver}.tar.gz;)
-sha256sums=('0c53c072432e026d682d1749bbe89777507b31107ca04afad21a9bf375208e8e')
+sha256sums=('ad4bbc6828f162d56f7f2d61e60714df8f1006a2000cc7e2b867ba93352997e9')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


[arch-commits] Commit in asunder/repos (8 files)

2015-04-13 Thread Xyne
Date: Tuesday, April 14, 2015 @ 02:53:33
  Author: xyne
Revision: 131332

archrelease: copy trunk to community-i686, community-x86_64

Added:
  asunder/repos/community-i686/PKGBUILD
(from rev 131331, asunder/trunk/PKGBUILD)
  asunder/repos/community-i686/asunder.install
(from rev 131331, asunder/trunk/asunder.install)
  asunder/repos/community-x86_64/PKGBUILD
(from rev 131331, asunder/trunk/PKGBUILD)
  asunder/repos/community-x86_64/asunder.install
(from rev 131331, asunder/trunk/asunder.install)
Deleted:
  asunder/repos/community-i686/PKGBUILD
  asunder/repos/community-i686/asunder.install
  asunder/repos/community-x86_64/PKGBUILD
  asunder/repos/community-x86_64/asunder.install

--+
 /PKGBUILD|   66 +
 /asunder.install |   28 +++
 community-i686/PKGBUILD  |   33 --
 community-i686/asunder.install   |   14 ---
 community-x86_64/PKGBUILD|   33 --
 community-x86_64/asunder.install |   14 ---
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-14 00:53:01 UTC (rev 131331)
+++ community-i686/PKGBUILD 2015-04-14 00:53:33 UTC (rev 131332)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Xyne ac xunilhcra enyx, backwards
-# Contributor: Ronald van Haren ronald.archlinux.org
-# Contributor: cs-cam - me.at.camdaniel.com
-# Contributor: Sebastien Piccand sebcactus gmail com
-
-pkgname=asunder
-pkgver=2.5
-pkgrel=1
-pkgdesc=a graphical CD ripper and encoder
-arch=('i686' 'x86_64')
-url=http://littlesvr.ca/asunder/;
-license=('GPL2')
-depends=('gtk2' 'libcddb' 'cdparanoia' 'desktop-file-utils')
-makedepends=('pkgconfig' 'intltool' 'gettext')
-optdepends=('lame: for mp3 support' 'vorbis-tools: for ogg support' \
-   'flac: for flac support')
-source=(http://littlesvr.ca/asunder/releases/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('43039a7cb7f6195d08a1203a7840f48e')
-sha256sums=('0e548050143f964a0f869d44680554c7f7204b53262340ef0bd0f32e37507f20')
-install=$pkgname.install
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: asunder/repos/community-i686/PKGBUILD (from rev 131331, 
asunder/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-14 00:53:33 UTC (rev 131332)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Xyne ac xunilhcra enyx, backwards
+# Contributor: Ronald van Haren ronald.archlinux.org
+# Contributor: cs-cam - me.at.camdaniel.com
+# Contributor: Sebastien Piccand sebcactus gmail com
+
+pkgname=asunder
+pkgver=2.7
+pkgrel=1
+pkgdesc=a graphical CD ripper and encoder
+arch=('i686' 'x86_64')
+url=http://littlesvr.ca/asunder/;
+license=('GPL2')
+depends=('gtk2' 'libcddb' 'cdparanoia' 'desktop-file-utils')
+makedepends=('pkgconfig' 'intltool' 'gettext')
+optdepends=('lame: for mp3 support' 'vorbis-tools: for ogg support' \
+   'flac: for flac support')
+source=(http://littlesvr.ca/asunder/releases/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('d12743b23180d269263297e4dc4e813d')
+sha256sums=('e69698f9524e443ac564b5d4b2df135ed7e5b2f94d6b3cabeae5bb2a3c828914')
+install=$pkgname.install
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+

Deleted: community-i686/asunder.install
===
--- community-i686/asunder.install  2015-04-14 00:53:01 UTC (rev 131331)
+++ community-i686/asunder.install  2015-04-14 00:53:33 UTC (rev 131332)
@@ -1,14 +0,0 @@
-post_install()
-{
-  update-desktop-database -q
-}
-
-post_upgrade()
-{
-  post_install
-}
-
-post_remove()
-{
-  post_install
-}
\ No newline at end of file

Copied: asunder/repos/community-i686/asunder.install (from rev 131331, 
asunder/trunk/asunder.install)
===
--- community-i686/asunder.install  (rev 0)
+++ community-i686/asunder.install  2015-04-14 00:53:33 UTC (rev 131332)
@@ -0,0 +1,14 @@
+post_install()
+{
+  update-desktop-database -q
+}
+
+post_upgrade()
+{
+  post_install
+}
+
+post_remove()
+{
+  post_install
+}
\ No newline at end of file

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-04-14 00:53:01 UTC (rev 131331)
+++ community-x86_64/PKGBUILD   2015-04-14 00:53:33 UTC (rev 131332)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Xyne ac xunilhcra enyx, backwards
-# Contributor: Ronald van Haren

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

2015-04-13 Thread Xyne
Date: Tuesday, April 14, 2015 @ 02:53:01
  Author: xyne
Revision: 131331

upgpkg: asunder 2.7-1

upstream update

Modified:
  asunder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-14 00:04:42 UTC (rev 131330)
+++ PKGBUILD2015-04-14 00:53:01 UTC (rev 131331)
@@ -5,7 +5,7 @@
 # Contributor: Sebastien Piccand sebcactus gmail com
 
 pkgname=asunder
-pkgver=2.5
+pkgver=2.7
 pkgrel=1
 pkgdesc=a graphical CD ripper and encoder
 arch=('i686' 'x86_64')
@@ -16,8 +16,8 @@
 optdepends=('lame: for mp3 support' 'vorbis-tools: for ogg support' \
'flac: for flac support')
 source=(http://littlesvr.ca/asunder/releases/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('43039a7cb7f6195d08a1203a7840f48e')
-sha256sums=('0e548050143f964a0f869d44680554c7f7204b53262340ef0bd0f32e37507f20')
+md5sums=('d12743b23180d269263297e4dc4e813d')
+sha256sums=('e69698f9524e443ac564b5d4b2df135ed7e5b2f94d6b3cabeae5bb2a3c828914')
 install=$pkgname.install
 
 build() {


  1   2   >