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

Felix Yan felixonmars at archlinux.org
Wed Oct 14 20:41:05 UTC 2020


    Date: Wednesday, October 14, 2020 @ 20:41:05
  Author: felixonmars
Revision: 723968

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-14 20:40:54 UTC (rev 723967)
+++ PKGBUILD	2020-10-14 20:41:05 UTC (rev 723968)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Bruce Zhang <zttt183525594 at gmail.com>
-
-pkgname=feeluown-xiami
-pkgver=0.2.3
-pkgrel=1
-pkgdesc="feeluown xiami plugin"
-arch=('any')
-url="https://github.com/feeluown/feeluown-xiami"
-license=('GPL3')
-depends=('feeluown' 'python-marshmallow' 'python-requests')
-makedepends=('python-setuptools' 'python-pip')
-groups=('feeluown-full')
-source=("https://pypi.io/packages/source/f/fuo_xiami/fuo_xiami-$pkgver.tar.gz")
-sha256sums=('9467161e66dd8183424dfcd0752fbfb607e2efd92173805635e001181c1a6f14')
-
-build() {
-  cd fuo_xiami-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd fuo_xiami-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-}

Copied: feeluown-xiami/repos/community-any/PKGBUILD (from rev 723967, feeluown-xiami/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-14 20:41:05 UTC (rev 723968)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Bruce Zhang <zttt183525594 at gmail.com>
+
+pkgname=feeluown-xiami
+pkgver=0.2.4
+pkgrel=1
+pkgdesc="feeluown xiami plugin"
+arch=('any')
+url="https://github.com/feeluown/feeluown-xiami"
+license=('GPL3')
+depends=('feeluown' 'python-marshmallow' 'python-requests')
+makedepends=('python-setuptools' 'python-pip')
+groups=('feeluown-full')
+source=("https://pypi.io/packages/source/f/fuo_xiami/fuo_xiami-$pkgver.tar.gz")
+sha512sums=('f78b01578c8bc23a8e834ace45d6b562042f097be465d985fa7c45332c999916b81eca54b414634ad49c3c7b9f55917f4dfc478af504aca81863424eb0b9c0ab')
+
+build() {
+  cd fuo_xiami-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd fuo_xiami-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list