summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgardar2021-01-31 01:54:05 +0000
committergardar2021-01-31 01:54:05 +0000
commitc6ae56b82ff4deb865de1afdda740df478834cb6 (patch)
tree4181ae27be3e6a659f35a374ce4323d56c3170ec
parentdf5b7976bf9cd6c88cbda240f434ede646d6d5ea (diff)
downloadaur-c6ae56b82ff4deb865de1afdda740df478834cb6.tar.gz
Update to v0.1.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00168473628d..3cad31843466 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = arduino-pro-ide
pkgdesc = The Arduino Pro IDE bring features that address the needs of advanced users whilst retaining continuity with the simple classic Arduino IDE.
- pkgver = 0.1.2
+ pkgver = 0.1.3
pkgrel = 1
url = https://github.com/arduino/arduino-pro-ide
install = arduino-pro-ide.install
@@ -16,9 +16,9 @@ pkgbase = arduino-pro-ide
depends = libxkbfile
depends = python
optdepends = arduino-cli
- source = https://downloads.arduino.cc/arduino-pro-ide/arduino-pro-ide_0.1.2_Linux_64bit.zip
+ source = https://downloads.arduino.cc/arduino-pro-ide/arduino-pro-ide_0.1.3_Linux_64bit.zip
source = git+git://github.com/arduino/arduino-pro-ide.git
- sha256sums = b98a23986d788c3214647eca3bb57be09865ab15676c7b245bc41e7b9b8d8477
+ sha256sums = d1e887cac7c83ccc6760de137b2d614b0dfdf4117dd6ca4950510a20c8161f52
sha256sums = SKIP
pkgname = arduino-pro-ide
diff --git a/PKGBUILD b/PKGBUILD
index 0f8612a13f35..d5563429d9c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: gardar <aur@gardar.net>
pkgname=arduino-pro-ide
-pkgver=0.1.2
+pkgver=0.1.3
pkgrel=1
pkgdesc="The Arduino Pro IDE bring features that address the needs of advanced users whilst retaining continuity with the simple "classic" Arduino IDE."
arch=('x86_64')
@@ -12,12 +12,9 @@ url="https://github.com/arduino/$pkgname"
license=('EPLv2')
install="$pkgname.install"
source=("https://downloads.arduino.cc/$pkgname/${pkgname}_${pkgver}_Linux_64bit.zip" "git+git://github.com/arduino/$pkgname.git")
-#noextract=("${pkgname}_${pkgver}_Linux_64bit.zip")
-sha256sums=('b98a23986d788c3214647eca3bb57be09865ab15676c7b245bc41e7b9b8d8477' 'SKIP')
+sha256sums=('d1e887cac7c83ccc6760de137b2d614b0dfdf4117dd6ca4950510a20c8161f52' 'SKIP')
prepare() {
-# mkdir "Arduino Pro IDE-v$pkgver-linux"
-# bsdtar xf "${pkgname}_${pkgver}_Linux_64bit.zip" -C "Arduino Pro IDE-v$pkgver-linux"
gendesk -f --pkgname "$pkgname" --name "Arduino Pro IDE" --pkgdesc "$pkgdesc"
ronn -r --manual=$pkgname "$pkgname/README.md"