summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 167599e66dfa..3e487c984505 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Jul 31 19:44:38 UTC 2019
+# Sun Dec 1 16:38:22 UTC 2019
pkgbase = librepcb-appimage
pkgdesc = A free EDA software to develop printed circuit boards (binary AppImage version)
- pkgver = 0.1.2
+ pkgver = 0.1.3
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.2-linux-x86_64.AppImage
+ noextract = librepcb-0.1.3-linux-x86_64.AppImage
options = !strip
options = !emptydirs
- source = https://download.librepcb.org/releases/0.1.2/librepcb-0.1.2-linux-x86_64.AppImage
- source = https://download.librepcb.org/releases/0.1.2/librepcb-0.1.2-linux-x86_64.AppImage.asc
- sha256sums = f3bab1ba41a8d1c5a96c5afcdcad2993df2d6db31cf40249ac26ed5fea80a0fe
+ source = https://download.librepcb.org/releases/0.1.3/librepcb-0.1.3-linux-x86_64.AppImage
+ source = https://download.librepcb.org/releases/0.1.3/librepcb-0.1.3-linux-x86_64.AppImage.asc
+ sha256sums = 7e618b1f6744a3cd3d601a73708756f3b0789d93143ce8f993df7ca477ab9bf0
sha256sums = SKIP
pkgname = librepcb-appimage
diff --git a/PKGBUILD b/PKGBUILD
index b5e5ad7dc3d1..c148e277c322 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Danilo Bargen <aur at dbrgn dot ch>
# PGP key is on keyservers
pkgname=librepcb-appimage
-pkgver=0.1.2
+pkgver=0.1.3
_pkgver=${pkgver/_/-}
pkgrel=1
pkgdesc="A free EDA software to develop printed circuit boards (binary AppImage version)"
@@ -19,7 +19,7 @@ source=(
"https://download.librepcb.org/releases/${_pkgver}/${_appimage}.asc"
)
sha256sums=(
- 'f3bab1ba41a8d1c5a96c5afcdcad2993df2d6db31cf40249ac26ed5fea80a0fe'
+ '7e618b1f6744a3cd3d601a73708756f3b0789d93143ce8f993df7ca477ab9bf0'
'SKIP'
)
validpgpkeys=('D6F9AF572228C5BCD6B538407EF3061F5C8D5E25')