New Version 4.3.857

This commit is contained in:
Jan Bader 2016-06-12 21:15:10 +02:00
parent 0a3df262f8
commit ffe7de38a4
2 changed files with 7 additions and 7 deletions

View File

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

View File

@ -1,6 +1,6 @@
# Maintainer: Jan Bader <c.arch@jan.javil.eu> # Maintainer: Jan Bader <c.arch@jan.javil.eu>
pkgname="ynab4" pkgname="ynab4"
pkgver="4.3.820" pkgver="4.3.857"
pkgrel=1 pkgrel=1
epoch= epoch=
pkgdesc="You Need A Budget, installs with wine" pkgdesc="You Need A Budget, installs with wine"
@ -19,10 +19,10 @@ backup=()
options=() options=()
install= install=
changelog= changelog=
source=(ynab4 "Setup.exe::http://s3.amazonaws.com/cf.download/${pkgname}/YNAB%204_${pkgver}_Setup.exe") source=(ynab4 "Setup.exe::http://classic.youneedabudget.com/CDNOrigin/download/${pkgname}/liveCaptive/Win/YNAB%204_${pkgver}_Setup.exe")
noextract=("Setup.exe") noextract=("Setup.exe")
md5sums=('75854469a4abb1132b93a80c2336d7c6' md5sums=('75854469a4abb1132b93a80c2336d7c6'
'7b9fc27fb90761085b404cffc07c9de2') 'a25c0a73350a99559f1e30c2f86ad0b9')
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
} }