summaryrefslogtreecommitdiff
path: root/gopherus/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'gopherus/PKGBUILD')
-rw-r--r--gopherus/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/gopherus/PKGBUILD b/gopherus/PKGBUILD
index f4b74b9..3ee8283 100644
--- a/gopherus/PKGBUILD
+++ b/gopherus/PKGBUILD
@@ -3,7 +3,7 @@
# Upstream: https://git.metalpunks.info/arch-ports
pkgname=gopherus
-pkgver=1.2
+pkgver=1.2.1
pkgrel=1
pkgdesc="Gopher client"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ optdepends=('sdl2')
source=(http://downloads.sourceforge.net/project/${pkgname}/v${pkgver}/${pkgname}-${pkgver}.tar.xz
gopherus-1.2-ncheader.patch
gopherus.desktop)
-sha256sums=('4a9710ba9f9a0a92c6d6f8a9d212b3beebe85ab588f79e64d299f3e7b816ab02'
+sha256sums=('510f71591ae2f40c55bfff47f3c215c75d85acf45184e752a381df6a6c64787b'
'9637df8df7dfa15232b5898170b1d1d0a485628d77c2a40150db914c4fb2b866'
'b01f1fa220cb788edf5c743a35aeff169f62eefee19d5f6dee96274e8c8cfd21')
@@ -28,7 +28,7 @@ prepare()
build() {
cd "${pkgname}-${pkgver}"
- make -f Makefile.lin CFLAGS="${CFLAGS}"
+ make -f Makefile.lin CFLAGS="${CFLAGS}" gopherus gopherus-sdl
}
package() {