diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ # Maintainer: Alessio Biancalana <dottorblaster@gmail.com> pkgname=pacnews -pkgver=2.4.1 +pkgver=2.4.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' 'openssl') source=("https://github.com/dottorblaster/$pkgname/archive/v${pkgver}.tar.gz") -md5sums=('f923994a948cfdb4a51df493e2e7f817') +md5sums=('3169293db927fcf171489f31707a6bb9') build() { cd "$srcdir/$pkgname-$pkgver" |