From f02c50a4707799b7f8bf368f54f7583105eff882 Mon Sep 17 00:00:00 2001 From: Deposite Pirate Date: Thu, 4 Jun 2020 19:42:13 +0200 Subject: * Add 'patch' build dependency. modified: castor-git/.SRCINFO new file: castor-git/.gitignore modified: castor-git/PKGBUILD --- castor-git/.SRCINFO | 3 ++- castor-git/.gitignore | 1 + castor-git/PKGBUILD | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 castor-git/.gitignore (limited to 'castor-git') diff --git a/castor-git/.SRCINFO b/castor-git/.SRCINFO index cc37c93..098bd37 100644 --- a/castor-git/.SRCINFO +++ b/castor-git/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = castor-git pkgdesc = A gemini, gopher and finger graphical client - pkgver = 0.7.0.r6.g188cd6c + pkgver = 0.8.13.r0.gcb7d09b pkgrel = 1 url = https://git.sr.ht/~julienxx/castor arch = i686 @@ -9,6 +9,7 @@ pkgbase = castor-git makedepends = git makedepends = rust makedepends = cargo + makedepends = patch depends = gtk3 depends = gdk-pixbuf2 depends = pango diff --git a/castor-git/.gitignore b/castor-git/.gitignore new file mode 100644 index 0000000..a824547 --- /dev/null +++ b/castor-git/.gitignore @@ -0,0 +1 @@ +castor diff --git a/castor-git/PKGBUILD b/castor-git/PKGBUILD index dfdd19d..bec1086 100644 --- a/castor-git/PKGBUILD +++ b/castor-git/PKGBUILD @@ -4,14 +4,14 @@ _pkgname=castor pkgname=castor-git -pkgver=0.7.0.r6.g188cd6c +pkgver=0.8.13.r0.gcb7d09b pkgrel=1 pkgdesc="A gemini, gopher and finger graphical client" arch=('i686' 'x86_64') url="https://git.sr.ht/~julienxx/castor" license=('unknown') depends=('gtk3' 'gdk-pixbuf2' 'pango' 'atk' 'cairo' 'openssl') -makedepends=('git' 'rust' 'cargo') +makedepends=('git' 'rust' 'cargo' 'patch') source=("${_pkgname}::git+${url}" castor-0.7.0-makefile.patch) sha256sums=('SKIP' -- cgit v1.2.3-70-g09d2