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

Felix Yan felixonmars at gemini.archlinux.org
Fri Jul 8 00:17:53 UTC 2022


    Date: Friday, July 8, 2022 @ 00:17:53
  Author: felixonmars
Revision: 1248489

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-08 00:17:40 UTC (rev 1248488)
+++ PKGBUILD	2022-07-08 00:17:53 UTC (rev 1248489)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Bruce Zhang <zttt183525594 at gmail.com>
-
-pkgname=feeluown-netease
-pkgver=0.9.1
-pkgrel=1
-pkgdesc="feeluown netease plugin"
-arch=('any')
-url="https://github.com/feeluown/feeluown-netease"
-license=('GPL3')
-depends=('feeluown' 'python-beautifulsoup4' 'python-pycryptodome' 'python-marshmallow'
-         'python-requests' 'python-mutagen')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-groups=('feeluown-full')
-source=("https://github.com/feeluown/feeluown-netease/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('9de12935688b10284819307b69572e4deb1504ef248d1a53eba472111e621379c0c54554a2ef86a733f3461e6e730cedb72a93266194c420381423ebed046edc')
-
-build() {
-  cd feeluown-netease-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd feeluown-netease-$pkgver
-  pytest
-}
-
-package() {
-  cd feeluown-netease-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-}

Copied: feeluown-netease/repos/community-any/PKGBUILD (from rev 1248488, feeluown-netease/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-08 00:17:53 UTC (rev 1248489)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Bruce Zhang <zttt183525594 at gmail.com>
+
+pkgname=feeluown-netease
+pkgver=0.9.2
+pkgrel=1
+pkgdesc="feeluown netease plugin"
+arch=('any')
+url="https://github.com/feeluown/feeluown-netease"
+license=('GPL3')
+depends=('feeluown' 'python-beautifulsoup4' 'python-pycryptodome' 'python-marshmallow'
+         'python-requests' 'python-mutagen')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+groups=('feeluown-full')
+source=("https://github.com/feeluown/feeluown-netease/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('bf6f30e989d90c570df2ccfed816904c8d6e71bd80997b2b7a00b6caf984d0940c9b9dd424b54ee683e015fe667b4b8ca45a7be7d673c06cb35344d7e87fb0f9')
+
+build() {
+  cd feeluown-netease-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd feeluown-netease-$pkgver
+  pytest
+}
+
+package() {
+  cd feeluown-netease-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list