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 9067236987a1..167599e66dfa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Jun 14 08:58:22 UTC 2019
+# Wed Jul 31 19:44:38 UTC 2019
pkgbase = librepcb-appimage
pkgdesc = A free EDA software to develop printed circuit boards (binary AppImage version)
- pkgver = 0.1.1
- pkgrel = 4
+ pkgver = 0.1.2
+ 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.1-linux-x86_64.AppImage
+ noextract = librepcb-0.1.2-linux-x86_64.AppImage
options = !strip
options = !emptydirs
- 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
+ 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
sha256sums = SKIP
pkgname = librepcb-appimage
diff --git a/PKGBUILD b/PKGBUILD
index 9e70322681a3..b5e5ad7dc3d1 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.1
+pkgver=0.1.2
_pkgver=${pkgver/_/-}
-pkgrel=4
+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=(
- 'c682ba518bd4ecec265c707c5bb2ac5edd6fbc7974f3bc8180b913ccfc8eaf52'
+ 'f3bab1ba41a8d1c5a96c5afcdcad2993df2d6db31cf40249ac26ed5fea80a0fe'
'SKIP'
)
validpgpkeys=('D6F9AF572228C5BCD6B538407EF3061F5C8D5E25')