summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.hgignore12
-rw-r--r--pcr/ryzom-client/PKGBUILD8
-rw-r--r--pcr/ryzom-nel/PKGBUILD6
3 files changed, 20 insertions, 6 deletions
diff --git a/.hgignore b/.hgignore
new file mode 100644
index 000000000..d882633e0
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,12 @@
+# Shackra is using hg-git because mercurial is cool and Git sucks, so, DO NOT REMOVE THIS FILE PLEASE!
+# God bless you ;)
+syntax: glob
+*.log
+*~
+\#*\#
+src/
+pkg/
+*.pkg.tar.*
+*.src.tar.*
+*.log
+*.gz
diff --git a/pcr/ryzom-client/PKGBUILD b/pcr/ryzom-client/PKGBUILD
index 371137029..4990528dc 100644
--- a/pcr/ryzom-client/PKGBUILD
+++ b/pcr/ryzom-client/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jorge Araya Navarro <jorgean@lavabit.com>
pkgname=('ryzom-client')
pkgver=0.8.0
-pkgrel=1
+pkgrel=5
arch=('x86_64' 'i686')
url="http://www.ryzom.com"
license=('AGPL3')
@@ -10,12 +10,12 @@ depends=('ryzom-data' 'ryzom-nel' 'luabind')
conflicts=('ryzom-client')
groups=('ryzom')
options=(!strip)
-makedepends=('kervala_libsquish-hg' 'cmake' 'bison'
+makedepends=('kervalasquish-hg' 'cmake' 'bison'
'lua' 'luabind' 'curl' 'libpng' 'libwww'
'boost' 'ryzom-nel')
auser="shackra"
-achangeset="1af2b43d7297"
+achangeset="02c9a4faf4ff"
source=("https://bitbucket.org/$auser/ryzom/get/$achangeset.tar.gz")
@@ -39,4 +39,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha256sums=('1e2c3f9675b5193029945bb7e4941b3ff82e3c5a03cd32cb8049c8f79348099d')
+sha256sums=('c280b4a106cb6684aee1b186c82144fc6a72c874976ba347712f96d9ae985baf')
diff --git a/pcr/ryzom-nel/PKGBUILD b/pcr/ryzom-nel/PKGBUILD
index 001e00dd2..8d45c4dd3 100644
--- a/pcr/ryzom-nel/PKGBUILD
+++ b/pcr/ryzom-nel/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jorge Araya Navarro <jorgean@lavabit.com>
pkgname='ryzom-nel'
pkgver=0.8.0
-pkgrel=8
+pkgrel=9
arch=('x86_64' 'i686')
conflicts=('ryzom-nel')
groups=('ryzom')
@@ -23,7 +23,7 @@ depends=('freetype2'
makedepends=('cmake' 'bison' 'kervalasquish-hg')
auser="shackra"
-achangeset="1af2b43d7297"
+achangeset="02c9a4faf4ff"
source=("https://bitbucket.org/$auser/ryzom/get/$achangeset.tar.gz")
@@ -49,3 +49,5 @@ package() {
cd "$srcdir/$auser-ryzom-$achangeset/code/$pkgname"
make DESTDIR="$pkgdir" install
}
+
+sha256sums=('c280b4a106cb6684aee1b186c82144fc6a72c874976ba347712f96d9ae985baf')