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

Felix Yan felixonmars at archlinux.org
Thu May 27 17:24:24 UTC 2021


    Date: Thursday, May 27, 2021 @ 17:24:24
  Author: felixonmars
Revision: 949069

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-27 17:24:13 UTC (rev 949068)
+++ PKGBUILD	2021-05-27 17:24:24 UTC (rev 949069)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Bruce Zhang <zttt183525594 at gmail.com>
-
-pkgname=feeluown-kuwo
-pkgver=0.1.3
-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=('3d020a49f8d4d3d1c3d09dc796c3c2801574ce1d0952afc4ff9fe3f5b284c63ad2523f508807a241a3c28f319f52b329701f7728663f9a3c7e2364236950bbbd')
-
-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 949068, feeluown-kuwo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-27 17:24:24 UTC (rev 949069)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Bruce Zhang <zttt183525594 at gmail.com>
+
+pkgname=feeluown-kuwo
+pkgver=0.1.4
+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=('c658b0af5508a159eb176fdcf180859b3cba59ceb3b872e46a59bee2550f6b03985852a145b1a3b32abd49628099540805766546f32abf5586fb23800fc9af9f')
+
+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