summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée2015-11-27 23:04:27 +0100
committerMattias Andrée2015-11-27 23:04:27 +0100
commit7a8f9e2ec6f5aeefc77a30a356d9eeaa56ae7df5 (patch)
tree7fcb604ca59094d9ae2f98fccf37265617999d40
parent867a6f9d8ac32116b79d95943480220f3266105f (diff)
downloadaur-7a8f9e2ec6f5aeefc77a30a356d9eeaa56ae7df5.tar.gz
Update to 2.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1a9e81d8161..bbe3a03445db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = mongoclock
pkgdesc = Just a humongous clock for the terminal
- pkgver = 2.1
+ pkgver = 2.2
pkgrel = 1
url = https://github.com/maandree/mongoclock
arch = any
- license = custom: GNUAllPermissive
+ license = GPL3
makedepends = linux-api-headers
makedepends = general-preprocessor
depends = glibc
depends = linux
- source = https://github.com/maandree/mongoclock/archive/2.1.tar.gz
- sha256sums = 5a4747c320861db61769ff5e98f5c3ad6bcbe9467db7e7ead9893ea7f5c2f52b
+ source = https://github.com/maandree/mongoclock/archive/2.2.tar.gz
+ sha256sums = ae2298905a2f729679fddaeb732183b95607438af62dca02bdf5ae0a1b29e950
pkgname = mongoclock
diff --git a/PKGBUILD b/PKGBUILD
index fcddefd2cc44..b213a6073279 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org>
pkgname=mongoclock
-pkgver=2.1
+pkgver=2.2
pkgrel=1
pkgdesc='Just a humongous clock for the terminal'
arch=(any)
url='https://github.com/maandree/mongoclock'
-license=('custom: GNUAllPermissive')
+license=('GPL3')
depends=(glibc linux)
makedepends=(linux-api-headers general-preprocessor)
source=("${url}/archive/${pkgver}.tar.gz")
-sha256sums=(5a4747c320861db61769ff5e98f5c3ad6bcbe9467db7e7ead9893ea7f5c2f52b)
+sha256sums=(ae2298905a2f729679fddaeb732183b95607438af62dca02bdf5ae0a1b29e950)
build() {