summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlessio Biancalana2022-09-07 00:03:29 +0200
committerAlessio Biancalana2022-09-07 00:03:29 +0200
commit6d09bff8668eaaadf971b14f08bcb545e9f3b7da (patch)
treeb60c957f5c64ab61880aec4536cd11e0d1f06faf
parent951e4c81e3758461ee511ec4e7aeee3781858630 (diff)
downloadaur-6d09bff8668eaaadf971b14f08bcb545e9f3b7da.tar.gz
Bump to 2.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7f7bb7aea48..411d4dd90f3f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = pacnews
pkgdesc = Read Arch Linux News from your CLI
- pkgver = 2.1.2
+ pkgver = 2.2.0
pkgrel = 1
url = https://github.com/dottorblaster/pacnews
arch = i686
arch = x86_64
license = MIT
makedepends = rust
- source = https://github.com/dottorblaster/pacnews/archive/v2.1.2.tar.gz
- md5sums = e2b8383d95f0d93c169d060c12a7786c
+ source = https://github.com/dottorblaster/pacnews/archive/v2.2.0.tar.gz
+ md5sums = 8e394c619d904f6145e756d6ad06bf8a
pkgname = pacnews
diff --git a/PKGBUILD b/PKGBUILD
index 6791c7622d62..b25754b177aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alessio Biancalana <dottorblaster@gmail.com>
pkgname=pacnews
-pkgver=2.1.2
+pkgver=2.2.0
pkgrel=1
pkgdesc="Read Arch Linux News from your CLI"
arch=('i686' 'x86_64')
@@ -8,7 +8,7 @@ license=('MIT')
url="https://github.com/dottorblaster/pacnews"
makedepends=('rust')
source=("https://github.com/dottorblaster/$pkgname/archive/v${pkgver}.tar.gz")
-md5sums=('e2b8383d95f0d93c169d060c12a7786c')
+md5sums=('8e394c619d904f6145e756d6ad06bf8a')
build() {
cd "$srcdir/$pkgname-$pkgver"