summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKamilcuk2017-03-06 01:36:13 +0100
committerKamilcuk2017-03-06 01:37:57 +0100
commit33c9b876628be7e189d2bd97fc1c041120a81e95 (patch)
tree2d3fd96b88d8460eda7c152eff4b4d7a28828f1c
parent0a14d976b04b46e573541d1b07f7ae99fa1a2c6c (diff)
downloadaur-33c9b876628be7e189d2bd97fc1c041120a81e95.tar.gz
Update with x86_64 version
Patch supplied by Mehmet Akif TAŞOVA makiftasova
-rw-r--r--PKGBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 57a359c45c21..722ea6b4bf06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,16 @@
# then please put 'unknown'.
# Maintainer: Kamil Cukrowski <kamil@dyzio.pl>
+# Contributor: Mehmet Akif <makiftasova@gmail.com>
# picpgm author: Christian Stadler
pkgname=picpgm
pkgver=2.9.2.3
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="The PICPgm Development Programmer Software is a free and simple In-System-Development Programmer Software for the Microchip PIC microcontrollers."
arch=( "i686" "x86_64" )
url="picpgm.picprojects.net"
-license=('GPL')
+license=('custom')
groups=()
depends=()
makedepends=()
@@ -25,9 +26,11 @@ backup=()
options=()
install=
changelog=
-source=("http://picpgm.picprojects.net/download/${pkgname}-${pkgver}-linux-i386.tar.gz")
+source_i686=("http://picpgm.picprojects.net/download/${pkgname}-${pkgver}-linux-i386.tar.gz")
+source_x86_64=("http://picpgm.picprojects.net/download/${pkgname}-${pkgver}-linux-x86_64.tar.gz")
noextract=()
-md5sums=("5a54cb6b3a146409e19d5b4039bcb804")
+sha256sums_i686=("9613df322b73374a38f06e08604d764bee0ee48c295ce28b62995f32a0ee3bf3")
+sha256sums_x86_64=("d900523448b07c5002a6f7dcc0eba72431f61c82f9817e12b8293d9128283bee")
validpgpkeys=()
package() {