summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo Bargen2021-11-05 00:11:34 +0100
committerDanilo Bargen2021-11-05 00:11:34 +0100
commit1ccd692b8ede06889ff2348886e7af30fd8e2dc5 (patch)
tree190598050177beee3e57b91aa871f810e1f54904
parentc7ed8e2475daf92c904eb51037b23820f561439e (diff)
downloadaur-1ccd692b8ede06889ff2348886e7af30fd8e2dc5.tar.gz
Version 0.1.6-1
-rw-r--r--.SRCINFO18
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD8
3 files changed, 12 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c038bfee4699..b77e9bf5a6af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,24 +1,20 @@
-# Generated by mksrcinfo v8
-# Sun Oct 4 15:30:03 UTC 2020
pkgbase = librepcb-appimage
pkgdesc = A free EDA software to develop printed circuit boards (binary AppImage version)
- pkgver = 0.1.5
+ pkgver = 0.1.6
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.5-linux-x86_64.AppImage
+ noextract = librepcb-0.1.6-linux-x86_64.AppImage
options = !strip
options = !emptydirs
- source = https://download.librepcb.org/releases/0.1.5/librepcb-0.1.5-linux-x86_64.AppImage
- source = https://download.librepcb.org/releases/0.1.5/librepcb-0.1.5-linux-x86_64.AppImage.asc
- sha256sums = 0d2f0febc9071061d3b7068b2b0e3a8433d4a19db973d85cab78e67380c44e5e
+ source = https://download.librepcb.org/releases/0.1.6/librepcb-0.1.6-linux-x86_64.AppImage
+ source = https://download.librepcb.org/releases/0.1.6/librepcb-0.1.6-linux-x86_64.AppImage.asc
+ validpgpkeys = D6F9AF572228C5BCD6B538407EF3061F5C8D5E25
+ sha256sums = ba3533c8d4cec018de706d45cbb5fbe544adaf90fc5285bcb8f71fee48a04734
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 b146d79b79f3..69c61d9afdd5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,14 @@
# See https://wiki.archlinux.org/index.php/Makepkg#Signature_checking
# for more details # on package signing.
pkgname=librepcb-appimage
-pkgver=0.1.5
+pkgver=0.1.6
_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"
@@ -25,7 +25,7 @@ source=(
"https://download.librepcb.org/releases/${_pkgver}/${_appimage}.asc"
)
sha256sums=(
- '0d2f0febc9071061d3b7068b2b0e3a8433d4a19db973d85cab78e67380c44e5e'
+ 'ba3533c8d4cec018de706d45cbb5fbe544adaf90fc5285bcb8f71fee48a04734'
'SKIP'
)
validpgpkeys=('D6F9AF572228C5BCD6B538407EF3061F5C8D5E25')