summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo Bargen2018-11-27 11:17:25 +0100
committerDanilo Bargen2018-11-27 11:17:25 +0100
commit556c01a1e7ae3e0ae8bbaec2b992c8f30be47b25 (patch)
tree3cac97701982177628c3a8d992d8619eb11a4cca
parent1f4ed9231f84bf04f67b53a7bc32d15aec32d076 (diff)
downloadaur-556c01a1e7ae3e0ae8bbaec2b992c8f30be47b25.tar.gz
Version 0.1.0-1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0fbb5fcae223..13ccae48d1a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Nov 9 20:24:42 UTC 2018
+# Tue Nov 27 10:17:17 UTC 2018
pkgbase = librepcb
pkgdesc = A free EDA software to develop printed circuit boards.
- pkgver = 0.1.0_rc2
- pkgrel = 4
+ pkgver = 0.1.0
+ pkgrel = 1
url = http://librepcb.org/
arch = x86_64
arch = i686
@@ -14,9 +14,9 @@ pkgbase = librepcb
provides = librepcb
conflicts = librepcb-git
conflicts = librepcb-appimage
- source = https://download.librepcb.org/releases/0.1.0-rc2/librepcb-0.1.0-rc2-source.zip
- source = https://download.librepcb.org/releases/0.1.0-rc2/librepcb-0.1.0-rc2-source.zip.asc
- sha256sums = 0299971bc18d3cc5659e92b466c1950cd7c3c2d993ca04bd2e493a2827aa55e6
+ source = https://download.librepcb.org/releases/0.1.0/librepcb-0.1.0-source.zip
+ source = https://download.librepcb.org/releases/0.1.0/librepcb-0.1.0-source.zip.asc
+ sha256sums = bb8dc605ba4031aea7156a3294e99cec76b7a450ee8fb54ce74206fd38dfce29
sha256sums = SKIP
pkgname = librepcb
diff --git a/PKGBUILD b/PKGBUILD
index 24c58831cdec..f9d1237d56a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Danilo Bargen <aur at dbrgn dot ch>
# PGP key is on keyservers
pkgname=librepcb
-pkgver=0.1.0_rc2
+pkgver=0.1.0
_pkgver=${pkgver/_/-}
-pkgrel=4
+pkgrel=1
pkgdesc="A free EDA software to develop printed circuit boards."
arch=('x86_64' 'i686')
url="http://librepcb.org/"
@@ -16,7 +16,7 @@ source=(
"https://download.librepcb.org/releases/${_pkgver}/librepcb-${_pkgver}-source.zip.asc"
)
sha256sums=(
- '0299971bc18d3cc5659e92b466c1950cd7c3c2d993ca04bd2e493a2827aa55e6'
+ 'bb8dc605ba4031aea7156a3294e99cec76b7a450ee8fb54ce74206fd38dfce29'
'SKIP'
)
validpgpkeys=('D6F9AF572228C5BCD6B538407EF3061F5C8D5E25')