diff options
author | Yadav Gowda | 2024-03-27 13:11:12 -0500 |
---|---|---|
committer | Yadav Gowda | 2024-03-27 13:11:12 -0500 |
commit | 11b553cb5c4700fe73094c96f1ed8a1a5e3500c8 (patch) | |
tree | 711221a15efc8d8cb9ed3076d94d33d9f1e9b4cc | |
parent | 23682492e092c84a983fbb020d1acf2ae8699a37 (diff) | |
download | aur-handyoutliner-bin.tar.gz |
updating to 1.1.6.4
-rw-r--r-- | .SRCINFO | 9 | ||||
-rw-r--r-- | PKGBUILD | 8 | ||||
-rw-r--r-- | handyoutliner.desktop | 2 |
3 files changed, 9 insertions, 10 deletions
@@ -1,16 +1,15 @@ pkgbase = handyoutliner-bin pkgdesc = The goal of this program is to make easier and faster the process of creating bookmarks for DjVu and PDF documents. - pkgver = 1.1.6.3 + pkgver = 1.1.6.4 pkgrel = 1 url = http://handyoutlinerfo.sourceforge.net/ arch = x86_64 license = GPL depends = djvulibre depends = mono - source = https://prdownloads.sourceforge.net/sourceforge/handyoutlinerfo/handyoutliner_1.1.6.3.zip + source = https://prdownloads.sourceforge.net/sourceforge/handyoutlinerfo/handyoutliner_1.1.6.4.zip source = handyoutliner.desktop - md5sums = 51a3b3411103564b762605d8bcb17be4 - md5sums = 55f5c8fa377de829f10632a2d518d06d + md5sums = 0fa32c26b04014f1978174a7fe87e07d + md5sums = cbdba92c9b16a08c8f198a0d7c2adf89 pkgname = handyoutliner-bin - @@ -1,17 +1,17 @@ # Maintainer: Yadav Gowda <yadav . gowda __at__ gmail . com> _pkgname=handyoutliner pkgname=${_pkgname}-bin -pkgver=1.1.6.3 +pkgver=1.1.6.4 pkgrel=1 pkgdesc="The goal of this program is to make easier and faster the process of creating bookmarks for DjVu and PDF documents." arch=('x86_64') url="http://handyoutlinerfo.sourceforge.net/" license=('GPL') depends=('djvulibre' 'mono') -source=('https://prdownloads.sourceforge.net/sourceforge/handyoutlinerfo/handyoutliner_1.1.6.3.zip' +source=('https://prdownloads.sourceforge.net/sourceforge/handyoutlinerfo/handyoutliner_1.1.6.4.zip' 'handyoutliner.desktop') -md5sums=('51a3b3411103564b762605d8bcb17be4' - '55f5c8fa377de829f10632a2d518d06d') +md5sums=('0fa32c26b04014f1978174a7fe87e07d' + 'cbdba92c9b16a08c8f198a0d7c2adf89') prepare() { cd ${_pkgname}_${pkgver} diff --git a/handyoutliner.desktop b/handyoutliner.desktop index 463da0b02a60..09af4c12ac4d 100644 --- a/handyoutliner.desktop +++ b/handyoutliner.desktop @@ -4,7 +4,7 @@ Type=Application # The version of the desktop entry specification to which this file complies -Version=1.1.6.3 +Version=1.1.6.4 # The name of the application Name=HandyOutliner |