summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f295314e4b74..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.r250.g2c98a36
+ pkgver = v1.0.0.alpha.r206.gd0fca9e
pkgrel = 1
url = https://github.com/grumpy-irc/grumpy
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index d33dde8e82c3..ee45fe7c3ebd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=grumpy-irc-git
_pkgname=grumpy-irc
-pkgver=v1.0.0.alpha.r250.g2c98a36
+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')
@@ -26,6 +26,7 @@ prepare(){
cd src/sqlite
unzip sqlite-amalgamation-3220000.zip
mv sqlite-amalgamation-3220000/* .
+
}
build() {