summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorViacheslav Chimishuk2024-01-21 21:07:47 +0200
committerViacheslav Chimishuk2024-01-21 21:07:47 +0200
commit6ecb0c29b9c8d787042bc64f73d3a63d956675e9 (patch)
tree8428dd6d617e08dc62903087e157198110b16cc8
parentc02c9260cb620c151e85741a6197598f1d8bcc68 (diff)
downloadaur-arduino-mk-git.tar.gz
Fix broken source link.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c724b73628ee..e0de9c1d8591 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = arduino-mk-git
pkgdesc = A Makefile for Arduino Sketches
- pkgver = 1.5.2.r6.g08b4f44
- pkgrel = 1
+ pkgver = 1.6.0.r140.ga1fbda0
+ pkgrel = 2
url = https://github.com/sudar/Arduino-Makefile
arch = any
license = LGPL2.1
@@ -12,8 +12,7 @@ pkgbase = arduino-mk-git
optdepends = picocom: monitor support
provides = arduino-mk
conflicts = arduino-mk
- source = git://github.com/sudar/Arduino-Makefile
+ source = git+https://github.com/sudar/Arduino-Makefile.git
md5sums = SKIP
pkgname = arduino-mk-git
-
diff --git a/PKGBUILD b/PKGBUILD
index d4cd753db290..f4ba4b6a4f56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Viacheslav Chimishuk <vchimishuk@yandex.ru>
pkgname=arduino-mk-git
-pkgrel=1
-pkgver=1.5.2.r6.g08b4f44
+pkgrel=2
+pkgver=1.6.0.r140.ga1fbda0
provides=('arduino-mk')
conflicts=('arduino-mk')
pkgdesc='A Makefile for Arduino Sketches'
@@ -12,7 +12,7 @@ license=('LGPL2.1')
depends=('arduino' 'make' 'python-pyserial')
optdepends=('screen: monitor support'
'picocom: monitor support')
-source=("git://github.com/sudar/Arduino-Makefile")
+source=("git+https://github.com/sudar/Arduino-Makefile.git")
md5sums=('SKIP')
prepare() {