[arch-commits] Commit in urlwatch/repos (4 files)

Balló György bgyorgy at archlinux.org
Sun Oct 15 18:50:45 UTC 2017


    Date: Sunday, October 15, 2017 @ 18:50:44
  Author: bgyorgy
Revision: 262981

archrelease: copy trunk to community-i686, community-x86_64

Added:
  urlwatch/repos/community-i686/
  urlwatch/repos/community-i686/PKGBUILD
    (from rev 262980, urlwatch/trunk/PKGBUILD)
  urlwatch/repos/community-x86_64/
  urlwatch/repos/community-x86_64/PKGBUILD
    (from rev 262980, urlwatch/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   26 ++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   26 ++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

Copied: urlwatch/repos/community-i686/PKGBUILD (from rev 262980, urlwatch/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-10-15 18:50:44 UTC (rev 262981)
@@ -0,0 +1,26 @@
+# $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.6
+pkgrel=2
+pkgdesc="A tool for monitoring webpages for updates"
+arch=('any')
+url="https://thp.io/2008/urlwatch/"
+license=('BSD')
+depends=('python-keyring' 'python-minidb' 'python-requests' 'python-yaml')
+source=("https://github.com/thp/urlwatch/archive/$pkgver.tar.gz")
+sha256sums=('ab14dbdda6604e42e63c47cd70d533a9c3033aa238e891fd895c0f605f187625')
+
+build() {
+  cd $pkgname-$pkgver
+  python3 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python3 setup.py install --root="$pkgdir"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}

Copied: urlwatch/repos/community-x86_64/PKGBUILD (from rev 262980, urlwatch/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-10-15 18:50:44 UTC (rev 262981)
@@ -0,0 +1,26 @@
+# $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.6
+pkgrel=2
+pkgdesc="A tool for monitoring webpages for updates"
+arch=('any')
+url="https://thp.io/2008/urlwatch/"
+license=('BSD')
+depends=('python-keyring' 'python-minidb' 'python-requests' 'python-yaml')
+source=("https://github.com/thp/urlwatch/archive/$pkgver.tar.gz")
+sha256sums=('ab14dbdda6604e42e63c47cd70d533a9c3033aa238e891fd895c0f605f187625')
+
+build() {
+  cd $pkgname-$pkgver
+  python3 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python3 setup.py install --root="$pkgdir"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}



More information about the arch-commits mailing list