summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eb584476a20c..253736ffa588 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
# Maintainer: Adrián Pérez de Castro <aperez@igalia.com>
pkgname='gamut-git'
pkgdesc='Toolkit of (hopefully) suckless filters for the farbfeld image format'
-pkgver=r20.f446d83
+pkgver=r25.a926de3
pkgrel=1
license=('Custom')
depends=('glibc')
+makedepends=('git')
arch=('i686' 'x86_64')
url='https://github.com/erik/gamut'
source=("${pkgname}::git+${url}")