From 204c380958e518d63eece89244178a85b70fe925 Mon Sep 17 00:00:00 2001 From: Deposite Pirate Date: Sat, 25 Apr 2020 00:40:13 +0200 Subject: * Update castor to 0.7.0. modified: castor-git/PKGBUILD deleted: castor-git/castor-0.4.0-install.patch new file: castor-git/castor-0.7.0-makefile.patch --- castor-git/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'castor-git/PKGBUILD') diff --git a/castor-git/PKGBUILD b/castor-git/PKGBUILD index 91638f4..dfdd19d 100644 --- a/castor-git/PKGBUILD +++ b/castor-git/PKGBUILD @@ -4,7 +4,7 @@ _pkgname=castor pkgname=castor-git -pkgver=0.4.0.r1.g7f50a34 +pkgver=0.7.0.r6.g188cd6c pkgrel=1 pkgdesc="A gemini, gopher and finger graphical client" arch=('i686' 'x86_64') @@ -13,9 +13,9 @@ license=('unknown') depends=('gtk3' 'gdk-pixbuf2' 'pango' 'atk' 'cairo' 'openssl') makedepends=('git' 'rust' 'cargo') source=("${_pkgname}::git+${url}" - 'castor-0.4.0-install.patch') + castor-0.7.0-makefile.patch) sha256sums=('SKIP' - 'a659bb60626aa505b6f61f2a4669304a9806717858c79facc69b101879e4d0e2') + '5ac7e5460d00176db71ec0d7972af1adee58c57dd9d7dff29ddecbadb07f4ee9') pkgver() { cd "${_pkgname}" @@ -29,7 +29,7 @@ prepare() { cd "${_pkgname}" # Fix installing to pkgdir - patch -p1 -i ../castor-0.4.0-install.patch + patch -p1 -i ../castor-0.7.0-makefile.patch } build() { -- cgit v1.2.3-70-g09d2