summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Orth2016-10-11 13:06:28 +0200
committerJulian Orth2016-10-11 13:06:28 +0200
commit19dca05ec228a6a30f7a654a3aa39ff698ca3da4 (patch)
treeecc4de41a5c9fa98fe8df23ee6262d6bdf7689b4
parent9ed049a116d1658e31f51a88eb90761e5a2de571 (diff)
downloadaur-19dca05ec228a6a30f7a654a3aa39ff698ca3da4.tar.gz
Add cmake to makedepends
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0cb828b0eea2..3ba20442a7a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Julian Orth <ju.orth@gmail.com>
pkgname=spotblock-git
-pkgver=r9.a9fc6e2
+pkgver=r13.9a46e40
pkgrel=1
pkgdesc='A spotify ad blocker'
arch=('i686' 'x86_64')
url='https://github.com/mahkoh/spotblock'
license=('GPL3')
depends=('libsystemd' 'libpulse')
+makedepends=('cmake')
source=("$pkgname::git+https://github.com/mahkoh/spotblock")
md5sums=('SKIP')