summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23c4ea45c0c3..a24306187efc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Sat Jan 9 10:37:59 UTC 2016
+# Tue Feb 2 04:51:44 UTC 2016
pkgbase = paclog
pkgdesc = List recent commits for Arch Linux packages
- pkgver = 1.0
+ pkgver = 1.1
pkgrel = 1
url = https://github.com/protist/paclog
arch = any
license = GPL3
depends = w3m
- source = https://github.com/protist/paclog/archive/v1.0.tar.gz
- sha256sums = b7225fcc157aaa7a3bea42fd92a97eac0edaa14eedfd222d4dc4ffb5c7756f8c
+ source = https://github.com/protist/paclog/archive/v1.1.tar.gz
+ sha256sums = 84652ad0f1715b836d05358de4296fec222d1360526356682dbd53d1adc04892
pkgname = paclog
diff --git a/PKGBUILD b/PKGBUILD
index 9da4889d18e7..96bc43aaf202 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rhinoceros <https://aur.archlinux.org/account/rhinoceros>
pkgname=paclog
-pkgver=1.0
+pkgver=1.1
pkgrel=1
pkgdesc='List recent commits for Arch Linux packages'
url='https://github.com/protist/paclog'
@@ -9,7 +9,7 @@ arch=('any')
license=('GPL3')
depends=('w3m')
source=("https://github.com/protist/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('b7225fcc157aaa7a3bea42fd92a97eac0edaa14eedfd222d4dc4ffb5c7756f8c')
+sha256sums=('84652ad0f1715b836d05358de4296fec222d1360526356682dbd53d1adc04892')
package() {
cd "$pkgname-$pkgver"