summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Allen2016-08-13 10:22:44 -0400
committerSteven Allen2016-08-13 10:22:44 -0400
commit35caa7de0ba6e37668a0dab5c58042209cb9eb14 (patch)
treec615f13e46265dabde7d1d20b6fad6c7d737e855
parentc6468afd329472450d213477d6839024b5b94359 (diff)
downloadaur-35caa7de0ba6e37668a0dab5c58042209cb9eb14.tar.gz
update to 2.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e9a1fc55aba..8664ef948fc2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Wed Feb 3 14:49:03 UTC 2016
+# Sat Aug 13 14:22:44 UTC 2016
pkgbase = roll
pkgdesc = A tool to roll a user-defined dice sequence and display the result
- pkgver = 2.0.2
- pkgrel = 2
+ pkgver = 2.1.0
+ pkgrel = 1
url = http://matteocorti.github.io/roll/
arch = i686
arch = x86_64
license = GPL2
depends = glibc
- source = https://github.com/matteocorti/roll/releases/download/v2.0.2/roll-2.0.2.tar.gz
- sha256sums = 633fde029934264c55a6e60856b56ab9492263f6f9a4b5dad53b56afa6f774d1
+ source = https://github.com/matteocorti/roll/releases/download/v2.1.0/roll-2.1.0.tar.gz
+ sha256sums = d0cfeb1607d06fcd2af72c06a19f5dd8b577e055b9d6dce3d6d02904b0f1fda4
pkgname = roll
diff --git a/PKGBUILD b/PKGBUILD
index 3b34c67ca621..32a45d2f9e70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
# Contributor: G_Syme <demichan(at)mail(dot)upb(dot)de>
pkgname=roll
-pkgver=2.0.2
-pkgrel=2
+pkgver=2.1.0
+pkgrel=1
pkgdesc="A tool to roll a user-defined dice sequence and display the result"
arch=('i686' 'x86_64')
depends=('glibc')
url="http://matteocorti.github.io/roll/"
license=('GPL2')
source=("https://github.com/matteocorti/roll/releases/download/v${pkgver}/roll-${pkgver}.tar.gz")
-sha256sums=('633fde029934264c55a6e60856b56ab9492263f6f9a4b5dad53b56afa6f774d1')
+sha256sums=('d0cfeb1607d06fcd2af72c06a19f5dd8b577e055b9d6dce3d6d02904b0f1fda4')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"