[arch-commits] Commit in canto-daemon/repos/community-staging-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 15:19:47 UTC 2021


    Date: Thursday, December 2, 2021 @ 15:19:47
  Author: felixonmars
Revision: 1062015

archrelease: copy trunk to community-staging-any

Added:
  canto-daemon/repos/community-staging-any/PKGBUILD
    (from rev 1062014, canto-daemon/trunk/PKGBUILD)
Deleted:
  canto-daemon/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 15:19:43 UTC (rev 1062014)
+++ PKGBUILD	2021-12-02 15:19:47 UTC (rev 1062015)
@@ -1,32 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-_name=Canto
-pkgname=canto-daemon
-pkgver=0.9.8
-pkgrel=2
-pkgdesc="Next-gen console RSS/Atom reader"
-arch=('any')
-url="https://github.com/themoken/canto-next"
-license=('GPL2')
-depends=('python-feedparser')
-makedepends=('python-setuptools')
-optdepends=('python-requests: for inoreader plugin')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha512sums=('cc052a4774d9cb65d78cf845d581e491ef4e035dc5b267b3843edb3b400c04297d418a00e8685fcd6faed4b8d3ca5dfc844717134045f643bf149d93d22a1374')
-b2sums=('79f8a2d1ad4f9095c753660c2ef03db798f088a2eeb5b1cc105b82ed684afee7f2bb72bc010587031d633f6b6c9d4f5f6e49368f0e1e536e3edef44d761d7602')
-
-prepare() {
-  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
-                          --optimize=1 \
-                          --root="${pkgdir}"
-}

Copied: canto-daemon/repos/community-staging-any/PKGBUILD (from rev 1062014, canto-daemon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 15:19:47 UTC (rev 1062015)
@@ -0,0 +1,32 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+_name=Canto
+pkgname=canto-daemon
+pkgver=0.9.8
+pkgrel=3
+pkgdesc="Next-gen console RSS/Atom reader"
+arch=('any')
+url="https://github.com/themoken/canto-next"
+license=('GPL2')
+depends=('python-feedparser')
+makedepends=('python-setuptools')
+optdepends=('python-requests: for inoreader plugin')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
+sha512sums=('cc052a4774d9cb65d78cf845d581e491ef4e035dc5b267b3843edb3b400c04297d418a00e8685fcd6faed4b8d3ca5dfc844717134045f643bf149d93d22a1374')
+b2sums=('79f8a2d1ad4f9095c753660c2ef03db798f088a2eeb5b1cc105b82ed684afee7f2bb72bc010587031d633f6b6c9d4f5f6e49368f0e1e536e3edef44d761d7602')
+
+prepare() {
+  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+                          --optimize=1 \
+                          --root="${pkgdir}"
+}



More information about the arch-commits mailing list