summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD11
3 files changed, 10 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3171e3041ad8..7c71005f679e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Feb 16 19:13:40 UTC 2016
+# Wed Jun 15 00:17:09 UTC 2016
pkgbase = dilay
pkgdesc = A 3D sculpting application that provides an intuitive workflow using a number of powerful modeling tool
- pkgver = 1.4.0
+ pkgver = 1.5.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.4.0.tar.gz::https://github.com/abau/dilay/archive/1.4.0.tar.gz
- sha1sums = 3eef34fcb3b76336d428bc37cfe66b592ad01776
+ source = dilay-1.5.0.tar.gz::https://github.com/abau/dilay/archive/1.5.0.tar.gz
+ sha1sums = 3a70e84d46313c2b348262b06d8b9cb0655f0d93
pkgname = dilay
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..a5401c5d685d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+pkg/
+src/
+*.pkg.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index 515af2f0ca0f..49e6b60dc604 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,6 @@
-# This is an example PKGBUILD file. Use this as a start to creating your own,
-# and remove these comments. For more information, see 'man PKGBUILD'.
-# NOTE: Please fill out the license field for your package! If it is unknown,
-# then please put 'unknown'.
-
-# Maintainer: Your Name <youremail@domain.com>
+# Maintainer: Sapphira Armageddos <shadowkyogre.public@gmail.com>
pkgname=dilay
-pkgver=1.4.0
+pkgver=1.5.0
pkgrel=1
pkgdesc="A 3D sculpting application that provides an intuitive workflow using a number of powerful modeling tool"
arch=('i686' 'x86_64')
@@ -32,4 +27,4 @@ package() {
install -Dm644 logoBg.svg "$pkgdir/usr/share/pixmaps/$pkgname.svg"
}
-sha1sums=('3eef34fcb3b76336d428bc37cfe66b592ad01776')
+sha1sums=('3a70e84d46313c2b348262b06d8b9cb0655f0d93')