summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 82801b19dacd..de3068d284e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: oi_wtf <brainpower at mailbox dot org>
pkgname=bp-nfoview
-pkgver=0.2.6
-pkgrel=2
+pkgver=0.3.1
+pkgrel=1
pkgdesc="A Simple NFO-Viewer by brainpower"
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="https://github.com/brainpower/bp-nfoview"
license=('GPL')
depends=('qt5-base')
-makedepends=('meson' 'git' 'qt5-tools')
+makedepends=('meson' 'qt5-tools')
source=("https://github.com/brainpower/bp-nfoview/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('5a5606a7ae21f1518b2c56e957e3842b9778930d69849c5a5405ed403a214ab2')
+sha256sums=('c42bef0657d45983f2a8f0e9dd8509a5e8e19adfe8494e069c5e9d62a850a8c3')
build(){
cd "${srcdir}/${pkgname}-${pkgver}"