summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin R. St-Amant2016-04-18 17:20:46 -0500
committerJustin R. St-Amant2016-04-18 17:20:46 -0500
commite0f645237a55b7a9835987cd9d05054d4df271cb (patch)
tree8d5fb30c53e8ee05c3e16554a3add15e7f7c5f68
parent8170bd6d129813380531d02478dd96cbcf3423cf (diff)
downloadaur-e0f645237a55b7a9835987cd9d05054d4df271cb.tar.gz
Added libpng12 as a dependancy.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f99e66dfa1ed..6f75996b4f33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Apr 9 16:29:16 UTC 2016
+# Mon Apr 18 22:19:23 UTC 2016
pkgbase = draftsight
pkgdesc = Freeware CAD software for your DWG/DXF files.
pkgver = 2016SP1
- pkgrel = 1
+ pkgrel = 2
url = http://www.3ds.com/products/draftsight/
install = draftsight.install
arch = x86_64
@@ -18,6 +18,7 @@ pkgbase = draftsight
depends = libgl
depends = libice
depends = libmariadbclient
+ depends = libpng12
depends = libsm
depends = libx11
depends = libxext
diff --git a/PKGBUILD b/PKGBUILD
index 5a2ab2cf04b3..97432e9a89ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=draftsight
pkgver=2016SP1
-pkgrel=1
+pkgrel=2
pkgdesc="Freeware CAD software for your DWG/DXF files."
arch=('x86_64')
url="http://www.3ds.com/products/draftsight/"
@@ -21,6 +21,7 @@ depends=('desktop-file-utils'
'libgl'
'libice'
'libmariadbclient'
+ 'libpng12'
'libsm'
'libx11'
'libxext'