summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jiřička2017-10-15 17:19:51 +0200
committerMartin Jiřička2017-10-15 17:19:51 +0200
commit0d40c34237e0806472303ae0c9b68d0a46fbfa89 (patch)
tree18f3f3956e01316ca9774ceb22a6faf51d3953be
parent517dceb659f70b3d4b3d7c71fce21a097fbaf053 (diff)
downloadaur-0d40c34237e0806472303ae0c9b68d0a46fbfa89.tar.gz
v1.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9390cf3b0b70..a3069e1e86a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = archnews2
pkgdesc = Utility for displaying Arch news feed in console
- pkgver = 1.1.0
+ pkgver = 1.2.0
pkgrel = 1
url = https://github.com/mjiricka/archnews
arch = any
license = MIT
depends = python
conflicts = archnews-git
- source = https://github.com/mjiricka/archnews/archive/v1.1.0.tar.gz
- md5sums = 79fca4947c9effb2a92e37719fe666a0
+ source = https://github.com/mjiricka/archnews/archive/v1.2.0.tar.gz
+ md5sums = df83dcbbca1a5df3f1cad97f63b94f03
pkgname = archnews2
diff --git a/PKGBUILD b/PKGBUILD
index 2aa2e4524ec4..9f3647378e16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Martin Jiřička <mjiricka at gmail dot com>
pkgname=archnews2
-pkgver=1.1.0
+pkgver=1.2.0
pkgrel=1
pkgdesc="Utility for displaying Arch news feed in console"
arch=("any")
@@ -10,7 +10,7 @@ license=("MIT")
depends=("python")
conflicts=("archnews-git")
source=("https://github.com/mjiricka/${pkgname%2}/archive/v${pkgver}.tar.gz")
-md5sums=("79fca4947c9effb2a92e37719fe666a0")
+md5sums=("df83dcbbca1a5df3f1cad97f63b94f03")
package() {
cd "${srcdir}/${pkgname%2}-${pkgver}"