summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlessio Biancalana2021-10-09 16:35:44 +0200
committerAlessio Biancalana2021-10-09 16:35:44 +0200
commit951e4c81e3758461ee511ec4e7aeee3781858630 (patch)
tree4e9af8d508fdb3926bdfb8a04bd8392806cf7fe9
parent5b5173f38772584d9ce2ba2ec7bdfe53fd96e8bc (diff)
downloadaur-951e4c81e3758461ee511ec4e7aeee3781858630.tar.gz
Bump to 2.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7526f5b51962..e7f7bb7aea48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = pacnews
pkgdesc = Read Arch Linux News from your CLI
- pkgver = 2.1.0
+ pkgver = 2.1.2
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.0.tar.gz
- md5sums = b422a562a0533f806aa167c909044581
+ source = https://github.com/dottorblaster/pacnews/archive/v2.1.2.tar.gz
+ md5sums = e2b8383d95f0d93c169d060c12a7786c
pkgname = pacnews
diff --git a/PKGBUILD b/PKGBUILD
index b9f916ab5f6c..6791c7622d62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alessio Biancalana <dottorblaster@gmail.com>
pkgname=pacnews
-pkgver=2.1.0
+pkgver=2.1.2
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=('b422a562a0533f806aa167c909044581')
+md5sums=('e2b8383d95f0d93c169d060c12a7786c')
build() {
cd "$srcdir/$pkgname-$pkgver"