diff options
author | Deposite Pirate | 2020-06-04 19:42:13 +0200 |
---|---|---|
committer | Deposite Pirate | 2020-06-04 19:42:13 +0200 |
commit | f02c50a4707799b7f8bf368f54f7583105eff882 (patch) | |
tree | 37e7bea22034f3ef6505c4d6a80662b0ef82d550 /castor-git | |
parent | a027a456384604f17fa45332d6c7f701677621d6 (diff) |
* Add 'patch' build dependency.
modified: castor-git/.SRCINFO
new file: castor-git/.gitignore
modified: castor-git/PKGBUILD
Diffstat (limited to 'castor-git')
-rw-r--r-- | castor-git/.SRCINFO | 3 | ||||
-rw-r--r-- | castor-git/.gitignore | 1 | ||||
-rw-r--r-- | castor-git/PKGBUILD | 4 |
3 files changed, 5 insertions, 3 deletions
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' |