summarylogtreecommitdiffstats
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
parent1593cfbf8ce1ae2fe060804415b7c6d0d58ef7ec (diff)
downloadaur-517dceb659f70b3d4b3d7c71fce21a097fbaf053.tar.gz
v1.1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57e71e446ae2..9390cf3b0b70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = archnews2
pkgdesc = Utility for displaying Arch news feed in console
- pkgver = 1.0.0
- pkgrel = 3
+ pkgver = 1.1.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.0.0.tar.gz
- md5sums = 2802d6ceed91b6c6544124713377181a
+ source = https://github.com/mjiricka/archnews/archive/v1.1.0.tar.gz
+ md5sums = 79fca4947c9effb2a92e37719fe666a0
pkgname = archnews2
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}"