summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Tharp2018-01-05 11:05:42 -0600
committerAlex Tharp2018-01-05 11:06:08 -0600
commit2bf87a4e5f4ec19abd93ecfdc94f993e3fac2134 (patch)
treec3764ee9fad0d6e7335004de1af48e5dc2d2bba6
parent2f537d89f99b13eefb7a6ef7c7cd9546c22e8676 (diff)
downloadaur-2bf87a4e5f4ec19abd93ecfdc94f993e3fac2134.tar.gz
fix(makedepends): provide correct dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5cf573fd623f..ad37d953a209 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = hiri
pkgdesc = A cross-platform, Exchange-ready email client aiming to replace Outlook
pkgver = 1.3.5.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.hiri.com/
install = hiri.install
arch = x86_64
license = custom
- makedepends = xdg-icon-resource
+ makedepends = xdg-utils
provides = hiri
conflicts = hiri
source = https://feedback.hiri.com/dist/downloads/Hiri-x86_64-1.3.5.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 3a0d2f27e73c..8c8e00947cdd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Original Maintainer: Muratcan Sisek <mail@muratcansimsek.com.tr>
pkgname=hiri
pkgver=1.3.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="A cross-platform, Exchange-ready email client aiming to replace Outlook"
arch=('x86_64')
url="https://www.hiri.com/"
license=('custom')
provides=('hiri')
conflicts=('hiri')
-makedepends=('xdg-icon-resource')
+makedepends=('xdg-utils')
install=$pkgname.install
source=('https://feedback.hiri.com/dist/downloads/Hiri-'$arch'-'$pkgver'.tar.gz'
'https://feedback.hiri.com/dist/downloads/license.txt'