summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorViktor Drobot2020-02-05 22:17:35 +0300
committerViktor Drobot2020-02-05 22:17:35 +0300
commitff38e60b5ae68b7c0706196f6f30feb3135c6035 (patch)
tree1e028333a533f92c222ae3d09b116b236b955e1c /PKGBUILD
parentd2ea0d5f33f2a8854ffe12f2b5e7354dd95b4f12 (diff)
downloadaur-ff38e60b5ae68b7c0706196f6f30feb3135c6035.tar.gz
Update 2.29
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index df2ac894e176..57492017b218 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
+
pkgname=spipgm-bin
-pkgver=2.28
-pkgrel=2
+pkgver=2.29
+pkgrel=1
pkgdesc="Tool for programming serial SPI FlashROM memories attached to PC via parallel port cable"
arch=('i686' 'x86_64')
makedepends=('unzip')
url="http://rayer.g6.cz/programm/programe.htm"
license=('unknown')
source=("http://rayer.g6.cz/programm/spipgm.zip")
-md5sums=('a3c90331707e1db92c3f2baedebf3c55')
+md5sums=('8a121449041cc0a1a57a47ae0ac11290')
options=(!strip)
package() {
install -Dm755 ${srcdir}/SPIPGM/SPIPGM ${pkgdir}/usr/bin/spipgm
install -Dm755 ${srcdir}/SPIPGM/SPIPGM64 ${pkgdir}/usr/bin/spipgm64
}
-