Version 4.3.820

This commit is contained in:
Jan Bader 2016-01-08 19:44:52 +01:00
parent cbeb87e385
commit 0a3df262f8
2 changed files with 10 additions and 10 deletions

View File

@ -1,7 +1,7 @@
pkgbase = ynab4 pkgbase = ynab4
pkgdesc = You Need A Budget, installs with wine pkgdesc = You Need A Budget, installs with wine
pkgver = 4.3.729 pkgver = 4.3.820
pkgrel = 4 pkgrel = 1
url = http://youneedabudget.com/ url = http://youneedabudget.com/
arch = x86_64 arch = x86_64
license = unknown license = unknown
@ -18,9 +18,9 @@ pkgbase = ynab4
optdepends = dropbox optdepends = dropbox
noextract = Setup.exe noextract = Setup.exe
source = ynab4 source = ynab4
source = Setup.exe::http://www.youneedabudget.com/CDNOrigin/download/ynab4/liveCaptive/Win/YNAB%204_4.3.729_Setup.exe source = Setup.exe::http://s3.amazonaws.com/cf.download/${pkgname}/YNAB%204_${pkgver}_Setup.exe
md5sums = 764cd9a8cec68ebcad04427110045267 md5sums = 764cd9a8cec68ebcad04427110045267
md5sums = 0a5df8a115193fe68c4fb5e1cae55326 md5sums = 7b9fc27fb90761085b404cffc07c9de2
pkgname = ynab4 pkgname = ynab4

View File

@ -1,7 +1,7 @@
# Maintainer: Jan Bader <c.arch@jan.javil.eu> # Maintainer: Jan Bader <c.arch@jan.javil.eu>
pkgname="ynab4" pkgname="ynab4"
pkgver="4.3.729" pkgver="4.3.820"
pkgrel=4 pkgrel=1
epoch= epoch=
pkgdesc="You Need A Budget, installs with wine" pkgdesc="You Need A Budget, installs with wine"
arch=("x86_64") arch=("x86_64")
@ -19,10 +19,10 @@ backup=()
options=() options=()
install= install=
changelog= changelog=
source=(ynab4 "Setup.exe::https://www.youneedabudget.com/CDNOrigin/download/$pkgname/liveCaptive/Win/YNAB%204_${pkgver}_Setup.exe") source=(ynab4 "Setup.exe::http://s3.amazonaws.com/cf.download/${pkgname}/YNAB%204_${pkgver}_Setup.exe")
noextract=("Setup.exe") noextract=("Setup.exe")
md5sums=("75854469a4abb1132b93a80c2336d7c6" md5sums=('75854469a4abb1132b93a80c2336d7c6'
"0a5df8a115193fe68c4fb5e1cae55326") '7b9fc27fb90761085b404cffc07c9de2')
package() { package() {
install -d -m755 "$pkgdir"/usr/share/ynab4 install -d -m755 "$pkgdir"/usr/share/ynab4
@ -30,4 +30,4 @@ package() {
install -d -m755 "$pkgdir"/usr/bin install -d -m755 "$pkgdir"/usr/bin
install -m755 ynab4 "$pkgdir"/usr/bin install -m755 ynab4 "$pkgdir"/usr/bin
} }