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

Felix Yan felixonmars at archlinux.org
Mon Jan 25 18:15:00 UTC 2021


    Date: Monday, January 25, 2021 @ 18:15:00
  Author: felixonmars
Revision: 829728

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-25 18:14:49 UTC (rev 829727)
+++ PKGBUILD	2021-01-25 18:15:00 UTC (rev 829728)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Bruce Zhang <zttt183525594 at gmail.com>
-
-pkgname=feeluown-netease
-pkgver=0.4.4
-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=('f5969c459ea32f321c6ec12677830455082eab0187d40986c5227d2490836229b88aa6885bee92a63669b3b47865483e85d70b4f2a0824811109832936f779d2')
-
-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 829727, feeluown-netease/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-25 18:15:00 UTC (rev 829728)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Bruce Zhang <zttt183525594 at gmail.com>
+
+pkgname=feeluown-netease
+pkgver=0.5
+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=('77cc4d1a231ec7350d00d9375ead95781171c1bfebf21a68c6d40233285bded08f956df6e61fb537137ca2ca8b09d14ea6ec41ed3d3e991d3a19d7a9e7a96593')
+
+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