summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO18
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD16
3 files changed, 19 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 167599e66dfa..b833a0ce3537 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,24 +1,20 @@
-# Generated by mksrcinfo v8
-# 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.2
+ pkgver = 1.0.0
pkgrel = 1
- url = http://librepcb.org/
+ url = https://librepcb.org/
arch = x86_64
license = GPL
- depends = desktop-file-utils
- depends = shared-mime-info
depends = hicolor-icon-theme
provides = librepcb
conflicts = librepcb
- noextract = librepcb-0.1.2-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.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/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 = 3a0b86d89fd44c4b7a389e07e957b5de7e9cfffe76f12be428dc6756682524e0
sha256sums = SKIP
pkgname = librepcb-appimage
-
diff --git a/.gitignore b/.gitignore
index ac762af8bf07..7c9e0df6b521 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,5 +2,6 @@ pkg/
src/
*.swp
*.tar.xz
+*.tar.zst
*.AppImage
*.asc
diff --git a/PKGBUILD b/PKGBUILD
index b5e5ad7dc3d1..299b6cf368e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,20 @@
# Maintainer: Danilo Bargen <aur at dbrgn dot ch>
-# PGP key is on keyservers
+#
+# PGP key is on keyservers. To import:
+#
+# gpg --receive-keys 7EF3061F5C8D5E25
+#
+# See https://wiki.archlinux.org/index.php/Makepkg#Signature_checking
+# for more details # on package signing.
pkgname=librepcb-appimage
-pkgver=0.1.2
+pkgver=1.0.0
_pkgver=${pkgver/_/-}
pkgrel=1
pkgdesc="A free EDA software to develop printed circuit boards (binary AppImage version)"
arch=('x86_64')
-url="http://librepcb.org/"
+url="https://librepcb.org/"
license=('GPL')
-depends=('desktop-file-utils' 'shared-mime-info' 'hicolor-icon-theme')
+depends=('hicolor-icon-theme')
provides=('librepcb')
conflicts=('librepcb')
_appimage="librepcb-${_pkgver}-linux-${arch[0]}.AppImage"
@@ -19,7 +25,7 @@ source=(
"https://download.librepcb.org/releases/${_pkgver}/${_appimage}.asc"
)
sha256sums=(
- 'f3bab1ba41a8d1c5a96c5afcdcad2993df2d6db31cf40249ac26ed5fea80a0fe'
+ '3a0b86d89fd44c4b7a389e07e957b5de7e9cfffe76f12be428dc6756682524e0'
'SKIP'
)
validpgpkeys=('D6F9AF572228C5BCD6B538407EF3061F5C8D5E25')