summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Bazley2022-02-22 09:55:13 +0000
committerSam Bazley2022-02-22 09:55:13 +0000
commit1576f68ba09d579bd8cdf3ec906a5603129ecf72 (patch)
treec1950a558b1531bdf206589f2fcf39300c78b919
parent7c316e2cef78a875736fb5149d5c6fde82561e14 (diff)
downloadaur-1576f68ba09d579bd8cdf3ec906a5603129ecf72.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 9c23880a3637..7087f963a355 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = stm32f0-headers-git
pkgdesc = Headers for STM32F0 devices
- pkgver = r5.7b44872c87d4
+ pkgver = r7.830a0e950d42
pkgrel = 1
url = https://github.com/STMicroelectronics
arch = any
license = apache
- source = git://github.com/STMicroelectronics/STM32CubeF0.git
+ source = git+https://github.com/STMicroelectronics/STM32CubeF0.git
md5sums = SKIP
pkgname = stm32f0-headers-git
-
diff --git a/PKGBUILD b/PKGBUILD
index ab76d1da5e66..9c6cd7738d6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
#Maintainer: Sam Bazley <sambazley@fastmail.com>
dev=F0
pkgname="stm32${dev,,}-headers-git"
-pkgver=r5.7b44872c87d4
+pkgver=r7.830a0e950d42
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')