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

Felix Yan felixonmars at archlinux.org
Tue Jun 1 21:23:26 UTC 2021


    Date: Tuesday, June 1, 2021 @ 21:23:26
  Author: felixonmars
Revision: 953084

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-01 21:23:15 UTC (rev 953083)
+++ PKGBUILD	2021-06-01 21:23:26 UTC (rev 953084)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Bruce Zhang <zttt183525594 at gmail.com>
-
-pkgname=feeluown-netease
-pkgver=0.6
-pkgrel=1
-pkgdesc="feeluown netease plugin"
-arch=('any')
-url="https://github.com/feeluown/feeluown-netease"
-license=('GPL3')
-depends=('feeluown' 'python-pycryptodome' 'python-requests' 'python-marshmallow' 'python-beautifulsoup4')
-makedepends=('python-setuptools' 'python-pip')
-groups=('feeluown-full')
-source=("https://pypi.io/packages/source/f/fuo_netease/fuo_netease-$pkgver.tar.gz")
-sha512sums=('c425a3f30686687bcf10f91b46ff75153ca28352693db1d470a4d4557a7cf3946f4fcbe7d333ecbc30fbc955dbb5a9c97c443c7744aa4023fe47d048f6d12c3f')
-
-build() {
-  cd fuo_netease-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd fuo_netease-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-}

Copied: feeluown-netease/repos/community-any/PKGBUILD (from rev 953083, feeluown-netease/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-01 21:23:26 UTC (rev 953084)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Bruce Zhang <zttt183525594 at gmail.com>
+
+pkgname=feeluown-netease
+pkgver=0.7
+pkgrel=1
+pkgdesc="feeluown netease plugin"
+arch=('any')
+url="https://github.com/feeluown/feeluown-netease"
+license=('GPL3')
+depends=('feeluown' 'python-pycryptodome' 'python-requests' 'python-marshmallow' 'python-beautifulsoup4')
+makedepends=('python-setuptools' 'python-pip')
+groups=('feeluown-full')
+source=("https://pypi.io/packages/source/f/fuo_netease/fuo_netease-$pkgver.tar.gz")
+sha512sums=('e34f70de925981da164964fdcf5368997bd143f4879406afd4dc9e690601a80650b2597833b3e83804e3d320049218c82f8fcefca085d65cc2c297d8f25d4b45')
+
+build() {
+  cd fuo_netease-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd fuo_netease-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list