summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Depa2021-11-26 12:25:35 +0100
committerMarcin Depa2021-11-26 12:25:35 +0100
commit2e58a4ae66b8f30b626b7d047c39c5b3ffbc526d (patch)
treea629e557850007ee436ecbb7af9d0784fc35998c
parent6e4a5b495e34c9b19c2e05f7df470c0f2786724c (diff)
downloadaur-2e58a4ae66b8f30b626b7d047c39c5b3ffbc526d.tar.gz
3.6.0 version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12508523af35..d833061b7573 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lycheeslicer
pkgdesc = Lychee Slicer
- pkgver = 3.5.1
+ pkgver = 3.6.0
pkgrel = 1
url = http://mango3d.io
install = lycheeslicer.install
@@ -16,10 +16,10 @@ pkgbase = lycheeslicer
depends = xdg-utils
depends = at-spi2-atk
depends = at-spi2-core
- depends = libappindicator-gtk3
+ optdepends = libappindicator-gtk3
options = !strip
options = !emptydirs
- source_x86_64 = https://mango-lychee.nyc3.cdn.digitaloceanspaces.com/LycheeSlicer-3.5.1.deb
- sha512sums_x86_64 = 33dc78d5c0eae91cfadc007c70dcdbd5ff89a8507e6ef1038c135d2486d11e9933f88bc88d89354cd47cea53b9f5d767bb0f7eff441e600f64d2431a1bab1e88
+ source_x86_64 = https://mango-lychee.nyc3.cdn.digitaloceanspaces.com/LycheeSlicer-3.6.0.deb
+ sha512sums_x86_64 = 4ca376d47e2df3f67b2aecfe3985db9af94c1afb1aaa3aa6cac4b81106bb69508edf68fb97252f4b6f3ff8961a4a2eb0b3db024726777a2bbf4bc47f1f6bb892
pkgname = lycheeslicer
diff --git a/PKGBUILD b/PKGBUILD
index 0aa81bff0690..f9a97a1abe76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,19 @@
# Maintainer: LycheeSlicer
# Contributor: LycheeSlicer
pkgname=lycheeslicer
-pkgver=3.5.1
+pkgver=3.6.0
pkgrel=1
pkgdesc="Lychee Slicer"
arch=('x86_64')
url="http://mango3d.io"
license=('')
groups=('')
-depends=('gtk3' 'libsecret' 'libnotify' 'nss' 'libxss' 'libxtst' 'xdg-utils' 'at-spi2-atk' 'at-spi2-core' 'libappindicator-gtk3')
+depends=('gtk3' 'libsecret' 'libnotify' 'nss' 'libxss' 'libxtst' 'xdg-utils' 'at-spi2-atk' 'at-spi2-core')
+optdepends=('libappindicator-gtk3')
options=('!strip' '!emptydirs')
install=${pkgname}.install
source_x86_64=("https://mango-lychee.nyc3.cdn.digitaloceanspaces.com/LycheeSlicer-$pkgver.deb")
-sha512sums_x86_64=('33dc78d5c0eae91cfadc007c70dcdbd5ff89a8507e6ef1038c135d2486d11e9933f88bc88d89354cd47cea53b9f5d767bb0f7eff441e600f64d2431a1bab1e88')
+sha512sums_x86_64=('4ca376d47e2df3f67b2aecfe3985db9af94c1afb1aaa3aa6cac4b81106bb69508edf68fb97252f4b6f3ff8961a4a2eb0b3db024726777a2bbf4bc47f1f6bb892')
package(){
# Extract package data
tar xf data.tar.xz -C "${pkgdir}"