summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Tkachenko2016-04-11 16:09:10 +0300
committerAndrey Tkachenko2016-04-11 16:09:10 +0300
commit1b2d1e100b7ecf54f213bbf2897710e0feca36c4 (patch)
tree003dfaa0a9b0a3a3ea98e9d1f3222d74f045e399
parentf91a8a7b4bc1a9bf8c6aad27212045fa8efddecd (diff)
downloadaur-1b2d1e100b7ecf54f213bbf2897710e0feca36c4.tar.gz
Update to ver 0.5
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 86f172b854b9..3437b7be6e42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
_pkgname=stm32flash
pkgname=stm32flash-git
-pkgver=r3.c32b4c9
+pkgver=r305.5361ed8
pkgrel=1
pkgdesc='Open source flash program for the STM32 ARM processors using the ST serial bootloader over UART or I2C'
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
-url='https://github.com/ARMinARM/stm32flash'
+url='http://git.code.sf.net/p/stm32flash/code'
license=('GPLv2')
makedepends=('git')
provides=("$_pkgname")
conflicts=("$_pkgname")
-source=("$_pkgname::git+https://github.com/ARMinARM/stm32flash.git")
+source=("$_pkgname::git://git.code.sf.net/p/stm32flash/code")
sha512sums=('SKIP')
pkgver() {