summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 4 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79ef3605183b..9eb6f55958a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = grumpy-irc-git
pkgdesc = Modern, yet oldschool IRC client with distributed core, written in C++
- pkgver = v1.0.0.alpha.r205.g61d441a
+ pkgver = v1.0.0.alpha.r206.gd0fca9e
pkgrel = 1
url = https://github.com/grumpy-irc/grumpy
arch = i686
@@ -15,9 +15,7 @@ pkgbase = grumpy-irc-git
conflicts = grumpy-irc
conflicts = libircclient
source = grumpy-irc::git+https://github.com/grumpy-irc/grumpy
- source = https://patch-diff.githubusercontent.com/raw/grumpy-irc/libgp/pull/1.diff
sha256sums = SKIP
- sha256sums = 74ba86bd7e648d8680708636488aea77e9f7313af1f5780d8292a3618e29b1c3
pkgname = grumpy-irc-git
diff --git a/PKGBUILD b/PKGBUILD
index 1c6a4d226956..db71e9f4014d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=grumpy-irc-git
_pkgname=grumpy-irc
-pkgver=v1.0.0.alpha.r205.g61d441a
+pkgver=v1.0.0.alpha.r206.gd0fca9e
pkgrel=1
pkgdesc="Modern, yet oldschool IRC client with distributed core, written in C++"
arch=('i686' 'x86_64')
@@ -10,9 +10,8 @@ depends=('qt5-base')
makedepends=('unzip' 'cmake' 'git')
conflicts=('grumpy-irc' 'libircclient')
provides=('grump-irc' 'libircclient')
-source=("$_pkgname::git+$url" "https://patch-diff.githubusercontent.com/raw/grumpy-irc/libgp/pull/1.diff")
-sha256sums=('SKIP'
- '74ba86bd7e648d8680708636488aea77e9f7313af1f5780d8292a3618e29b1c3')
+source=("$_pkgname::git+$url")
+sha256sums=('SKIP')
pkgver() {
cd "$_pkgname"
@@ -27,8 +26,6 @@ prepare(){
cd src/sqlite
unzip sqlite-amalgamation-3220000.zip
mv sqlite-amalgamation-3220000/* .
- cd $srcdir/$_pkgname/src/libgp
- patch -Np1 -i $srcdir/1.diff
}
build() {