summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée2016-12-23 05:56:49 +0100
committerMattias Andrée2016-12-23 05:56:49 +0100
commit57b0f388db89fc76188f32d1345c3dbb35f1d129 (patch)
treeea0cdadc3ba43b60bdd1b16e6ac678bee5ce802c
parent8265776ece40d7b5767eb188d463d0c6e9fc56f9 (diff)
downloadaur-57b0f388db89fc76188f32d1345c3dbb35f1d129.tar.gz
Update to 1.0.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5705933d87e..cc1c6320e185 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jul 8 16:50:29 UTC 2016
+# Fri Dec 23 04:56:49 UTC 2016
pkgbase = rotd
pkgdesc = Generate a paper with important or fun information for the day
- pkgver = 1.0
+ pkgver = 1.0.1
pkgrel = 1
url = https://github.com/maandree/rotd
arch = any
@@ -16,8 +16,8 @@ pkgbase = rotd
optdepends = fortune-mod: for fortune cookies
optdepends = gnupg: for gnupg key expiry warnings
optdepends = solar-python>=2.5: for solar information
- source = https://github.com/maandree/rotd/archive/1.0.tar.gz
- sha256sums = b0513fd7a33f8a6f4b0f76c4de5132d5afe6b56e50782910bbe3aa045c26a9b7
+ source = https://github.com/maandree/rotd/archive/1.0.1.tar.gz
+ sha256sums = b5808bbfd24c522755f7525630a6f1eb85df9d2b5d238acfa5a49f0ca1c5a856
pkgname = rotd
diff --git a/PKGBUILD b/PKGBUILD
index 65f6cead7b8a..77acb3417a66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org>
pkgname=rotd
-pkgver=1.0
+pkgver=1.0.1
pkgrel=1
pkgdesc="Generate a paper with important or fun information for the day"
arch=(any)
@@ -14,7 +14,7 @@ optdepends=("curl: for leap second announcements"
"solar-python>=2.5: for solar information")
makedepends=(make coreutils sed)
source=($url/archive/$pkgver.tar.gz)
-sha256sums=(b0513fd7a33f8a6f4b0f76c4de5132d5afe6b56e50782910bbe3aa045c26a9b7)
+sha256sums=(b5808bbfd24c522755f7525630a6f1eb85df9d2b5d238acfa5a49f0ca1c5a856)
build() {