summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Bazley2022-02-22 09:56:07 +0000
committerSam Bazley2022-02-22 09:56:07 +0000
commit51c99f5ec50fa0a70bba0a256800ecffce2d51a5 (patch)
treec1df89e8543b1fd4a39427506f5ec1a2b1d60df0
parent5c50c97d91dbcb5346d2ecd724844e27c6480757 (diff)
downloadaur-51c99f5ec50fa0a70bba0a256800ecffce2d51a5.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 38a49c1ee5c9..dccb58205978 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = stm32l4-headers-git
pkgdesc = Headers for STM32L4 devices
- pkgver = r6.d023c0d560ac
+ pkgver = r8.f93a2f74f8e9
pkgrel = 1
url = https://github.com/STMicroelectronics
arch = any
license = apache
- source = git://github.com/STMicroelectronics/STM32CubeL4.git
+ source = git+https://github.com/STMicroelectronics/STM32CubeL4.git
md5sums = SKIP
pkgname = stm32l4-headers-git
-
diff --git a/PKGBUILD b/PKGBUILD
index a6847f55733e..ece5ac51bd91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
#Maintainer: Sam Bazley <sambazley@fastmail.com>
dev=L4
pkgname="stm32${dev,,}-headers-git"
-pkgver=r6.d023c0d560ac
+pkgver=r8.f93a2f74f8e9
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')