summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5091a471e8a7..d05a08427a7e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,8 +8,9 @@ pkgbase = stm32flash-git
arch = arm
arch = armv6h
arch = armv7h
- license = GPLv2
+ license = GPL2
makedepends = git
+ depends = glibc
provides = stm32flash
conflicts = stm32flash
source = stm32flash::git://git.code.sf.net/p/stm32flash/code
diff --git a/PKGBUILD b/PKGBUILD
index 5db592e49d7a..4d3f33eb07dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,10 +9,11 @@ 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://sourceforge.net/projects/stm32flash/'
-license=('GPLv2')
+license=('GPL2')
makedepends=('git')
provides=("$_pkgname")
conflicts=("$_pkgname")
+depends=('glibc')
source=("$_pkgname::git://git.code.sf.net/p/stm32flash/code")
sha512sums=('SKIP')