summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbitwave2018-10-10 12:39:48 +0200
committerbitwave2018-10-10 12:39:48 +0200
commit0a3313c22cc750f784a27a7575a6caf554c9ef2e (patch)
treee29a114935fe65989b872811ace5c35df5543ed5
parentae0873bc4835e99242408dbbcc12fd434b254498 (diff)
downloadaur-dilay.tar.gz
updated to 1.9.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d480eeb0cd8c..9a5baf34567e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jun 17 09:44:38 UTC 2018
+# Wed Oct 10 10:39:35 UTC 2018
pkgbase = dilay
pkgdesc = A 3D sculpting application that provides an intuitive workflow using a number of powerful modeling tool
- pkgver = 1.8.0
+ pkgver = 1.9.0
pkgrel = 1
url = http://abau.org/dilay/index.html
arch = i686
@@ -11,8 +11,8 @@ pkgbase = dilay
makedepends = gendesk
depends = glm
depends = qt5-base
- source = dilay-1.8.0.tar.gz::https://github.com/abau/dilay/archive/1.8.0.tar.gz
- sha1sums = ef62a6221118c20970545a2e0fab510bd671eb2f
+ source = dilay-1.9.0.tar.gz::https://github.com/abau/dilay/archive/1.9.0.tar.gz
+ sha1sums = e3b0e3e1704b3f885ffdab38acd2b8070a86b928
pkgname = dilay
diff --git a/PKGBUILD b/PKGBUILD
index cd37d35e47e1..6899d9097a6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: bitwave < aur [aTtt] oomlu [d0ot] de>
# Contributor: Sapphira Armageddos <shadowkyogre.public@gmail.com>
pkgname=dilay
-pkgver=1.8.0
+pkgver=1.9.0
pkgrel=1
pkgdesc="A 3D sculpting application that provides an intuitive workflow using a number of powerful modeling tool"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ depends=('glm' 'qt5-base')
source=("$pkgname-$pkgver.tar.gz::https://github.com/abau/dilay/archive/${pkgver}.tar.gz")
prepare() {
- gendesk -f -n --pkgname "$dilay" --pkgdesc "$pkgdesc"
+ gendesk -f -n --pkgname "dilay" --pkgdesc "$pkgdesc"
}
build() {
@@ -28,4 +28,4 @@ package() {
install -Dm644 "unix/icon/48x48/$pkgname.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
}
-sha1sums=('ef62a6221118c20970545a2e0fab510bd671eb2f')
+sha1sums=('e3b0e3e1704b3f885ffdab38acd2b8070a86b928')