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

David Runge dvzrv at archlinux.org
Mon Dec 7 11:01:12 UTC 2020


    Date: Monday, December 7, 2020 @ 11:01:12
  Author: dvzrv
Revision: 771471

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-07 11:00:59 UTC (rev 771470)
+++ PKGBUILD	2020-12-07 11:01:12 UTC (rev 771471)
@@ -1,33 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-_name=Canto
-pkgname=canto-daemon
-pkgver=0.9.7
-pkgrel=4
-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=('c83a343426de4bf66039a24b17e6931df8b45da99e6f12a2fb1013beb68cc17069760784eb7211c5595362935c653c60df86a3872d42e0fda7caf58a53cf853f')
-
-prepare() {
-  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
-                          --optimize=1 \
-                          --prefix=/usr \
-                          --root="${pkgdir}"
-}

Copied: canto-daemon/repos/community-any/PKGBUILD (from rev 771470, canto-daemon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-12-07 11:01:12 UTC (rev 771471)
@@ -0,0 +1,32 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+_name=Canto
+pkgname=canto-daemon
+pkgver=0.9.8
+pkgrel=1
+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