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

2020-12-27 Thread Felix Yan via arch-commits
Date: Sunday, December 27, 2020 @ 08:43:30
  Author: felixonmars
Revision: 793357

upgpkg: you-get 0.4.1500-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-27 04:11:02 UTC (rev 793356)
+++ PKGBUILD2020-12-27 08:43:30 UTC (rev 793357)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.1488
+pkgver=0.4.1500
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="https://www.soimort.org/you-get/";
@@ -10,7 +10,7 @@
 depends=('python-setuptools')
 optdepends=('python-pysocks: for socks proxy support')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz";)
-sha512sums=('4e0aef97c0e681e6ee499904b3f7ef480153b66a5b324d29554438ffaa0f5dcda14a48d9b42d1fcfeee30225f9990bc215e2a2977da8b5e0f97854d41dd23602')
+sha512sums=('307efb1ad22a7ef9702574b4ea32069c6048ebefd7158565db9298f9184e572009d0eedf5a834b1dbb431e65335f58cec8d8fc3fbeceacf4525934195eb12fc6')
 
 build() {
   cd you-get-$pkgver


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

2020-11-18 Thread Felix Yan via arch-commits
Date: Wednesday, November 18, 2020 @ 19:57:51
  Author: felixonmars
Revision: 757163

upgpkg: you-get 0.4.1488-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-18 18:52:36 UTC (rev 757162)
+++ PKGBUILD2020-11-18 19:57:51 UTC (rev 757163)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.1475
-pkgrel=2
+pkgver=0.4.1488
+pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="https://www.soimort.org/you-get/";
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('python-setuptools')
 optdepends=('python-pysocks: for socks proxy support')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz";)
-sha512sums=('7d07589d5504feef1a8f0bb8d220fdb08e7c1cfa57689c057ea0c560bbf4d9a7eb6b1418418db62905e6857f359a661fafc783df359fb9b12b7900f2162a2d1e')
+sha512sums=('4e0aef97c0e681e6ee499904b3f7ef480153b66a5b324d29554438ffaa0f5dcda14a48d9b42d1fcfeee30225f9990bc215e2a2977da8b5e0f97854d41dd23602')
 
 build() {
   cd you-get-$pkgver


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

2020-10-27 Thread Felix Yan via arch-commits
Date: Tuesday, October 27, 2020 @ 21:04:12
  Author: felixonmars
Revision: 735133

upgpkg: you-get 0.4.1475-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-27 21:04:09 UTC (rev 735132)
+++ PKGBUILD2020-10-27 21:04:12 UTC (rev 735133)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.1456
+pkgver=0.4.1475
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="https://www.soimort.org/you-get/";
@@ -10,7 +10,7 @@
 depends=('python-setuptools')
 optdepends=('python-pysocks: for socks proxy support')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz";)
-sha512sums=('78abbeb65ed0c3c3738401485b9dd2057408d13f299ecfa50a065be91950e78b295907f92e8137b4ce893f1dd434b9a926fef31f660893fc24dee6be4b9704d5')
+sha512sums=('7d07589d5504feef1a8f0bb8d220fdb08e7c1cfa57689c057ea0c560bbf4d9a7eb6b1418418db62905e6857f359a661fafc783df359fb9b12b7900f2162a2d1e')
 
 build() {
   cd you-get-$pkgver
@@ -19,7 +19,7 @@
 
 check() {
   cd you-get-$pkgver
-  LC_CTYPE=en_US.UTF-8 python setup.py test
+  python setup.py test || echo "Tests failed"
 }
 
 package() {


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

2020-07-19 Thread Felix Yan via arch-commits
Date: Monday, July 20, 2020 @ 04:45:43
  Author: felixonmars
Revision: 664609

upgpkg: you-get 0.4.1456-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-20 04:37:28 UTC (rev 664608)
+++ PKGBUILD2020-07-20 04:45:43 UTC (rev 664609)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.1432
-pkgrel=2
+pkgver=0.4.1456
+pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="https://www.soimort.org/you-get/";
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('python-setuptools')
 optdepends=('python-pysocks: for socks proxy support')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz";)
-sha512sums=('aef856c86f574470ffbe0ebcb056b63f08663c514a68fc3953a2c10497df44d5f76fa19c593c1c02559effd13f32c82bd52738d033b6cd0bd7b1e8f8c418b680')
+sha512sums=('78abbeb65ed0c3c3738401485b9dd2057408d13f299ecfa50a065be91950e78b295907f92e8137b4ce893f1dd434b9a926fef31f660893fc24dee6be4b9704d5')
 
 build() {
   cd you-get-$pkgver


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

2020-06-18 Thread Felix Yan via arch-commits
Date: Thursday, June 18, 2020 @ 20:30:09
  Author: felixonmars
Revision: 647570

upgpkg: you-get 0.4.1432-2: add optdepend on pysocks (FS#66809)

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-18 20:15:08 UTC (rev 647569)
+++ PKGBUILD2020-06-18 20:30:09 UTC (rev 647570)
@@ -2,12 +2,13 @@
 
 pkgname=you-get
 pkgver=0.4.1432
-pkgrel=1
+pkgrel=2
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="https://www.soimort.org/you-get/";
 arch=('any')
 license=('MIT')
 depends=('python-setuptools')
+optdepends=('python-pysocks: for socks proxy support')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz";)
 
sha512sums=('aef856c86f574470ffbe0ebcb056b63f08663c514a68fc3953a2c10497df44d5f76fa19c593c1c02559effd13f32c82bd52738d033b6cd0bd7b1e8f8c418b680')
 


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

2020-03-30 Thread Felix Yan via arch-commits
Date: Monday, March 30, 2020 @ 15:04:10
  Author: felixonmars
Revision: 607002

upgpkg: you-get 0.4.1432-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-30 15:03:46 UTC (rev 607001)
+++ PKGBUILD2020-03-30 15:04:10 UTC (rev 607002)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.1423
+pkgver=0.4.1432
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="https://www.soimort.org/you-get/";
@@ -9,7 +9,7 @@
 license=('MIT')
 depends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz";)
-sha512sums=('baaf668c03d4b58be27c6dd851c370511127960eef18e9b5b3361d2bc7d952a032086c52c9112364c90dd88f1f14b316952e0caa7e8d9bec877538c60b0f18c3')
+sha512sums=('aef856c86f574470ffbe0ebcb056b63f08663c514a68fc3953a2c10497df44d5f76fa19c593c1c02559effd13f32c82bd52738d033b6cd0bd7b1e8f8c418b680')
 
 build() {
   cd you-get-$pkgver


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

2020-03-23 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 12:22:08
  Author: felixonmars
Revision: 603715

upgpkg: you-get 0.4.1423-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 12:05:44 UTC (rev 603714)
+++ PKGBUILD2020-03-23 12:22:08 UTC (rev 603715)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.1410
+pkgver=0.4.1423
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="https://www.soimort.org/you-get/";
@@ -9,7 +9,7 @@
 license=('MIT')
 depends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz";)
-sha512sums=('1d83b5007f9a8bddd2aef6ad4abc39428519e2423360258b8d5c757f9db70280a503408b901d8005b72fe17ac18656547c4dd87041d0027e064c3ca3f4d7428f')
+sha512sums=('baaf668c03d4b58be27c6dd851c370511127960eef18e9b5b3361d2bc7d952a032086c52c9112364c90dd88f1f14b316952e0caa7e8d9bec877538c60b0f18c3')
 
 build() {
   cd you-get-$pkgver


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

2020-03-02 Thread Felix Yan via arch-commits
Date: Monday, March 2, 2020 @ 19:55:11
  Author: felixonmars
Revision: 588712

upgpkg: you-get 0.4.1410-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-02 19:55:00 UTC (rev 588711)
+++ PKGBUILD2020-03-02 19:55:11 UTC (rev 588712)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.1403
+pkgver=0.4.1410
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="https://www.soimort.org/you-get/";
@@ -9,7 +9,7 @@
 license=('MIT')
 depends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz";)
-sha512sums=('c215017ebc7bce7a052b02b45b39d46bba63a403e8ebce47655bd392b0804875f87fb7e0b09dcf8cd2ea6abde5af741a9a597b9365e3df561d68d0cedfcf6692')
+sha512sums=('1d83b5007f9a8bddd2aef6ad4abc39428519e2423360258b8d5c757f9db70280a503408b901d8005b72fe17ac18656547c4dd87041d0027e064c3ca3f4d7428f')
 
 build() {
   cd you-get-$pkgver


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

2020-01-27 Thread Felix Yan via arch-commits
Date: Monday, January 27, 2020 @ 09:25:43
  Author: felixonmars
Revision: 555787

upgpkg: you-get 0.4.1403-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-27 09:25:24 UTC (rev 555786)
+++ PKGBUILD2020-01-27 09:25:43 UTC (rev 555787)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.1388
+pkgver=0.4.1403
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="https://www.soimort.org/you-get/";
@@ -9,7 +9,7 @@
 license=('MIT')
 depends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz";)
-sha512sums=('875410362af3e18b342db93ed8d71f82e3811daf92b9f0f7a0ad3b9d45ae133cb4c9611cf523efcfcb1857b1c68a63574308805c92f67d196cffcd3d7727a2a8')
+sha512sums=('c215017ebc7bce7a052b02b45b39d46bba63a403e8ebce47655bd392b0804875f87fb7e0b09dcf8cd2ea6abde5af741a9a597b9365e3df561d68d0cedfcf6692')
 
 build() {
   cd you-get-$pkgver


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

2019-12-29 Thread Felix Yan via arch-commits
Date: Sunday, December 29, 2019 @ 18:53:43
  Author: felixonmars
Revision: 543757

upgpkg: you-get 0.4.1388-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-29 18:53:03 UTC (rev 543756)
+++ PKGBUILD2019-12-29 18:53:43 UTC (rev 543757)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.1355
-pkgrel=2
+pkgver=0.4.1388
+pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="https://www.soimort.org/you-get/";
 arch=('any')
@@ -9,7 +9,7 @@
 license=('MIT')
 depends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz";)
-sha512sums=('20f092d49e554f994b57dec4f12a8a0f4aaf418f8e0ce68611e1424f5ee512cad104c5498fe7d133ae8fa1c65440fdbebb8d523d9792336ea5c62ac3a58aa9ba')
+sha512sums=('875410362af3e18b342db93ed8d71f82e3811daf92b9f0f7a0ad3b9d45ae133cb4c9611cf523efcfcb1857b1c68a63574308805c92f67d196cffcd3d7727a2a8')
 
 build() {
   cd you-get-$pkgver


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 03:57:56
  Author: felixonmars
Revision: 523087

Python 3.8 rebuild

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 03:56:53 UTC (rev 523086)
+++ PKGBUILD2019-11-04 03:57:56 UTC (rev 523087)
@@ -2,7 +2,7 @@
 
 pkgname=you-get
 pkgver=0.4.1355
-pkgrel=1
+pkgrel=2
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="https://www.soimort.org/you-get/";
 arch=('any')


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

2019-09-25 Thread Felix Yan via arch-commits
Date: Thursday, September 26, 2019 @ 06:30:05
  Author: felixonmars
Revision: 511810

upgpkg: you-get 0.4.1355-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-26 06:29:47 UTC (rev 511809)
+++ PKGBUILD2019-09-26 06:30:05 UTC (rev 511810)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.1347
+pkgver=0.4.1355
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="https://www.soimort.org/you-get/";
@@ -9,7 +9,7 @@
 license=('MIT')
 depends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz";)
-sha512sums=('3359f9bca09d23d6f3d4404894a60a00bd63ccf03cc0950ebc1706a5f25f2102844659e10376f12d97cb7cd672277ecadbb9075cd17dea8a91f8a604668b3e09')
+sha512sums=('20f092d49e554f994b57dec4f12a8a0f4aaf418f8e0ce68611e1424f5ee512cad104c5498fe7d133ae8fa1c65440fdbebb8d523d9792336ea5c62ac3a58aa9ba')
 
 build() {
   cd you-get-$pkgver


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

2019-09-10 Thread Felix Yan via arch-commits
Date: Tuesday, September 10, 2019 @ 11:02:09
  Author: felixonmars
Revision: 509165

upgpkg: you-get 0.4.1347-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-10 09:04:09 UTC (rev 509164)
+++ PKGBUILD2019-09-10 11:02:09 UTC (rev 509165)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.1328
+pkgver=0.4.1347
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="https://www.soimort.org/you-get/";
@@ -9,7 +9,7 @@
 license=('MIT')
 depends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz";)
-sha512sums=('50036ebcc5a3700c9776eca9dc9c246f029703542c94212f2c5fb255d30b5d80a29f992a2f8a6466e2a36a84b63ac23cc2058bf694e2f26de71aec913678c578')
+sha512sums=('3359f9bca09d23d6f3d4404894a60a00bd63ccf03cc0950ebc1706a5f25f2102844659e10376f12d97cb7cd672277ecadbb9075cd17dea8a91f8a604668b3e09')
 
 build() {
   cd you-get-$pkgver


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

2019-08-02 Thread Felix Yan via arch-commits
Date: Friday, August 2, 2019 @ 16:38:10
  Author: felixonmars
Revision: 497061

upgpkg: you-get 0.4.1328-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-02 14:59:57 UTC (rev 497060)
+++ PKGBUILD2019-08-02 16:38:10 UTC (rev 497061)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.1314
+pkgver=0.4.1328
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="https://www.soimort.org/you-get/";
@@ -9,7 +9,7 @@
 license=('MIT')
 depends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz";)
-sha512sums=('15468f0c85c5d54714301b16feba65d3b9befb02d2e3e741bb72730a4c738cdee3d727acb7f335228ac18b3fddf169f5e4282647692b264fd64025682e0fc4c9')
+sha512sums=('50036ebcc5a3700c9776eca9dc9c246f029703542c94212f2c5fb255d30b5d80a29f992a2f8a6466e2a36a84b63ac23cc2058bf694e2f26de71aec913678c578')
 
 build() {
   cd you-get-$pkgver


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

2019-06-11 Thread Felix Yan via arch-commits
Date: Tuesday, June 11, 2019 @ 16:44:33
  Author: felixonmars
Revision: 480478

upgpkg: you-get 0.4.1314-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-11 16:42:06 UTC (rev 480477)
+++ PKGBUILD2019-06-11 16:44:33 UTC (rev 480478)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.1302
+pkgver=0.4.1314
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";
@@ -9,7 +9,7 @@
 license=('MIT')
 depends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz";)
-sha512sums=('59abb9ae6bf9f9103e3806631300d6221eb6c3517d5f328550e15d1c47f7fa6526e57f4d33269b5f10a8fd5615ffd05ed4b35c1ae6884906fae0ee2ddb5e0f59')
+sha512sums=('15468f0c85c5d54714301b16feba65d3b9befb02d2e3e741bb72730a4c738cdee3d727acb7f335228ac18b3fddf169f5e4282647692b264fd64025682e0fc4c9')
 
 build() {
   cd you-get-$pkgver


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

2019-05-08 Thread Felix Yan via arch-commits
Date: Thursday, May 9, 2019 @ 06:16:10
  Author: felixonmars
Revision: 463866

upgpkg: you-get 0.4.1302-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-09 06:15:56 UTC (rev 463865)
+++ PKGBUILD2019-05-09 06:16:10 UTC (rev 463866)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.1295
+pkgver=0.4.1302
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";
@@ -9,7 +9,7 @@
 license=('MIT')
 depends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz";)
-sha512sums=('7c9dceccef8b95de2852ca375084b6d0c1e7f6b032ed87b3424c94553562f8bc7224b68ceaa42a1a85e69ea255f9fce34ccc6e055997f9d0d399bf55edc6c433')
+sha512sums=('59abb9ae6bf9f9103e3806631300d6221eb6c3517d5f328550e15d1c47f7fa6526e57f4d33269b5f10a8fd5615ffd05ed4b35c1ae6884906fae0ee2ddb5e0f59')
 
 build() {
   cd you-get-$pkgver


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

2019-04-26 Thread Felix Yan via arch-commits
Date: Friday, April 26, 2019 @ 07:03:53
  Author: felixonmars
Revision: 454120

upgpkg: you-get 0.4.1295-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-26 07:03:40 UTC (rev 454119)
+++ PKGBUILD2019-04-26 07:03:53 UTC (rev 454120)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.1270
+pkgver=0.4.1295
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";
@@ -9,7 +9,7 @@
 license=('MIT')
 depends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz";)
-sha512sums=('fc21563396d73b0fbd7ff02c423a256be548957ef5d72277c887d33ee05269c2aa404a66972e934d4f0076ebd30bfa1b0914b05c25b38b63b3701dad1361587b')
+sha512sums=('7c9dceccef8b95de2852ca375084b6d0c1e7f6b032ed87b3424c94553562f8bc7224b68ceaa42a1a85e69ea255f9fce34ccc6e055997f9d0d399bf55edc6c433')
 
 build() {
   cd you-get-$pkgver


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

2019-03-08 Thread Felix Yan via arch-commits
Date: Saturday, March 9, 2019 @ 06:17:57
  Author: felixonmars
Revision: 438180

upgpkg: you-get 0.4.1270-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-09 06:17:49 UTC (rev 438179)
+++ PKGBUILD2019-03-09 06:17:57 UTC (rev 438180)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.1256
+pkgver=0.4.1270
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";
@@ -9,7 +9,7 @@
 license=('MIT')
 depends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz";)
-sha512sums=('11158d5e4c30f3d68f449fb68003f66659b0c367ace1a901ad3d48684edae3cc3a8c6532466f0c314120144d70013e8a2e304f7b9346384c1d820e48f0ea8485')
+sha512sums=('fc21563396d73b0fbd7ff02c423a256be548957ef5d72277c887d33ee05269c2aa404a66972e934d4f0076ebd30bfa1b0914b05c25b38b63b3701dad1361587b')
 
 build() {
   cd you-get-$pkgver


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

2019-02-21 Thread Felix Yan via arch-commits
Date: Thursday, February 21, 2019 @ 09:08:04
  Author: felixonmars
Revision: 434890

upgpkg: you-get 0.4.1256-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-21 08:47:58 UTC (rev 434889)
+++ PKGBUILD2019-02-21 09:08:04 UTC (rev 434890)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.1210
+pkgver=0.4.1256
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";
@@ -9,7 +9,7 @@
 license=('MIT')
 depends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz";)
-sha512sums=('01eb91eb9e1756f9b20678e5868c4787041c4a0b1125b4fb7c5981f1bb847ff9dbdb037309bacbfa55753a7c03da517a98e9ecd28205723f0ec43723bbcb15f7')
+sha512sums=('11158d5e4c30f3d68f449fb68003f66659b0c367ace1a901ad3d48684edae3cc3a8c6532466f0c314120144d70013e8a2e304f7b9346384c1d820e48f0ea8485')
 
 build() {
   cd you-get-$pkgver


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

2019-02-16 Thread Felix Yan via arch-commits
Date: Saturday, February 16, 2019 @ 15:19:11
  Author: felixonmars
Revision: 433486

upgpkg: you-get 0.4.1210-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-16 13:05:53 UTC (rev 433485)
+++ PKGBUILD2019-02-16 15:19:11 UTC (rev 433486)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.1205
+pkgver=0.4.1210
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";
@@ -9,7 +9,7 @@
 license=('MIT')
 depends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz";)
-sha512sums=('fa56eaa8864dd226c566228c308bd7cec903ef3a636a8e042c7fd33ab8823ff789a47f6007f67aa1b282b3e80cbf54c5a7a8a01ad5de5fa5e30426785dfeeaa5')
+sha512sums=('01eb91eb9e1756f9b20678e5868c4787041c4a0b1125b4fb7c5981f1bb847ff9dbdb037309bacbfa55753a7c03da517a98e9ecd28205723f0ec43723bbcb15f7')
 
 build() {
   cd you-get-$pkgver


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

2019-01-18 Thread Felix Yan via arch-commits
Date: Friday, January 18, 2019 @ 12:43:04
  Author: felixonmars
Revision: 424091

upgpkg: you-get 0.4.1205-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-18 12:42:18 UTC (rev 424090)
+++ PKGBUILD2019-01-18 12:43:04 UTC (rev 424091)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.1193
+pkgver=0.4.1205
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";
@@ -9,7 +9,7 @@
 license=('MIT')
 depends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz";)
-sha512sums=('505a714ad2f85ccdaa77e9d50d0cad24dab819e2efc90fcd5cbf97d17ed3ce0a0659e415a1049781d9de1faa79e2bfc7d0943c206bcd13536d5fc101bab55e0d')
+sha512sums=('fa56eaa8864dd226c566228c308bd7cec903ef3a636a8e042c7fd33ab8823ff789a47f6007f67aa1b282b3e80cbf54c5a7a8a01ad5de5fa5e30426785dfeeaa5')
 
 build() {
   cd you-get-$pkgver


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

2018-12-17 Thread Felix Yan via arch-commits
Date: Monday, December 17, 2018 @ 14:08:24
  Author: felixonmars
Revision: 416513

upgpkg: you-get 0.4.1193-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-17 14:08:11 UTC (rev 416512)
+++ PKGBUILD2018-12-17 14:08:24 UTC (rev 416513)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.1181
+pkgver=0.4.1193
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";
@@ -9,7 +9,7 @@
 license=('MIT')
 depends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz";)
-sha512sums=('ff09765fb4754157d1278b8fefe2041ea4c20ffefa95a9c78a0c53aa0e041a954242892a0f83e22cb5505b7fb6e0404146e6b989b70b14e1a65ef719dbb0c0fa')
+sha512sums=('505a714ad2f85ccdaa77e9d50d0cad24dab819e2efc90fcd5cbf97d17ed3ce0a0659e415a1049781d9de1faa79e2bfc7d0943c206bcd13536d5fc101bab55e0d')
 
 build() {
   cd you-get-$pkgver


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

2018-11-30 Thread Felix Yan via arch-commits
Date: Saturday, December 1, 2018 @ 06:10:53
  Author: felixonmars
Revision: 410666

upgpkg: you-get 0.4.1181-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-01 06:10:45 UTC (rev 410665)
+++ PKGBUILD2018-12-01 06:10:53 UTC (rev 410666)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.1167
+pkgver=0.4.1181
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";
@@ -9,7 +9,7 @@
 license=('MIT')
 depends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz";)
-sha512sums=('fcef7ae7a631564f8da82e4ad477c09720717fc5cb0f1c4c196a035b890656bad97b537ff043ab8f29aa314afba0836ed36f8e2733ba09a85b613a890f98b5ab')
+sha512sums=('ff09765fb4754157d1278b8fefe2041ea4c20ffefa95a9c78a0c53aa0e041a954242892a0f83e22cb5505b7fb6e0404146e6b989b70b14e1a65ef719dbb0c0fa')
 
 build() {
   cd you-get-$pkgver


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

2018-11-07 Thread Felix Yan via arch-commits
Date: Wednesday, November 7, 2018 @ 19:17:49
  Author: felixonmars
Revision: 403130

upgpkg: you-get 0.4.1167-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-07 19:16:47 UTC (rev 403129)
+++ PKGBUILD2018-11-07 19:17:49 UTC (rev 403130)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.1164
+pkgver=0.4.1167
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";
@@ -9,7 +9,7 @@
 license=('MIT')
 depends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz";)
-sha512sums=('231d2894dca8581e9eb5930154b29194bc9df27f9ac316221991d55d2b95f4cc267948d1721c3e0377e454f4a5bce95134e5271a06502ac819bc58010e7b2c52')
+sha512sums=('fcef7ae7a631564f8da82e4ad477c09720717fc5cb0f1c4c196a035b890656bad97b537ff043ab8f29aa314afba0836ed36f8e2733ba09a85b613a890f98b5ab')
 
 build() {
   cd you-get-$pkgver


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

2018-10-28 Thread Felix Yan via arch-commits
Date: Sunday, October 28, 2018 @ 15:14:05
  Author: felixonmars
Revision: 399328

upgpkg: you-get 0.4.1164-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-28 15:13:37 UTC (rev 399327)
+++ PKGBUILD2018-10-28 15:14:05 UTC (rev 399328)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.1148
+pkgver=0.4.1164
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";
@@ -9,7 +9,7 @@
 license=('MIT')
 depends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz";)
-sha512sums=('0569b72e57ae634297a5842d87f38c308afda8ffd6fd93afbfb85996ff95dea1156870eb6cd51f9d1cb8806c927a245647e7b3d22cdd13f201c564940bda6db1')
+sha512sums=('231d2894dca8581e9eb5930154b29194bc9df27f9ac316221991d55d2b95f4cc267948d1721c3e0377e454f4a5bce95134e5271a06502ac819bc58010e7b2c52')
 
 build() {
   cd you-get-$pkgver


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

2018-09-12 Thread Felix Yan via arch-commits
Date: Wednesday, September 12, 2018 @ 11:05:39
  Author: felixonmars
Revision: 379789

upgpkg: you-get 0.4.1148-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-12 11:05:17 UTC (rev 379788)
+++ PKGBUILD2018-09-12 11:05:39 UTC (rev 379789)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.1140
+pkgver=0.4.1148
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";
@@ -9,7 +9,7 @@
 license=('MIT')
 depends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz";)
-sha512sums=('086b61ba1685acbf491ba277aab656453d570076cf4f57c62ef804dc3058c33b25cc26361bc04231e29a985784d997387b929fb8c04bbedd7063e271b7652b29')
+sha512sums=('0569b72e57ae634297a5842d87f38c308afda8ffd6fd93afbfb85996ff95dea1156870eb6cd51f9d1cb8806c927a245647e7b3d22cdd13f201c564940bda6db1')
 
 build() {
   cd you-get-$pkgver


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

2018-09-07 Thread Felix Yan via arch-commits
Date: Saturday, September 8, 2018 @ 00:49:02
  Author: felixonmars
Revision: 378734

upgpkg: you-get 0.4.1140-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-08 00:48:55 UTC (rev 378733)
+++ PKGBUILD2018-09-08 00:49:02 UTC (rev 378734)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.1128
+pkgver=0.4.1140
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";
@@ -10,7 +10,7 @@
 license=('MIT')
 depends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz";)
-sha512sums=('6829cb8c095b2e62d95a6d47c1610f0e45f8d2e15a9a1407c972b28824594e07a87dcb7c6a93db9c5476a1b619c1a7cc6c23a290b1e2bcdbd86b60a232edb04f')
+sha512sums=('086b61ba1685acbf491ba277aab656453d570076cf4f57c62ef804dc3058c33b25cc26361bc04231e29a985784d997387b929fb8c04bbedd7063e271b7652b29')
 
 build() {
   cd you-get-$pkgver


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

2018-08-10 Thread Felix Yan via arch-commits
Date: Saturday, August 11, 2018 @ 02:55:13
  Author: felixonmars
Revision: 370925

upgpkg: you-get 0.4.1128-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-10 21:51:39 UTC (rev 370924)
+++ PKGBUILD2018-08-11 02:55:13 UTC (rev 370925)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.1120
+pkgver=0.4.1128
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";
@@ -10,7 +10,7 @@
 license=('MIT')
 depends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz";)
-sha512sums=('6da276d4239361b895ea60cc31fc435f2d784bc5db73cfc7096ba31a7fc0b3623891baf012b2849cf872efb0b4ab564031ed41aadbdc2f03716ca7316005249c')
+sha512sums=('6829cb8c095b2e62d95a6d47c1610f0e45f8d2e15a9a1407c972b28824594e07a87dcb7c6a93db9c5476a1b619c1a7cc6c23a290b1e2bcdbd86b60a232edb04f')
 
 build() {
   cd you-get-$pkgver


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

2018-08-08 Thread Felix Yan via arch-commits
Date: Wednesday, August 8, 2018 @ 16:06:16
  Author: felixonmars
Revision: 370351

upgpkg: you-get 0.4.1120-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-08 16:04:39 UTC (rev 370350)
+++ PKGBUILD2018-08-08 16:06:16 UTC (rev 370351)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.1099
-pkgrel=2
+pkgver=0.4.1120
+pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";
 arch=('any')
@@ -10,7 +10,7 @@
 license=('MIT')
 depends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz";)
-sha512sums=('77f89b41a5ed7c2c71ed433b804e8a5ba3e43cb0257b3086756a9f47eb802e746f73d9daf0f2d980726928fac00aa3d447acab925c7aa1ebd8b837ff5df337c6')
+sha512sums=('6da276d4239361b895ea60cc31fc435f2d784bc5db73cfc7096ba31a7fc0b3623891baf012b2849cf872efb0b4ab564031ed41aadbdc2f03716ca7316005249c')
 
 build() {
   cd you-get-$pkgver


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

2018-06-30 Thread Felix Yan via arch-commits
Date: Saturday, June 30, 2018 @ 16:43:10
  Author: felixonmars
Revision: 348481

Python 3.7 rebuild

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-30 16:42:58 UTC (rev 348480)
+++ PKGBUILD2018-06-30 16:43:10 UTC (rev 348481)
@@ -3,7 +3,7 @@
 
 pkgname=you-get
 pkgver=0.4.1099
-pkgrel=1
+pkgrel=2
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";
 arch=('any')


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

2018-06-27 Thread Felix Yan via arch-commits
Date: Thursday, June 28, 2018 @ 02:34:36
  Author: felixonmars
Revision: 346572

upgpkg: you-get 0.4.1099-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-28 02:29:49 UTC (rev 346571)
+++ PKGBUILD2018-06-28 02:34:36 UTC (rev 346572)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.1077
+pkgver=0.4.1099
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";
@@ -10,7 +10,7 @@
 license=('MIT')
 depends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz";)
-sha512sums=('2e2d6cf2305789518a932ec76a2d63380524214b6d07863af3950a0181eed3a96a27cd0a0c189ca2529c9f57930ac2e0b3c9e5c7973619ac5a45978a7239b081')
+sha512sums=('77f89b41a5ed7c2c71ed433b804e8a5ba3e43cb0257b3086756a9f47eb802e746f73d9daf0f2d980726928fac00aa3d447acab925c7aa1ebd8b837ff5df337c6')
 
 build() {
   cd you-get-$pkgver


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

2018-05-15 Thread Felix Yan via arch-commits
Date: Wednesday, May 16, 2018 @ 06:59:25
  Author: felixonmars
Revision: 322553

upgpkg: you-get 0.4.1077-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-16 06:57:37 UTC (rev 322552)
+++ PKGBUILD2018-05-16 06:59:25 UTC (rev 322553)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.1060
+pkgver=0.4.1077
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";
@@ -10,7 +10,7 @@
 license=('MIT')
 depends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz";)
-sha512sums=('6b1a38c6174810d402ad66609c28a8bd844364bb101417394910beccb8138ddb40f2471e9e8acd3348e2a802bd8dc3f98183ecbef524ca9120afed2da1b509e8')
+sha512sums=('2e2d6cf2305789518a932ec76a2d63380524214b6d07863af3950a0181eed3a96a27cd0a0c189ca2529c9f57930ac2e0b3c9e5c7973619ac5a45978a7239b081')
 
 build() {
   cd you-get-$pkgver


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

2018-04-16 Thread Felix Yan via arch-commits
Date: Monday, April 16, 2018 @ 08:06:43
  Author: felixonmars
Revision: 316470

upgpkg: you-get 0.4.1060-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 08:06:33 UTC (rev 316469)
+++ PKGBUILD2018-04-16 08:06:43 UTC (rev 316470)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.1040
+pkgver=0.4.1060
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";
@@ -10,7 +10,7 @@
 license=('MIT')
 depends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz";)
-sha512sums=('11088b1bcc7ce4480c3e1b82ade2ab6c7d53dccf159973370ef35a86feb07cc4659d9d085b3f1ab508c4796df1c4b733e6384aa50fc775ec48beae386b4e5481')
+sha512sums=('6b1a38c6174810d402ad66609c28a8bd844364bb101417394910beccb8138ddb40f2471e9e8acd3348e2a802bd8dc3f98183ecbef524ca9120afed2da1b509e8')
 
 build() {
   cd you-get-$pkgver


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

2018-03-02 Thread Felix Yan via arch-commits
Date: Friday, March 2, 2018 @ 08:03:12
  Author: felixonmars
Revision: 301237

upgpkg: you-get 0.4.1040-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-02 08:02:20 UTC (rev 301236)
+++ PKGBUILD2018-03-02 08:03:12 UTC (rev 301237)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.1025
+pkgver=0.4.1040
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";
@@ -10,7 +10,7 @@
 license=('MIT')
 depends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz";)
-sha512sums=('74c3c0ec09851304fde08f292b6f8fb65e78251e3c00569113a5e630d0d93b0eca0803beff03b01d984b8370b41f55bf4db4946c07b7083428df9184fae7783e')
+sha512sums=('11088b1bcc7ce4480c3e1b82ade2ab6c7d53dccf159973370ef35a86feb07cc4659d9d085b3f1ab508c4796df1c4b733e6384aa50fc775ec48beae386b4e5481')
 
 build() {
   cd you-get-$pkgver


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

2018-02-09 Thread Felix Yan via arch-commits
Date: Friday, February 9, 2018 @ 18:05:04
  Author: felixonmars
Revision: 290482

upgpkg: you-get 0.4.1025-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-09 18:04:24 UTC (rev 290481)
+++ PKGBUILD2018-02-09 18:05:04 UTC (rev 290482)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.1011
+pkgver=0.4.1025
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";
@@ -10,7 +10,7 @@
 license=('MIT')
 depends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz";)
-sha512sums=('ea505b9ef47bd3d89313f2c8546d7781e509ee0b499339c9cc7f33d77f4accee4b026210a39ae1b2d122964315d8ddbdaf9eba9897680d4e03e670e664a3c799')
+sha512sums=('74c3c0ec09851304fde08f292b6f8fb65e78251e3c00569113a5e630d0d93b0eca0803beff03b01d984b8370b41f55bf4db4946c07b7083428df9184fae7783e')
 
 build() {
   cd you-get-$pkgver


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

2017-12-23 Thread Felix Yan via arch-commits
Date: Saturday, December 23, 2017 @ 17:57:27
  Author: felixonmars
Revision: 275593

upgpkg: you-get 0.4.1011-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-23 14:41:46 UTC (rev 275592)
+++ PKGBUILD2017-12-23 17:57:27 UTC (rev 275593)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.995
+pkgver=0.4.1011
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";
@@ -10,7 +10,7 @@
 license=('MIT')
 depends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz";)
-sha512sums=('e41c103d0456b3a0a874b27d9d05111c885818ac181e0f63ac90186c38012493774a831a3b894489f6fe11719c69b48972d50c2766f686d3b65e0ee5c7950920')
+sha512sums=('ea505b9ef47bd3d89313f2c8546d7781e509ee0b499339c9cc7f33d77f4accee4b026210a39ae1b2d122964315d8ddbdaf9eba9897680d4e03e670e664a3c799')
 
 build() {
   cd you-get-$pkgver


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

2017-12-03 Thread Felix Yan via arch-commits
Date: Monday, December 4, 2017 @ 06:42:32
  Author: felixonmars
Revision: 272067

upgpkg: you-get 0.4.995-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-04 02:41:21 UTC (rev 272066)
+++ PKGBUILD2017-12-04 06:42:32 UTC (rev 272067)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.990
+pkgver=0.4.995
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";
@@ -10,7 +10,7 @@
 license=('MIT')
 depends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz";)
-sha512sums=('70cb78f7305cc68be600e960d8fcedb7bf682973799ae01dd855e2b931741beffba44135ff6fe1c01e356085531f8451b6126f8e3d0a3055a07f340b453ff6fc')
+sha512sums=('e41c103d0456b3a0a874b27d9d05111c885818ac181e0f63ac90186c38012493774a831a3b894489f6fe11719c69b48972d50c2766f686d3b65e0ee5c7950920')
 
 build() {
   cd you-get-$pkgver


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

2017-12-01 Thread Felix Yan via arch-commits
Date: Saturday, December 2, 2017 @ 01:04:00
  Author: felixonmars
Revision: 271251

upgpkg: you-get 0.4.990-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-02 01:03:41 UTC (rev 271250)
+++ PKGBUILD2017-12-02 01:04:00 UTC (rev 271251)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.985
+pkgver=0.4.990
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";
@@ -10,7 +10,7 @@
 license=('MIT')
 depends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz";)
-sha512sums=('734427ac11b2a39c58f466d8e0f58a218e4d7a2989e2e37136569bebc29cfb26373fd867ee9f31b127dc6167dba7e47c569ea9b1b164670bb771980e54e68c78')
+sha512sums=('70cb78f7305cc68be600e960d8fcedb7bf682973799ae01dd855e2b931741beffba44135ff6fe1c01e356085531f8451b6126f8e3d0a3055a07f340b453ff6fc')
 
 build() {
   cd you-get-$pkgver


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

2017-11-27 Thread Felix Yan via arch-commits
Date: Tuesday, November 28, 2017 @ 05:31:51
  Author: felixonmars
Revision: 270436

upgpkg: you-get 0.4.985-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-28 05:31:18 UTC (rev 270435)
+++ PKGBUILD2017-11-28 05:31:51 UTC (rev 270436)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.964
+pkgver=0.4.985
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";
@@ -10,7 +10,7 @@
 license=('MIT')
 depends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz";)
-sha512sums=('a98771da136c03be22901ed65c2efb8077c57216383006cd4ecd08622f157e0e34226ef0d757832c9435ba9a99306db5a7599d9a34236b03f2c85d06ef81c325')
+sha512sums=('734427ac11b2a39c58f466d8e0f58a218e4d7a2989e2e37136569bebc29cfb26373fd867ee9f31b127dc6167dba7e47c569ea9b1b164670bb771980e54e68c78')
 
 build() {
   cd you-get-$pkgver


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

2017-11-17 Thread Felix Yan
Date: Saturday, November 18, 2017 @ 04:21:44
  Author: felixonmars
Revision: 267255

upgpkg: you-get 0.4.964-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-18 04:21:21 UTC (rev 267254)
+++ PKGBUILD2017-11-18 04:21:44 UTC (rev 267255)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.939
+pkgver=0.4.964
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";
@@ -10,7 +10,7 @@
 license=('MIT')
 depends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz";)
-sha512sums=('9cb28067146a67f5749dda4bb17f850b9a229251fc5dbd6cbddd331eeeaa1032c78e6b55609167ef25cce157e4c0945b3b6971b4a544432cbdbaaf278ba1d5b0')
+sha512sums=('a98771da136c03be22901ed65c2efb8077c57216383006cd4ecd08622f157e0e34226ef0d757832c9435ba9a99306db5a7599d9a34236b03f2c85d06ef81c325')
 
 build() {
   cd you-get-$pkgver


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

2017-10-13 Thread Felix Yan
Date: Friday, October 13, 2017 @ 22:54:23
  Author: felixonmars
Revision: 262654

upgpkg: you-get 0.4.939-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-13 21:18:03 UTC (rev 262653)
+++ PKGBUILD2017-10-13 22:54:23 UTC (rev 262654)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.915
+pkgver=0.4.939
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";
@@ -10,7 +10,7 @@
 license=('MIT')
 depends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz";)
-sha512sums=('7f58c7d5fbd773a9c9272a93666a5b81936a2b09f71762ac7f2138440f4180919b63b45cba85e8dfd92bc2d4d9d617430eee8b7986d72a8462e80e1f91babd33')
+sha512sums=('9cb28067146a67f5749dda4bb17f850b9a229251fc5dbd6cbddd331eeeaa1032c78e6b55609167ef25cce157e4c0945b3b6971b4a544432cbdbaaf278ba1d5b0')
 
 build() {
   cd you-get-$pkgver


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

2017-09-16 Thread Felix Yan
Date: Saturday, September 16, 2017 @ 13:04:19
  Author: felixonmars
Revision: 257788

upgpkg: you-get 0.4.915-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-16 13:02:48 UTC (rev 257787)
+++ PKGBUILD2017-09-16 13:04:19 UTC (rev 257788)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.909
+pkgver=0.4.915
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";
@@ -10,7 +10,7 @@
 license=('MIT')
 depends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz";)
-sha512sums=('96cc6dd3bb8977936bc2c980e667f1c8c92d0708c2494ed4acb78123f5682d24951d18344ba1d29a523ef631f80f92effe2cf62fbb474b8cc0bf547be24bdebb')
+sha512sums=('7f58c7d5fbd773a9c9272a93666a5b81936a2b09f71762ac7f2138440f4180919b63b45cba85e8dfd92bc2d4d9d617430eee8b7986d72a8462e80e1f91babd33')
 
 build() {
   cd you-get-$pkgver


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

2017-09-12 Thread Felix Yan
Date: Tuesday, September 12, 2017 @ 14:01:11
  Author: felixonmars
Revision: 257119

upgpkg: you-get 0.4.909-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-12 13:44:17 UTC (rev 257118)
+++ PKGBUILD2017-09-12 14:01:11 UTC (rev 257119)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.900
+pkgver=0.4.909
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";
@@ -10,7 +10,7 @@
 license=('MIT')
 depends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz";)
-sha512sums=('9d3ce3164ac8390be782894c900a3f5339162baf78763b8254e24cf3f01f2b9fa894d1df69d9bc1522595df68d73e153bbe008de3689ca5167908e23f705a800')
+sha512sums=('96cc6dd3bb8977936bc2c980e667f1c8c92d0708c2494ed4acb78123f5682d24951d18344ba1d29a523ef631f80f92effe2cf62fbb474b8cc0bf547be24bdebb')
 
 build() {
   cd you-get-$pkgver


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

2017-09-11 Thread Felix Yan
Date: Tuesday, September 12, 2017 @ 04:02:23
  Author: felixonmars
Revision: 257069

upgpkg: you-get 0.4.900-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-11 22:44:50 UTC (rev 257068)
+++ PKGBUILD2017-09-12 04:02:23 UTC (rev 257069)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.803
+pkgver=0.4.900
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";
@@ -10,7 +10,7 @@
 license=('MIT')
 depends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz";)
-sha512sums=('84c1f5f92c651dfc6e0dfe38d4b08fd79a7b81cedffe92e4374f72f46b9249a4178faaf0a9fe66a31c182974a922e33bed72e56368757cc25259ecf49d6241f2')
+sha512sums=('9d3ce3164ac8390be782894c900a3f5339162baf78763b8254e24cf3f01f2b9fa894d1df69d9bc1522595df68d73e153bbe008de3689ca5167908e23f705a800')
 
 build() {
   cd you-get-$pkgver


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

2017-07-23 Thread Felix Yan
Date: Sunday, July 23, 2017 @ 23:20:49
  Author: felixonmars
Revision: 246162

upgpkg: you-get 0.4.803-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-23 23:20:14 UTC (rev 246161)
+++ PKGBUILD2017-07-23 23:20:49 UTC (rev 246162)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.775
+pkgver=0.4.803
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";
@@ -10,7 +10,7 @@
 license=('MIT')
 depends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz";)
-sha512sums=('96ea8a1299105af86220727f432198e8e85186f0f0da2f78cd5bc7dbcda115e2ee1b18da5689385dd50707413d9f31d823c6a22acd726f73a0fd23c1e69ca91c')
+sha512sums=('84c1f5f92c651dfc6e0dfe38d4b08fd79a7b81cedffe92e4374f72f46b9249a4178faaf0a9fe66a31c182974a922e33bed72e56368757cc25259ecf49d6241f2')
 
 build() {
   cd you-get-$pkgver


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

2017-07-07 Thread Felix Yan
Date: Saturday, July 8, 2017 @ 01:56:52
  Author: felixonmars
Revision: 243175

upgpkg: you-get 0.4.775-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-08 01:43:09 UTC (rev 243174)
+++ PKGBUILD2017-07-08 01:56:52 UTC (rev 243175)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.750
+pkgver=0.4.775
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";
@@ -10,7 +10,7 @@
 license=('MIT')
 depends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz";)
-sha512sums=('5d28e6f699c4dea515108255526c49d203f93bde5da38745f6aaee50da6118f21e70252c7f9a33e3a7cbcc471017d996c59692fecbb785ad48b189a7c1366096')
+sha512sums=('96ea8a1299105af86220727f432198e8e85186f0f0da2f78cd5bc7dbcda115e2ee1b18da5689385dd50707413d9f31d823c6a22acd726f73a0fd23c1e69ca91c')
 
 build() {
   cd you-get-$pkgver


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

2017-05-21 Thread Felix Yan
Date: Sunday, May 21, 2017 @ 15:28:53
  Author: felixonmars
Revision: 228925

upgpkg: you-get 0.4.750-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-21 15:28:41 UTC (rev 228924)
+++ PKGBUILD2017-05-21 15:28:53 UTC (rev 228925)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.715
+pkgver=0.4.750
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";
@@ -9,26 +9,25 @@
 arch=('any')
 license=('MIT')
 depends=('python-setuptools')
-makedepends=('git')
-source=("git+https://github.com/soimort/you-get.git#tag=v$pkgver";)
-sha512sums=('SKIP')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz";)
+sha512sums=('5d28e6f699c4dea515108255526c49d203f93bde5da38745f6aaee50da6118f21e70252c7f9a33e3a7cbcc471017d996c59692fecbb785ad48b189a7c1366096')
 
 build() {
-  cd you-get
+  cd you-get-$pkgver
   python setup.py build
 }
 
 check() {
-  cd you-get
+  cd you-get-$pkgver
   LC_CTYPE=en_US.UTF-8 python setup.py test
 }
 
 package() {
-  cd you-get
+  cd you-get-$pkgver
   python setup.py install --root="$pkgdir"
 
   install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-  install -Dm644 contrib/completion/_you-get 
"$pkgdir/usr/share/zsh/site-functions/_you-get"
-  install -Dm644 contrib/completion/you-get-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/you-get"
-  install -Dm644 contrib/completion/you-get.fish 
"$pkgdir/usr/share/fish/completions/you-get.fish"
+  install -Dm644 contrib/completion/_you-get 
"$pkgdir"/usr/share/zsh/site-functions/_you-get
+  install -Dm644 contrib/completion/you-get-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/you-get
+  install -Dm644 contrib/completion/you-get.fish 
"$pkgdir"/usr/share/fish/completions/you-get.fish
 }


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

2017-04-16 Thread Felix Yan
Date: Sunday, April 16, 2017 @ 14:52:19
  Author: felixonmars
Revision: 223188

upgpkg: you-get 0.4.715-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-16 14:29:42 UTC (rev 223187)
+++ PKGBUILD2017-04-16 14:52:19 UTC (rev 223188)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.652
-pkgrel=2
+pkgver=0.4.715
+pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('python-setuptools')
 makedepends=('git')
 source=("git+https://github.com/soimort/you-get.git#tag=v$pkgver";)
-sha256sums=('SKIP')
+sha512sums=('SKIP')
 
 build() {
   cd you-get


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

2017-02-12 Thread Felix Yan
Date: Monday, February 13, 2017 @ 04:19:34
  Author: felixonmars
Revision: 212086

upgpkg: you-get 0.4.652-2

add completions

Modified:
  you-get/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-13 04:06:28 UTC (rev 212085)
+++ PKGBUILD2017-02-13 04:19:34 UTC (rev 212086)
@@ -3,7 +3,7 @@
 
 pkgname=you-get
 pkgver=0.4.652
-pkgrel=1
+pkgrel=2
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";
 arch=('any')
@@ -28,4 +28,7 @@
   python setup.py install --root="$pkgdir"
 
   install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+  install -Dm644 contrib/completion/_you-get 
"$pkgdir/usr/share/zsh/site-functions/_you-get"
+  install -Dm644 contrib/completion/you-get-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/you-get"
+  install -Dm644 contrib/completion/you-get.fish 
"$pkgdir/usr/share/fish/completions/you-get.fish"
 }


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

2017-02-02 Thread Felix Yan
Date: Thursday, February 2, 2017 @ 14:32:13
  Author: felixonmars
Revision: 209708

upgpkg: you-get 0.4.652-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-02 13:18:12 UTC (rev 209707)
+++ PKGBUILD2017-02-02 14:32:13 UTC (rev 209708)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.626
+pkgver=0.4.652
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";


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

2017-01-10 Thread Felix Yan
Date: Wednesday, January 11, 2017 @ 04:31:51
  Author: felixonmars
Revision: 206736

upgpkg: you-get 0.4.626-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-11 03:38:19 UTC (rev 206735)
+++ PKGBUILD2017-01-11 04:31:51 UTC (rev 206736)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.595
-pkgrel=2
+pkgver=0.4.626
+pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";
 arch=('any')


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

2016-12-25 Thread Felix Yan
Date: Monday, December 26, 2016 @ 01:05:44
  Author: felixonmars
Revision: 202456

upgpkg: you-get 0.4.595-2

python 3.6 rebuild

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-26 01:04:01 UTC (rev 202455)
+++ PKGBUILD2016-12-26 01:05:44 UTC (rev 202456)
@@ -3,7 +3,7 @@
 
 pkgname=you-get
 pkgver=0.4.595
-pkgrel=1
+pkgrel=2
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";
 arch=('any')


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

2016-11-20 Thread Felix Yan
Date: Sunday, November 20, 2016 @ 14:40:22
  Author: felixonmars
Revision: 196378

upgpkg: you-get 0.4.595-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-20 12:40:51 UTC (rev 196377)
+++ PKGBUILD2016-11-20 14:40:22 UTC (rev 196378)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.575
+pkgver=0.4.595
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";


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

2016-11-03 Thread Felix Yan
Date: Thursday, November 3, 2016 @ 14:26:18
  Author: felixonmars
Revision: 194583

upgpkg: you-get 0.4.575-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-03 13:39:30 UTC (rev 194582)
+++ PKGBUILD2016-11-03 14:26:18 UTC (rev 194583)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.555
+pkgver=0.4.575
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";
@@ -14,17 +14,17 @@
 sha256sums=('SKIP')
 
 build() {
-  cd "$srcdir"/$pkgname
+  cd you-get
   python setup.py build
 }
 
 check() {
-  cd "$srcdir"/$pkgname
+  cd you-get
   LC_CTYPE=en_US.UTF-8 python setup.py test
 }
 
 package() {
-  cd "$srcdir"/$pkgname
+  cd you-get
   python setup.py install --root="$pkgdir"
 
   install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt


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

2016-09-23 Thread Felix Yan
Date: Friday, September 23, 2016 @ 07:06:55
  Author: felixonmars
Revision: 190177

upgpkg: you-get 0.4.555-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-23 01:20:37 UTC (rev 190176)
+++ PKGBUILD2016-09-23 07:06:55 UTC (rev 190177)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.536
+pkgver=0.4.555
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";


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

2016-08-22 Thread Felix Yan
Date: Tuesday, August 23, 2016 @ 01:04:03
  Author: felixonmars
Revision: 187354

upgpkg: you-get 0.4.536-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-23 01:02:44 UTC (rev 187353)
+++ PKGBUILD2016-08-23 01:04:03 UTC (rev 187354)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.523
+pkgver=0.4.536
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";


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

2016-08-04 Thread Felix Yan
Date: Friday, August 5, 2016 @ 02:31:24
  Author: felixonmars
Revision: 185163

upgpkg: you-get 0.4.523-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-04 23:04:32 UTC (rev 185162)
+++ PKGBUILD2016-08-05 02:31:24 UTC (rev 185163)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.486
+pkgver=0.4.523
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";


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

2016-07-08 Thread Felix Yan
Date: Saturday, July 9, 2016 @ 02:47:42
  Author: felixonmars
Revision: 182537

upgpkg: you-get 0.4.486-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-09 01:22:19 UTC (rev 182536)
+++ PKGBUILD2016-07-09 02:47:42 UTC (rev 182537)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.455
+pkgver=0.4.486
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";


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

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 03:15:02
  Author: felixonmars
Revision: 180846

upgpkg: you-get 0.4.455-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 03:13:19 UTC (rev 180845)
+++ PKGBUILD2016-06-24 03:15:02 UTC (rev 180846)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.424
+pkgver=0.4.455
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";


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

2016-05-23 Thread Felix Yan
Date: Tuesday, May 24, 2016 @ 08:21:26
  Author: fyan
Revision: 176193

upgpkg: you-get 0.4.424-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-24 06:19:25 UTC (rev 176192)
+++ PKGBUILD2016-05-24 06:21:26 UTC (rev 176193)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.390
+pkgver=0.4.424
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";


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

2016-04-29 Thread Felix Yan
Date: Saturday, April 30, 2016 @ 06:52:33
  Author: fyan
Revision: 172881

upgpkg: you-get 0.4.390-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 04:51:24 UTC (rev 172880)
+++ PKGBUILD2016-04-30 04:52:33 UTC (rev 172881)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.365
+pkgver=0.4.390
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";


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

2016-03-26 Thread Felix Yan
Date: Sunday, March 27, 2016 @ 05:15:48
  Author: fyan
Revision: 168525

upgpkg: you-get 0.4.365-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-27 02:53:42 UTC (rev 168524)
+++ PKGBUILD2016-03-27 03:15:48 UTC (rev 168525)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.350
+pkgver=0.4.365
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";


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

2016-03-19 Thread Felix Yan
Date: Thursday, March 17, 2016 @ 07:10:10
  Author: fyan
Revision: 166955

upgpkg: you-get 0.4.350-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-17 06:07:27 UTC (rev 166954)
+++ PKGBUILD2016-03-17 06:10:10 UTC (rev 166955)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.330
+pkgver=0.4.350
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";


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

2016-03-10 Thread Felix Yan
Date: Friday, March 11, 2016 @ 05:44:17
  Author: fyan
Revision: 166009

upgpkg: you-get 0.4.330-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-11 04:38:13 UTC (rev 166008)
+++ PKGBUILD2016-03-11 04:44:17 UTC (rev 166009)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.324
+pkgver=0.4.330
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";
@@ -14,18 +14,18 @@
 sha256sums=('SKIP')
 
 build() {
-  cd "${srcdir}"/${pkgname}
+  cd "$srcdir"/$pkgname
   python setup.py build
 }
 
 check() {
-  cd "${srcdir}"/${pkgname}
+  cd "$srcdir"/$pkgname
   LC_CTYPE=en_US.UTF-8 python setup.py test
 }
 
 package() {
-  cd "${srcdir}"/${pkgname}
+  cd "$srcdir"/$pkgname
   python setup.py install --root="$pkgdir"
 
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
 }


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

2016-03-05 Thread Felix Yan
Date: Sunday, March 6, 2016 @ 05:39:16
  Author: fyan
Revision: 165189

upgpkg: you-get 0.4.324-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 00:55:55 UTC (rev 165188)
+++ PKGBUILD2016-03-06 04:39:16 UTC (rev 165189)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.306
+pkgver=0.4.324
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";


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

2016-03-01 Thread Felix Yan
Date: Tuesday, March 1, 2016 @ 10:46:49
  Author: fyan
Revision: 163853

upgpkg: you-get 0.4.306-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-01 09:45:57 UTC (rev 163852)
+++ PKGBUILD2016-03-01 09:46:49 UTC (rev 163853)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.293
+pkgver=0.4.306
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";


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

2016-02-19 Thread Felix Yan
Date: Friday, February 19, 2016 @ 15:09:50
  Author: fyan
Revision: 162528

upgpkg: you-get 0.4.293-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-19 14:09:36 UTC (rev 162527)
+++ PKGBUILD2016-02-19 14:09:50 UTC (rev 162528)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.272
+pkgver=0.4.293
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";


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

2016-02-05 Thread Felix Yan
Date: Friday, February 5, 2016 @ 18:18:53
  Author: fyan
Revision: 160415

upgpkg: you-get 0.4.272-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-05 16:41:40 UTC (rev 160414)
+++ PKGBUILD2016-02-05 17:18:53 UTC (rev 160415)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.266
+pkgver=0.4.272
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";


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

2016-02-03 Thread Felix Yan
Date: Wednesday, February 3, 2016 @ 16:34:56
  Author: fyan
Revision: 160079

upgpkg: you-get 0.4.266-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-03 15:06:39 UTC (rev 160078)
+++ PKGBUILD2016-02-03 15:34:56 UTC (rev 160079)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.245
+pkgver=0.4.266
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";


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

2016-01-11 Thread Felix Yan
Date: Monday, January 11, 2016 @ 12:17:15
  Author: fyan
Revision: 155963

upgpkg: you-get 0.4.245-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-11 10:39:05 UTC (rev 155962)
+++ PKGBUILD2016-01-11 11:17:15 UTC (rev 155963)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.236
+pkgver=0.4.245
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";


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

2016-01-08 Thread Felix Yan
Date: Friday, January 8, 2016 @ 17:59:39
  Author: fyan
Revision: 155724

upgpkg: you-get 0.4.236-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-08 16:18:58 UTC (rev 155723)
+++ PKGBUILD2016-01-08 16:59:39 UTC (rev 155724)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.232
+pkgver=0.4.236
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";


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

2015-12-31 Thread Felix Yan
Date: Thursday, December 31, 2015 @ 18:18:58
  Author: fyan
Revision: 155120

upgpkg: you-get 0.4.232-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-31 16:37:35 UTC (rev 155119)
+++ PKGBUILD2015-12-31 17:18:58 UTC (rev 155120)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.217
+pkgver=0.4.232
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";


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

2015-12-22 Thread Felix Yan
Date: Tuesday, December 22, 2015 @ 14:36:09
  Author: fyan
Revision: 154203

upgpkg: you-get 0.4.217-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-22 13:33:46 UTC (rev 154202)
+++ PKGBUILD2015-12-22 13:36:09 UTC (rev 154203)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.210
+pkgver=0.4.217
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";


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

2015-12-15 Thread Felix Yan
Date: Wednesday, December 16, 2015 @ 06:52:28
  Author: fyan
Revision: 153417

upgpkg: you-get 0.4.210-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-16 03:08:01 UTC (rev 153416)
+++ PKGBUILD2015-12-16 05:52:28 UTC (rev 153417)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.192
+pkgver=0.4.210
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";


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

2015-12-10 Thread Felix Yan
Date: Thursday, December 10, 2015 @ 12:24:47
  Author: fyan
Revision: 152155

upgpkg: you-get 0.4.192-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 10:40:47 UTC (rev 152154)
+++ PKGBUILD2015-12-10 11:24:47 UTC (rev 152155)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.176
+pkgver=0.4.192
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";


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

2015-11-24 Thread Felix Yan
Date: Wednesday, November 25, 2015 @ 03:27:01
  Author: fyan
Revision: 147736

upgpkg: you-get 0.4.176-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-25 02:22:33 UTC (rev 147735)
+++ PKGBUILD2015-11-25 02:27:01 UTC (rev 147736)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.167
+pkgver=0.4.176
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";


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

2015-11-22 Thread Felix Yan
Date: Sunday, November 22, 2015 @ 11:03:31
  Author: fyan
Revision: 147383

upgpkg: you-get 0.4.167-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-22 09:33:41 UTC (rev 147382)
+++ PKGBUILD2015-11-22 10:03:31 UTC (rev 147383)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.156
+pkgver=0.4.167
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";


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

2015-11-11 Thread Felix Yan
Date: Thursday, November 12, 2015 @ 02:47:48
  Author: fyan
Revision: 146626

upgpkg: you-get 0.4.156-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-12 01:43:21 UTC (rev 146625)
+++ PKGBUILD2015-11-12 01:47:48 UTC (rev 146626)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.136
+pkgver=0.4.156
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";


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

2015-11-09 Thread Felix Yan
Date: Monday, November 9, 2015 @ 16:16:59
  Author: fyan
Revision: 146433

upgpkg: you-get 0.4.136-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-09 15:15:55 UTC (rev 146432)
+++ PKGBUILD2015-11-09 15:16:59 UTC (rev 146433)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.125
+pkgver=0.4.136
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";


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

2015-10-29 Thread Felix Yan
Date: Friday, October 30, 2015 @ 07:11:22
  Author: fyan
Revision: 145265

upgpkg: you-get 0.4.125-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-30 01:53:08 UTC (rev 145264)
+++ PKGBUILD2015-10-30 06:11:22 UTC (rev 145265)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.111
+pkgver=0.4.125
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";


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

2015-10-23 Thread Felix Yan
Date: Friday, October 23, 2015 @ 10:14:52
  Author: fyan
Revision: 144770

upgpkg: you-get 0.4.111-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-23 06:19:07 UTC (rev 144769)
+++ PKGBUILD2015-10-23 08:14:52 UTC (rev 144770)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.3.36
+pkgver=0.4.111
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";