summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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')