summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2023-04-13 20:59:26 +0200
committerMassimiliano Torromeo2023-04-13 20:59:26 +0200
commit84c2c687efd3c07153f929a0f5924492f2cc6adf (patch)
tree367f4f687a834bbd685706e031cfa2c28a92e7f4
parentf8d88815427e6b9633be961685cc3c9ea2c472ba (diff)
downloadaur-84c2c687efd3c07153f929a0f5924492f2cc6adf.tar.gz
Updated to 1.0.5
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD16
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf2c38f3e6c3..b4598b7a0ea6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -40,7 +40,7 @@ pkgbase = plasticity-bin
optdepends = discord: For communication with the devs
optdepends = apparmor: Extra protection
optdepends = pulseaudio: For sound
- source = plasticity_0.5.46_amd64.deb::https://github.com/nkallen/plasticity/releases/download/v0.5.46/plasticity_0.5.46_amd64.deb
- sha512sums = 60bb3eb9635c73400d08fd19811d295d68b7ecff4eb3f4a630c323c939fc2084fcb67b0f4526a3bc69d1001c7c80cdb351f886b165b5c7cef416748603acfac3
+ source = https://github.com/nkallen/plasticity/releases/download/v1.0.5/plasticity_1.0.5_amd64.deb
+ sha512sums = d87bc39e784bab050908a3c865ce603c2163fd72b2569eb2c8136a6cacbec1d8b9a24259874e7b0d4ef63f693d1e3a2ae2e4fa070758b451e811e9b7c4aa8cf2
pkgname = plasticity-bin
diff --git a/PKGBUILD b/PKGBUILD
index 233c5fd77d4d..3d86e6d813d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,13 +7,15 @@ pkgdesc="Plasticity is a 3d modelling software for concept artists. Modeling in
arch=("x86_64")
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-beta_${pkgver}_amd64.deb")
-sha512sums=("d87bc39e784bab050908a3c865ce603c2163fd72b2569eb2c8136a6cacbec1d8b9a24259874e7b0d4ef63f693d1e3a2ae2e4fa070758b451e811e9b7c4aa8cf2")
+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=("https://github.com/nkallen/plasticity/releases/download/v${pkgver}/plasticity_${pkgver}_amd64.deb")
+sha512sums=('d87bc39e784bab050908a3c865ce603c2163fd72b2569eb2c8136a6cacbec1d8b9a24259874e7b0d4ef63f693d1e3a2ae2e4fa070758b451e811e9b7c4aa8cf2')
package() {
- tar -xf data.tar.zst
-
- cp -r "$srcdir/usr" -t "$pkgdir"
+ tar -xvf data.tar.zst -C "$pkgdir"
}