summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryjun2020-12-08 20:31:27 +0800
committeryjun2020-12-08 20:31:27 +0800
commit788dbb951042bfa36c49a540779e73141806c76a (patch)
tree1d9cc137aa208fd27ab640113bd2c3f7d97bf9f3
parent931281b3ec2b893122147299d5ceb299792ebcd8 (diff)
downloadaur-788dbb951042bfa36c49a540779e73141806c76a.tar.gz
generated New .SRCINFO
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD10
2 files changed, 14 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d55cf45a515..5091a471e8a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,19 @@
pkgbase = stm32flash-git
pkgdesc = Open source flash program for the STM32 ARM processors using the ST serial bootloader over UART or I2C
- pkgver = 0.4
+ pkgver = r363.dba794a
pkgrel = 1
- url = https://github.com/ARMinARM/stm32flash
- arch = x86_64
+ url = https://sourceforge.net/projects/stm32flash/
arch = i686
+ arch = x86_64
arch = arm
arch = armv6h
arch = armv7h
license = GPLv2
- makedepends = make
makedepends = git
- source = git+https://github.com/ARMinARM/stm32flash.git
- sha1sums = SKIP
+ provides = stm32flash
+ conflicts = stm32flash
+ source = stm32flash::git://git.code.sf.net/p/stm32flash/code
+ sha512sums = SKIP
pkgname = stm32flash-git
+
diff --git a/PKGBUILD b/PKGBUILD
index ec5bb5eeb8a7..5db592e49d7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,14 @@
-# Maintainer: Andrey Tkachenko <andreytkachenko64@gmail.com>
+# Maintainer: yjun <jerrysteve1101@gmail.com>
+# Contributor: Andrey Tkachenko <andreytkachenko64@gmail.com>
+
-_pkgname=stm32flash
pkgname=stm32flash-git
-pkgver=r351.5ad1f87
+_pkgname=stm32flash
+pkgver=r363.dba794a
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://git.code.sf.net/p/stm32flash/code'
+url='https://sourceforge.net/projects/stm32flash/'
license=('GPLv2')
makedepends=('git')
provides=("$_pkgname")