summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlessio Biancalana2023-05-09 09:58:59 +0200
committerAlessio Biancalana2023-05-09 09:58:59 +0200
commit631daaafe31b9252594b6277e4c34db1d43cca1d (patch)
tree4b1548e9285547fa79af0d6c963559be175c5293
parent787b968d3ac561ccf5e285bac477c36073e6f392 (diff)
downloadaur-631daaafe31b9252594b6277e4c34db1d43cca1d.tar.gz
Release 2.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 411d4dd90f3f..ebdec4ae13f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = pacnews
pkgdesc = Read Arch Linux News from your CLI
- pkgver = 2.2.0
+ pkgver = 2.3.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.2.0.tar.gz
- md5sums = 8e394c619d904f6145e756d6ad06bf8a
+ source = https://github.com/dottorblaster/pacnews/archive/v2.3.0.tar.gz
+ md5sums = 77310b4abb16d3017489e5c1785dbf3f
pkgname = pacnews
diff --git a/PKGBUILD b/PKGBUILD
index b25754b177aa..a0a931cc691c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Alessio Biancalana <dottorblaster@gmail.com>
pkgname=pacnews
-pkgver=2.2.0
+pkgver=2.3.0
pkgrel=1
pkgdesc="Read Arch Linux News from your CLI"
arch=('i686' 'x86_64')
license=('MIT')
url="https://github.com/dottorblaster/pacnews"
-makedepends=('rust')
+makedepends=('rust', 'openssl')
source=("https://github.com/dottorblaster/$pkgname/archive/v${pkgver}.tar.gz")
-md5sums=('8e394c619d904f6145e756d6ad06bf8a')
+md5sums=('77310b4abb16d3017489e5c1785dbf3f')
build() {
cd "$srcdir/$pkgname-$pkgver"