summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Chen2024-03-25 11:52:01 +0800
committerJack Chen2024-03-25 11:52:01 +0800
commitf7f0fbee73eb2b02f292165f84f2dedbb3fcd5e4 (patch)
treed5c77e65060479c9152f07bcafac48fc7dfd9c67
parent6779f26c285542e86d10656a9eff3445eda4c1bb (diff)
downloadaur-picotool-git.tar.gz
PKGBUILD: update git urls
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b714032fa09..46e6cc350d58 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,10 +11,9 @@ pkgbase = picotool-git
depends = libusb
provides = picotool
conflicts = picotool
- source = git+https://github.com/raspberrypi/picotool
- source = git+https://github.com/raspberrypi/pico-sdk
+ source = git+https://github.com/raspberrypi/picotool.git
+ source = git+https://github.com/raspberrypi/pico-sdk.git
sha512sums = SKIP
sha512sums = SKIP
pkgname = picotool-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 9418fa392b7c..6f1b1a2a8c3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jack Chen <redchenjs@live.com>
pkgname=picotool-git
-pkgver=r1.d54bf53
+pkgver=r47.f6fe6b7
pkgrel=1
pkgdesc="Tool for interacting with a RP2040 device in BOOTSEL mode, or with a RP2040 binary"
arch=('x86_64')
@@ -12,8 +12,8 @@ makedepends=('git' 'cmake')
provides=('picotool')
conflicts=('picotool')
source=(
- "git+https://github.com/raspberrypi/picotool"
- "git+https://github.com/raspberrypi/pico-sdk"
+ "git+https://github.com/raspberrypi/picotool.git"
+ "git+https://github.com/raspberrypi/pico-sdk.git"
)
sha512sums=(
'SKIP'