summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2018-07-27 08:10:36 +0300
committerCaleb Maclennan2018-07-27 08:10:38 +0300
commit16e807174100446a7122fec3825a3a81db47235c (patch)
treed6e91ab9e267e0bf762fa4de244005b36c485ba1
parent9e867387a9870dd01726dc0fcc1511ac54087e85 (diff)
downloadaur-16e807174100446a7122fec3825a3a81db47235c.tar.gz
Note dependency change from libpng12 to libpng (currently 1.6)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4fd4be2756a5..134b514ca875 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Fri Jul 27 05:09:21 UTC 2018
pkgbase = mattermost
pkgdesc = Open source Slack-alternative in Golang and React
pkgver = 5.1.0
- pkgrel = 2
+ pkgrel = 3
url = https://mattermost.com
arch = i686
arch = x86_64
@@ -13,7 +15,7 @@ pkgbase = mattermost
license = Apache
makedepends = git
makedepends = go
- makedepends = libpng12
+ makedepends = libpng
makedepends = npm
makedepends = python2
optdepends = mariadb: SQL server storage
diff --git a/PKGBUILD b/PKGBUILD
index 400e10433d6a..3623f5fb5bb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=mattermost
pkgver=5.1.0
-pkgrel=2
+pkgrel=3
pkgdesc='Open source Slack-alternative in Golang and React'
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url='https://mattermost.com'
license=('AGPL' 'Apache')
-makedepends=('git' 'go' 'libpng12' 'npm' 'python2')
+makedepends=('git' 'go' 'libpng' 'npm' 'python2')
# Experiencing issues with gifsicle and mozjpeg on non x64 architectures.
if [ "$CARCH" != 'x86_64' ]; then
makedepends+=('gifsicle' 'mozjpeg')