summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP Roemer2022-04-13 22:42:12 +0200
committerJP Roemer2022-04-13 22:42:12 +0200
commit5a42728ecd3384df2317d268838a15c0235cdf25 (patch)
tree20120f11f751467de30a11f9664222c0f87de3f8
parent7e61cbbf6685a2e5ebfa62dfcf9d0c5902f6d7a0 (diff)
downloadaur-5a42728ecd3384df2317d268838a15c0235cdf25.tar.gz
Add missing dependency: glu
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5d6f56a3f76..dacc7678e794 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = prusa-slicer-bin
pkgdesc = G-code generator for 3D printers (binary AppImage, includes rc releases)
pkgver = 2.4.2_rc2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/prusa3d/PrusaSlicer
arch = x86_64
license = AGPL3
depends = zlib
depends = fuse
+ depends = glu
provides = prusa-slicer
conflicts = prusa-slicer
conflicts = prusa-slicer-git
diff --git a/PKGBUILD b/PKGBUILD
index 8477cb9271b5..727bb183a685 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@ _pkgname="${pkgname%-bin}"
pkgver=2.4.2_rc2
_pkgver="${pkgver//_/-}"
_pkgdate=202204131353
-pkgrel=1
+pkgrel=2
pkgdesc="G-code generator for 3D printers (binary AppImage, includes rc releases)"
arch=('x86_64')
url="https://github.com/prusa3d/PrusaSlicer"
license=('AGPL3')
conflicts=("$_pkgname" 'prusa-slicer-git' 'prusa-slicer-gtk2')
provides=("$_pkgname")
-depends=('zlib' 'fuse')
+depends=('zlib' 'fuse' 'glu')
options=('!strip')
_appimage="PrusaSlicer-${_pkgver}.AppImage"
noextract=("${_appimage}")