summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJack Chen2024-03-25 11:52:01 +0800
committerJack Chen2024-03-25 11:52:01 +0800
commitf7f0fbee73eb2b02f292165f84f2dedbb3fcd5e4 (patch)
treed5c77e65060479c9152f07bcafac48fc7dfd9c67 /PKGBUILD
parent6779f26c285542e86d10656a9eff3445eda4c1bb (diff)
downloadaur-picotool-git.tar.gz
PKGBUILD: update git urls
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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'