[arch-commits] Commit in urlwatch/repos/community-any (PKGBUILD PKGBUILD)
Balló György
bgyorgy at archlinux.org
Wed Jul 4 19:01:44 UTC 2018
Date: Wednesday, July 4, 2018 @ 19:01:43
Author: bgyorgy
Revision: 352062
archrelease: copy trunk to community-any
Added:
urlwatch/repos/community-any/PKGBUILD
(from rev 352061, urlwatch/trunk/PKGBUILD)
Deleted:
urlwatch/repos/community-any/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-07-04 19:01:39 UTC (rev 352061)
+++ PKGBUILD 2018-07-04 19:01:43 UTC (rev 352062)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Skydrome <skydrome at i2pmail.org>
-# Contributor: Allan McRae <allan at archlinux.org>
-
-pkgname=urlwatch
-pkgver=2.11
-pkgrel=1
-pkgdesc="A tool for monitoring webpages for updates"
-arch=('any')
-url="https://thp.io/2008/urlwatch/"
-license=('BSD')
-depends=('python-appdirs' 'python-keyring' 'python-minidb' 'python-requests' 'python-yaml')
-optdepends=('lynx: convert HTML to plain text'
- 'python-beautifulsoup4: prettify HTML'
- 'python-html2text: convert HTML to plain text')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/thp/urlwatch/archive/$pkgver.tar.gz")
-sha256sums=('ee81c577cfa7d75c9151a1c995be32ccbfb800aca8fca952df6887ae09da0365')
-
-build() {
- cd $pkgname-$pkgver
- python3 setup.py build
-}
-
-package() {
- cd $pkgname-$pkgver
- python3 setup.py install --root="$pkgdir" --optimize=1
- install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
Copied: urlwatch/repos/community-any/PKGBUILD (from rev 352061, urlwatch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-07-04 19:01:43 UTC (rev 352062)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Skydrome <skydrome at i2pmail.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+
+pkgname=urlwatch
+pkgver=2.13
+pkgrel=1
+pkgdesc="A tool for monitoring webpages for updates"
+arch=('any')
+url="https://thp.io/2008/urlwatch/"
+license=('BSD')
+depends=('python-appdirs' 'python-keyring' 'python-minidb' 'python-requests' 'python-yaml')
+optdepends=('lynx: convert HTML to plain text'
+ 'python-beautifulsoup4: prettify HTML'
+ 'python-html2text: convert HTML to plain text')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/thp/urlwatch/archive/$pkgver.tar.gz")
+sha256sums=('b9808d20129cfa47ea1d774e348890fa9fa6c61e894e605b4684bacaff058405')
+
+build() {
+ cd $pkgname-$pkgver
+ python3 setup.py build
+}
+
+package() {
+ cd $pkgname-$pkgver
+ python3 setup.py install --root="$pkgdir" --optimize=1
+ install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
More information about the arch-commits
mailing list