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

Felix Yan felixonmars at archlinux.org
Sun Oct 18 20:25:14 UTC 2020


    Date: Sunday, October 18, 2020 @ 20:25:14
  Author: felixonmars
Revision: 726774

archrelease: copy trunk to community-any

Added:
  feeluown-kuwo/repos/community-any/PKGBUILD
    (from rev 726770, feeluown-kuwo/trunk/PKGBUILD)
Deleted:
  feeluown-kuwo/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-18 20:25:10 UTC (rev 726773)
+++ PKGBUILD	2020-10-18 20:25:14 UTC (rev 726774)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Bruce Zhang <zttt183525594 at gmail.com>
-
-pkgname=feeluown-kuwo
-pkgver=0.1.1
-pkgrel=5
-pkgdesc="Kuwo music provider for FeelUOwn music player"
-arch=('any')
-url="https://github.com/feeluown/feeluown-kuwo"
-license=('GPL3')
-depends=('feeluown' 'python-marshmallow' 'python-requests')
-makedepends=('python-setuptools' 'python-pip')
-groups=('feeluown-full')
-source=("https://pypi.io/packages/source/f/fuo_kuwo/fuo_kuwo-$pkgver.tar.gz")
-sha256sums=('d34902a43b3f381ec969ef1127883960736f535bd6233b7984c86d0af684f948')
-
-build() {
-  cd fuo_kuwo-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd fuo_kuwo-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-}

Copied: feeluown-kuwo/repos/community-any/PKGBUILD (from rev 726770, feeluown-kuwo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-18 20:25:14 UTC (rev 726774)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Bruce Zhang <zttt183525594 at gmail.com>
+
+pkgname=feeluown-kuwo
+pkgver=0.1.2
+pkgrel=1
+pkgdesc="Kuwo music provider for FeelUOwn music player"
+arch=('any')
+url="https://github.com/feeluown/feeluown-kuwo"
+license=('GPL3')
+depends=('feeluown' 'python-marshmallow' 'python-requests')
+makedepends=('python-setuptools' 'python-pip')
+groups=('feeluown-full')
+source=("https://pypi.io/packages/source/f/fuo_kuwo/fuo_kuwo-$pkgver.tar.gz")
+sha512sums=('66da2294fcd1e465e2f858a7cc8d974780ffc452d18afc8c178a3bf7362731b23da2872264165925427ef8b71e1ada2fb857f439bb082316b76e9a12adfc8c28')
+
+build() {
+  cd fuo_kuwo-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd fuo_kuwo-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list