summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTechwizz-somboo2023-03-20 15:05:48 +0000
committerTechwizz-somboo2023-03-20 15:05:48 +0000
commit1521429f5875af24efa8c5e836c084c266ca9c49 (patch)
tree82154bc50f91b14a12c445be12f894bcacda99ab
parent214579389322c635ad311e8a814221c1401547da (diff)
downloadaur-1521429f5875af24efa8c5e836c084c266ca9c49.tar.gz
Updated to latest version
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 873818f5e993..afd6d5cd81eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = plasticity-bin
pkgdesc = Plasticity is a 3d modelling software for concept artists. Modeling in Plasticity is quick and efficient due to the unique gizmos, shortcuts, and thoughtful workflow.
- pkgver = 0.5.46
+ pkgver = 0.9.16
pkgrel = 2
url = https://github.com/nkallen/plasticity
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 60875e6bb98d..801506f58a6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Paul Black <paulrblack.prb@gmail.com>
pkgname="plasticity-bin"
-pkgver="0.5.46"
+pkgver="0.9.16"
pkgrel="2"
pkgdesc="Plasticity is a 3d modelling software for concept artists. Modeling in Plasticity is quick and efficient due to the unique gizmos, shortcuts, and thoughtful workflow."
arch=("x86_64")
@@ -9,11 +9,11 @@ license=("nonfree")
url='https://github.com/nkallen/plasticity'
depends=(alsa-lib at-spi2-atk at-spi2-core atk cairo dbus desktop-file-utils expat gdk-pixbuf2 glib2 gtk3 gvfs hicolor-icon-theme kde-cli-tools libcups libdrm libnotify libx11 libxcb libxcomposite libxdamage libxext libxfixes libxkbcommon libxrandr libxtst mesa nspr nss pango trash-cli xdg-utils)
optdepends=('discord: For communication with the devs' 'apparmor: Extra protection' 'pulseaudio: For sound')
-source=("plasticity_${pkgver}_amd64.deb::https://github.com/nkallen/plasticity/releases/download/v${pkgver}/plasticity_${pkgver}_amd64.deb")
-sha512sums=("60bb3eb9635c73400d08fd19811d295d68b7ecff4eb3f4a630c323c939fc2084fcb67b0f4526a3bc69d1001c7c80cdb351f886b165b5c7cef416748603acfac3")
+source=("plasticity-beta_${pkgver}_amd64.deb::https://github.com/nkallen/plasticity/releases/download/v${pkgver}/plasticity-beta_${pkgver}_amd64.deb")
+sha512sums=("73a0a57b91e79a9bed407bc737d74ea211a342e30afee9b243f74eafe6fa55000e5e891ace286baf7c339dbb5170a1e2c2c6ba7955f3d34cce638ae6f3a6cf57")
package() {
- tar -xf data.tar.xz
+ tar -xf data.tar.zst
cp -r "$srcdir/usr" -t "$pkgdir"
}