Date: Saturday, April 13, 2019 @ 19:04:24
  Author: maximbaz
Revision: 451542

archrelease: copy trunk to community-any

Added:
  urlwatch/repos/community-any/PKGBUILD
    (from rev 451541, urlwatch/trunk/PKGBUILD)
Deleted:
  urlwatch/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2019-04-13 19:04:18 UTC (rev 451541)
+++ PKGBUILD    2019-04-13 19:04:24 UTC (rev 451542)
@@ -1,29 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Skydrome <[email protected]>
-# Contributor: Allan McRae <[email protected]>
-
-pkgname=urlwatch
-pkgver=2.16
-pkgrel=1
-pkgdesc="Tool for monitoring webpages for updates"
-arch=('any')
-url="https://thp.io/2008/urlwatch/";
-license=('BSD')
-depends=('python-appdirs' 'python-keyring' 'python-lxml' 'python-cssselect' 
'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=('70e62d655711e1c375f04f92fc0ac3af87a6f8a549ad7c815fd07a1189205195')
-
-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 451541, 
urlwatch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2019-04-13 19:04:24 UTC (rev 451542)
@@ -0,0 +1,29 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Skydrome <[email protected]>
+# Contributor: Allan McRae <[email protected]>
+
+pkgname=urlwatch
+pkgver=2.17
+pkgrel=1
+pkgdesc="Tool for monitoring webpages for updates"
+arch=('any')
+url="https://thp.io/2008/urlwatch/";
+license=('BSD')
+depends=('python-appdirs' 'python-keyring' 'python-lxml' 'python-cssselect' 
'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=('83101382c2cbc6e84752f12cdbdefed67b3018085fa5ffb68923d6b1fe97854d')
+
+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"
+}

Reply via email to