summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo Bargen2020-10-04 17:30:15 +0200
committerDanilo Bargen2020-10-04 17:30:15 +0200
commitc7ed8e2475daf92c904eb51037b23820f561439e (patch)
treec40945f897a0ed14a4fa84bdf4a0416241e04bfc
parent21169ff79ada8282423a944f1b7147bd84380262 (diff)
downloadaur-c7ed8e2475daf92c904eb51037b23820f561439e.tar.gz
Version 0.1.5-1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fde142ec833..c038bfee4699 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun May 3 21:13:27 UTC 2020
+# Sun Oct 4 15:30:03 UTC 2020
pkgbase = librepcb-appimage
pkgdesc = A free EDA software to develop printed circuit boards (binary AppImage version)
- pkgver = 0.1.4
+ pkgver = 0.1.5
pkgrel = 1
url = http://librepcb.org/
arch = x86_64
@@ -12,12 +12,12 @@ pkgbase = librepcb-appimage
depends = hicolor-icon-theme
provides = librepcb
conflicts = librepcb
- noextract = librepcb-0.1.4-linux-x86_64.AppImage
+ noextract = librepcb-0.1.5-linux-x86_64.AppImage
options = !strip
options = !emptydirs
- source = https://download.librepcb.org/releases/0.1.4/librepcb-0.1.4-linux-x86_64.AppImage
- source = https://download.librepcb.org/releases/0.1.4/librepcb-0.1.4-linux-x86_64.AppImage.asc
- sha256sums = c70f2368c40a3fb87d8fc33cd0febc939a038f90b5b0d807337e0919164f6836
+ source = https://download.librepcb.org/releases/0.1.5/librepcb-0.1.5-linux-x86_64.AppImage
+ source = https://download.librepcb.org/releases/0.1.5/librepcb-0.1.5-linux-x86_64.AppImage.asc
+ sha256sums = 0d2f0febc9071061d3b7068b2b0e3a8433d4a19db973d85cab78e67380c44e5e
sha256sums = SKIP
pkgname = librepcb-appimage
diff --git a/PKGBUILD b/PKGBUILD
index 3a295aca773b..b146d79b79f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# See https://wiki.archlinux.org/index.php/Makepkg#Signature_checking
# for more details # on package signing.
pkgname=librepcb-appimage
-pkgver=0.1.4
+pkgver=0.1.5
_pkgver=${pkgver/_/-}
pkgrel=1
pkgdesc="A free EDA software to develop printed circuit boards (binary AppImage version)"
@@ -25,7 +25,7 @@ source=(
"https://download.librepcb.org/releases/${_pkgver}/${_appimage}.asc"
)
sha256sums=(
- 'c70f2368c40a3fb87d8fc33cd0febc939a038f90b5b0d807337e0919164f6836'
+ '0d2f0febc9071061d3b7068b2b0e3a8433d4a19db973d85cab78e67380c44e5e'
'SKIP'
)
validpgpkeys=('D6F9AF572228C5BCD6B538407EF3061F5C8D5E25')