[arch-commits] Commit in feeluown-netease/repos/community-testing-any (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Sun Dec 12 12:33:26 UTC 2021


    Date: Sunday, December 12, 2021 @ 12:33:26
  Author: felixonmars
Revision: 1068845

archrelease: copy trunk to community-testing-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-12 12:33:18 UTC (rev 1068844)
+++ PKGBUILD	2021-12-12 12:33:26 UTC (rev 1068845)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Bruce Zhang <zttt183525594 at gmail.com>
-
-pkgname=feeluown-netease
-pkgver=0.7.1
-pkgrel=2
-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=('907a35ad2ae5073a00804a3cbdb794622680ef3ac86cdbab69a75dd0670b271bb08bea8c0462776fccedc72cc133123e1cdd9566c89b3e32a171714d90c18071')
-
-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-testing-any/PKGBUILD (from rev 1068844, feeluown-netease/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-12 12:33:26 UTC (rev 1068845)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Bruce Zhang <zttt183525594 at gmail.com>
+
+pkgname=feeluown-netease
+pkgver=0.8
+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=('30032a7564659a80aa01a2a1bde7a5a05e7a9027bc11c6a762fa657ea5439369d49bc6d6f3f785b6861513e48a79c5cdf3c3697e706d9ef7e29ddb6b929a4e18')
+
+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