summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuint Guvernator2018-11-14 20:15:10 -0500
committerQuint Guvernator2018-11-14 20:15:10 -0500
commit2f2557bbb69f26ef40e40701b87a96b9abb5e3df (patch)
treec46a19a6f505030d5038d2deb26f52680b75fdbc
parentdcf969ef8b468e97b2f341e2ad3c7c8255a10875 (diff)
downloadaur-2f2557bbb69f26ef40e40701b87a96b9abb5e3df.tar.gz
verify integrity of patchfile
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57c24ec1bd60..732f0d429c47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = creddit-git
pkgdesc = CLI Reddit client written in C.
- pkgver = r213.1a45df6f8291
+ pkgver = r214.aa129b9c9b2a
pkgrel = 1
url = https://github.com/Cotix/cReddit
arch = x86_64
@@ -14,7 +14,9 @@ pkgbase = creddit-git
provides = creddit-git
conflicts = creddit-git
source = creddit-git::git+http://github.com/Cotix/cReddit.git
+ source = 01-ncursesw-is-default-ncurses.patch
md5sums = SKIP
+ md5sums = 9b475cc98d0319356772d8472b602c67
pkgname = creddit-git
diff --git a/PKGBUILD b/PKGBUILD
index 03457a7bf542..db2814eec521 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Quint Guvernator <quint@guvernator.net>
pkgname="creddit-git"
-pkgver=r213.1a45df6f8291
+pkgver=r214.aa129b9c9b2a
pkgrel=1
pkgdesc='CLI Reddit client written in C.'
arch=('x86_64' 'i686')
@@ -11,12 +11,16 @@ depends=('ncurses' 'curl')
makedepends=('git' 'make' 'gcc')
provides=("$pkgname")
conflicts=("$pkgname")
-source=("$pkgname::git+http://github.com/Cotix/cReddit.git")
-md5sums=('SKIP')
+source=(
+ "$pkgname::git+http://github.com/Cotix/cReddit.git"
+ '01-ncursesw-is-default-ncurses.patch'
+)
+md5sums=('SKIP'
+ '9b475cc98d0319356772d8472b602c67')
prepare() {
# patch the location of the ncursesw library
- patch -p1 -i '../01-ncursesw-is-default-ncurses.patch'
+ patch -p1 -i "$srcdir/01-ncursesw-is-default-ncurses.patch"
}
pkgver() {