diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-10-14 22:15:11 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-10-14 22:15:11 +0200 |
commit | 8e5f5764073d68827e97c35671a63519ecdb6f45 (patch) | |
tree | 4e90b70827eb9196ffc395c24e9e32ede5891926 | |
parent | how to configure mongoclock (diff) | |
download | mongotimer-8e5f5764073d68827e97c35671a63519ecdb6f45.tar.gz mongotimer-8e5f5764073d68827e97c35671a63519ecdb6f45.tar.bz2 mongotimer-8e5f5764073d68827e97c35671a63519ecdb6f45.tar.xz |
update dist
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 59e27b2..fcddefd 100644 --- a/dist/archlinux/stable/PKGBUILD +++ b/dist/archlinux/stable/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org> pkgname=mongoclock -pkgver=2 -pkgrel=2 +pkgver=2.1 +pkgrel=1 pkgdesc='Just a humongous clock for the terminal' arch=(any) url='https://github.com/maandree/mongoclock' @@ -10,7 +10,7 @@ license=('custom: GNUAllPermissive') depends=(glibc linux) makedepends=(linux-api-headers general-preprocessor) source=("${url}/archive/${pkgver}.tar.gz") -sha256sums=(7182798bf59686360bebdd939f252929755c54d0de52946aaa5a7b6329b469e4) +sha256sums=(5a4747c320861db61769ff5e98f5c3ad6bcbe9467db7e7ead9893ea7f5c2f52b) build() { |