summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e5802f773cd..889b41a1e1ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Nov 8 21:23:31 UTC 2018
+# Tue Apr 23 07:47:08 UTC 2019
pkgbase = librepcb-appimage
pkgdesc = A free EDA software to develop printed circuit boards (binary AppImage version).
- pkgver = 0.1.0_rc2
- pkgrel = 2
+ pkgver = 0.1.1
+ pkgrel = 1
url = http://librepcb.org/
arch = x86_64
license = GPL
@@ -12,12 +12,12 @@ pkgbase = librepcb-appimage
depends = hicolor-icon-theme
provides = librepcb
conflicts = librepcb
- noextract = librepcb-0.1.0-rc2-linux-x86_64.AppImage
+ noextract = librepcb-0.1.1-linux-x86_64.AppImage
options = !strip
options = !emptydirs
- source = https://download.librepcb.org/releases/0.1.0-rc2/librepcb-0.1.0-rc2-linux-x86_64.AppImage
- source = https://download.librepcb.org/releases/0.1.0-rc2/librepcb-0.1.0-rc2-linux-x86_64.AppImage.asc
- sha256sums = ee21d7defc78737d430d43b8848131e8c618822623355958285aaa74d964c8a5
+ source = https://download.librepcb.org/releases/0.1.1/librepcb-0.1.1-linux-x86_64.AppImage
+ source = https://download.librepcb.org/releases/0.1.1/librepcb-0.1.1-linux-x86_64.AppImage.asc
+ sha256sums = c682ba518bd4ecec265c707c5bb2ac5edd6fbc7974f3bc8180b913ccfc8eaf52
sha256sums = SKIP
pkgname = librepcb-appimage
diff --git a/PKGBUILD b/PKGBUILD
index 2cddb9f424e2..0f36cb1251d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Danilo Bargen <aur at dbrgn dot ch>
# PGP key is on keyservers
pkgname=librepcb-appimage
-pkgver=0.1.0_rc2
+pkgver=0.1.1
_pkgver=${pkgver/_/-}
-pkgrel=2
+pkgrel=1
pkgdesc="A free EDA software to develop printed circuit boards (binary AppImage version)."
arch=('x86_64')
url="http://librepcb.org/"
@@ -19,7 +19,7 @@ source=(
"https://download.librepcb.org/releases/${_pkgver}/${_appimage}.asc"
)
sha256sums=(
- 'ee21d7defc78737d430d43b8848131e8c618822623355958285aaa74d964c8a5'
+ 'c682ba518bd4ecec265c707c5bb2ac5edd6fbc7974f3bc8180b913ccfc8eaf52'
'SKIP'
)
validpgpkeys=('D6F9AF572228C5BCD6B538407EF3061F5C8D5E25')