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

Felix Yan felixonmars at archlinux.org
Sat Apr 24 14:24:40 UTC 2021


    Date: Saturday, April 24, 2021 @ 14:24:40
  Author: felixonmars
Revision: 923673

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-24 14:24:22 UTC (rev 923672)
+++ PKGBUILD	2021-04-24 14:24:40 UTC (rev 923673)
@@ -1,25 +0,0 @@
-# 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
-}

Copied: feeluown-netease/repos/community-any/PKGBUILD (from rev 923672, feeluown-netease/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-24 14:24:40 UTC (rev 923673)
@@ -0,0 +1,25 @@
+# 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
+}



More information about the arch-commits mailing list