summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Bazley2022-02-22 09:55:26 +0000
committerSam Bazley2022-02-22 09:55:26 +0000
commitdcc4a92f20ed6a6a1e23189f1053299693f91880 (patch)
tree91220983a02a12a2d18cebd98520d05d6ab232e2
parentd9a7c8b4a595dbc47adf40bb54d398b0a069c81c (diff)
downloadaur-stm32f1-headers-git.tar.gz
Add https source
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ca791feff5d..0ea81076f616 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = stm32f1-headers-git
pkgdesc = Headers for STM32F1 devices
- pkgver = r4.6ead386a08de
+ pkgver = r10.156741e067c4
pkgrel = 1
url = https://github.com/STMicroelectronics
arch = any
license = apache
- source = git://github.com/STMicroelectronics/STM32CubeF1.git
+ source = git+https://github.com/STMicroelectronics/STM32CubeF1.git
md5sums = SKIP
pkgname = stm32f1-headers-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 00a26ce6b7c7..3b2bf5b09e08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
#Maintainer: Sam Bazley <sambazley@fastmail.com>
dev=F1
pkgname="stm32${dev,,}-headers-git"
-pkgver=r4.6ead386a08de
+pkgver=r10.156741e067c4
pkgrel=1
pkgdesc="Headers for STM32${dev} devices"
url=https://github.com/STMicroelectronics
license=('apache')
-source=("git://github.com/STMicroelectronics/STM32Cube${dev}.git")
+source=("git+https://github.com/STMicroelectronics/STM32Cube${dev}.git")
md5sums=('SKIP')
arch=('any')