summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin Jiřička2017-08-02 01:24:48 +0200
committerMartin Jiřička2017-08-02 01:24:48 +0200
commit517dceb659f70b3d4b3d7c71fce21a097fbaf053 (patch)
tree393b0c44b170135d90f253b200731c0b951f8f9f /PKGBUILD
parent1593cfbf8ce1ae2fe060804415b7c6d0d58ef7ec (diff)
downloadaur-517dceb659f70b3d4b3d7c71fce21a097fbaf053.tar.gz
v1.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0aefae430836..2aa2e4524ec4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Martin Jiřička <mjiricka at gmail dot com>
pkgname=archnews2
-pkgver=1.0.0
-pkgrel=3
+pkgver=1.1.0
+pkgrel=1
pkgdesc="Utility for displaying Arch news feed in console"
arch=("any")
url="https://github.com/mjiricka/archnews"
@@ -10,7 +10,7 @@ license=("MIT")
depends=("python")
conflicts=("archnews-git")
source=("https://github.com/mjiricka/${pkgname%2}/archive/v${pkgver}.tar.gz")
-md5sums=("2802d6ceed91b6c6544124713377181a")
+md5sums=("79fca4947c9effb2a92e37719fe666a0")
package() {
cd "${srcdir}/${pkgname%2}-${pkgver}"