summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlessio Biancalana2021-06-07 18:05:18 +0200
committerAlessio Biancalana2021-06-07 18:05:18 +0200
commit97725c4bc75afb084dd686abfa73c20c151d7a30 (patch)
tree3224454bb867f917f65133888beb070b84f0fb19
parent4f21ba24122ece060955cee529cfe9d772a9139b (diff)
downloadaur-97725c4bc75afb084dd686abfa73c20c151d7a30.tar.gz
Version 2.1.0
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 423ceb8f695a..b9f916ab5f6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alessio Biancalana <dottorblaster@gmail.com>
pkgname=pacnews
-pkgver=2.0.0
+pkgver=2.1.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=('1e2dbf0654c11ff149a60dbea8591382')
+md5sums=('b422a562a0533f806aa167c909044581')
build() {
cd "$srcdir/$pkgname-$pkgver"