diff options
author | Roman Vasilev | 2016-12-31 20:13:27 +0200 |
---|---|---|
committer | Roman Vasilev | 2016-12-31 20:13:27 +0200 |
commit | 38374c47eb06f1a8e2cad3651b1e21de5a094ba3 (patch) | |
tree | 8145e6e4f6bf65978321fce0144e6e5c8e27e73b | |
parent | 0b175ba4daa3a3dea20277f9c53c7261eb1ef6c1 (diff) | |
download | aur-38374c47eb06f1a8e2cad3651b1e21de5a094ba3.tar.gz |
updated to 0.6.1-1
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | PKGBUILD | 6 |
3 files changed, 9 insertions, 8 deletions
@@ -1,9 +1,9 @@ # Generated by mksrcinfo v8 -# Fri Feb 5 19:42:18 UTC 2016 +# Sat Dec 31 18:01:21 UTC 2016 pkgbase = yajhfc pkgdesc = (Yet another Java HylaFAX client) is a client for the HylaFAX fax server written completely in Java. - pkgver = 0.6.0_1 - pkgrel = 2 + pkgver = 0.6.1_1 + pkgrel = 1 url = http://www.yajhfc.de/ install = yajhfc.install arch = any @@ -13,8 +13,8 @@ pkgbase = yajhfc depends = hicolor-icon-theme depends = desktop-file-utils optdepends = yajhfc-pdf-plugin: PDF support plugin - source = http://download.yajhfc.de/releases/yajhfc-0.6.0-1.noarch.rpm - md5sums = 7f66c569c395ee21f1ba95f8b3a737a1 + source = http://download.yajhfc.de/releases/yajhfc-0.6.1-1.noarch.rpm + md5sums = ff8f70ba83c0822a5754db241d2ad18a pkgname = yajhfc diff --git a/.gitignore b/.gitignore index d8fe4fa70f61..3b9ddbd1895b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /.project +/*.rpm @@ -1,7 +1,7 @@ # Maintainer: Roman Vasilev <2rvasilev@live.ru> pkgname=yajhfc -pkgver=0.6.0_1 -pkgrel=2 +pkgver=0.6.1_1 +pkgrel=1 pkgdesc="(Yet another Java HylaFAX client) is a client for the HylaFAX fax server written completely in Java." arch=(any) url="http://www.yajhfc.de/" @@ -20,7 +20,7 @@ options=() install=${pkgname}.install changelog= source=("http://download.yajhfc.de/releases/$pkgname-${pkgver//_/-}.noarch.rpm") -md5sums=('7f66c569c395ee21f1ba95f8b3a737a1') +md5sums=('ff8f70ba83c0822a5754db241d2ad18a') build() { pkgextract.sh $pkgname-${pkgver//_/-}.noarch.rpm |