Date: Saturday, November 17, 2018 @ 14:33:43 Author: schuay Revision: 408545
upgpkg: simavr 1.6-1 1.6-1 Modified: simavr/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-11-17 13:30:43 UTC (rev 408544) +++ PKGBUILD 2018-11-17 14:33:43 UTC (rev 408545) @@ -1,15 +1,16 @@ # Maintainer: schuay <[email protected]> pkgname=simavr -pkgver=1.5 -pkgrel=2 +pkgver=1.6 +pkgrel=1 pkgdesc='A lean, mean and hackable AVR simulator' arch=('x86_64') url="https://github.com/buserror-uk/simavr" license=('GPL3') -depends=('elfutils') -makedepends=('avr-libc' 'git') -source=("${pkgname}::git+https://github.com/buserror-uk/simavr.git#tag=v${pkgver}") +depends=('elfutils' 'glu') +makedepends=('avr-libc' 'git' 'freeglut') +_pkghash= +source=("${pkgname}::git+https://github.com/buserror-uk/simavr.git#commit=${pkghash}") options=(!strip) md5sums=('SKIP')
