summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo Bargen2023-09-26 23:36:06 +0200
committerDanilo Bargen2023-09-26 23:36:06 +0200
commitdd35ccd098d201eb1a59cab45e2994b0f7371bac (patch)
treee90c83d129dee2132ca91e77e391cd2fd724cfbf
parentf41354b90e297249f5be9e042902f5defc9f9a37 (diff)
downloadaur-librepcb-appimage.tar.gz
Version 1.0.0-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2e220f103e6..b833a0ce3537 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = librepcb-appimage
pkgdesc = A free EDA software to develop printed circuit boards (binary AppImage version)
- pkgver = 0.1.7
+ pkgver = 1.0.0
pkgrel = 1
url = https://librepcb.org/
arch = x86_64
@@ -8,13 +8,13 @@ pkgbase = librepcb-appimage
depends = hicolor-icon-theme
provides = librepcb
conflicts = librepcb
- noextract = librepcb-0.1.7-linux-x86_64.AppImage
+ noextract = librepcb-1.0.0-linux-x86_64.AppImage
options = !strip
options = !emptydirs
- source = https://download.librepcb.org/releases/0.1.7/librepcb-0.1.7-linux-x86_64.AppImage
- source = https://download.librepcb.org/releases/0.1.7/librepcb-0.1.7-linux-x86_64.AppImage.asc
+ source = https://download.librepcb.org/releases/1.0.0/librepcb-1.0.0-linux-x86_64.AppImage
+ source = https://download.librepcb.org/releases/1.0.0/librepcb-1.0.0-linux-x86_64.AppImage.asc
validpgpkeys = D6F9AF572228C5BCD6B538407EF3061F5C8D5E25
- sha256sums = 5d926cd24a94257db7f7b6a5c3d5472cace3681fce264fd2af373729eace7eea
+ sha256sums = 3a0b86d89fd44c4b7a389e07e957b5de7e9cfffe76f12be428dc6756682524e0
sha256sums = SKIP
pkgname = librepcb-appimage
diff --git a/PKGBUILD b/PKGBUILD
index 393bd3213a2a..299b6cf368e8 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.7
+pkgver=1.0.0
_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=(
- '5d926cd24a94257db7f7b6a5c3d5472cace3681fce264fd2af373729eace7eea'
+ '3a0b86d89fd44c4b7a389e07e957b5de7e9cfffe76f12be428dc6756682524e0'
'SKIP'
)
validpgpkeys=('D6F9AF572228C5BCD6B538407EF3061F5C8D5E25')