diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-09-12 03:54:29 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-09-12 03:54:29 +0200 |
commit | a0ee67ef3ecdba1fa23b73626ea2364443ab5394 (patch) | |
tree | e9156fff87634f6a0aad3031df7e81ed3a3df6ea | |
parent | deps derp (diff) | |
download | mongoclock-a0ee67ef3ecdba1fa23b73626ea2364443ab5394.tar.gz mongoclock-a0ee67ef3ecdba1fa23b73626ea2364443ab5394.tar.bz2 mongoclock-a0ee67ef3ecdba1fa23b73626ea2364443ab5394.tar.xz |
deps derp
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | dist/archlinux/stable/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD index c5f52e1..59e27b2 100644 --- a/dist/archlinux/stable/PKGBUILD +++ b/dist/archlinux/stable/PKGBUILD @@ -2,13 +2,13 @@ pkgname=mongoclock pkgver=2 -pkgrel=1 +pkgrel=2 pkgdesc='Just a humongous clock for the terminal' arch=(any) url='https://github.com/maandree/mongoclock' license=('custom: GNUAllPermissive') -depends=(glibc linux general-preprocessor) -makedepends=(linux-api-headers) +depends=(glibc linux) +makedepends=(linux-api-headers general-preprocessor) source=("${url}/archive/${pkgver}.tar.gz") sha256sums=(7182798bf59686360bebdd939f252929755c54d0de52946aaa5a7b6329b469e4) |