summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Merry2016-02-15 21:20:40 +0000
committerAlex Merry2016-02-15 21:20:40 +0000
commit7d9367568294d49741b89bdad51f4107e1dd77d4 (patch)
tree6bddebf23cd931c0fad9aca8591ea6712dc9a861 /PKGBUILD
parentbc8053ce6b4b527b5609aa45f7f3a35cfc3cf782 (diff)
downloadaur-7d9367568294d49741b89bdad51f4107e1dd77d4.tar.gz
Update to 3.0.1
Also make sure we update the icon and desktop file caches.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aaac1174dde0..9550d59590cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,20 @@
# Maintainer: Alex Merry <alexmerry@kde.org>
pkgname='icemon'
-pkgver=3.0.0
-pkgrel=2
+pkgver=3.0.1
+pkgrel=1
pkgdesc='Icecream GUI monitor.'
url='https://github.com/icecc/icemon'
license=('GPL')
-depends=('icecc' 'qt5-base>=5.2')
+depends=('icecream' 'qt5-base>=5.2' 'hicolor-icon-theme')
# docbook2x required for man page generation
makedepends=('cmake' 'docbook2x')
provides=('icemon')
conflicts=('icemon-git')
arch=('i686' 'x86_64')
-source=('https://github.com/icecc/icemon/archive/v3.0.0.tar.gz')
-md5sums=('7ba23d812db4bdd32d52e947c5749217')
+install=icemon.install
+source=("https://github.com/icecc/${pkgname}/archive/v${pkgver}.tar.gz")
+md5sums=('0127427ac71ccb198706d2575be246ec')
build() {
mkdir -p build