[arch-commits] Commit in frogatto/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Sun Jan 27 09:25:11 UTC 2013


    Date: Sunday, January 27, 2013 @ 10:25:11
  Author: bpiotrowski
Revision: 83054

upgpkg: frogatto 1.2-8

rebuild against boost 1.52.0

Modified:
  frogatto/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-01-26 23:43:48 UTC (rev 83053)
+++ PKGBUILD	2013-01-27 09:25:11 UTC (rev 83054)
@@ -5,21 +5,21 @@
 pkgname='frogatto'
 arch=('i686' 'x86_64')
 pkgver=1.2
-pkgrel=7
+pkgrel=8
 pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog"
 url="http://www.frogatto.com"
 license=('GPL')
 depends=('glew' 'sdl' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'libpng' 'boost-libs' 'frogatto-data')
 makedepends=('mesa' 'boost')
-source=("frogatto-$pkgver.tar.gz::https://github.com/frogatto/frogatto/tarball/$pkgver"
+source=("frogatto-$pkgver.tar.gz::https://github.com/frogatto/frogatto/archive/$pkgver.tar.gz"
         frogatto
         frogatto.desktop)
-md5sums=('b60924f384e04728eb6e76cdd48ab8f9'
+md5sums=('57da96f06a28b064ff5d9c988cb4bdfe'
          '9ed2c9ea59e95fe3c0b3ad49e58f8890'
          'e31563b04748a39292a59aaad633ff58')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgname"*
+  cd "$srcdir/$pkgname-$pkgver"
 
   sed -i 's/ccache //g' Makefile
   sed -i 's/-lprofiler//g' Makefile
@@ -32,7 +32,7 @@
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgname"*
+  cd "$srcdir/$pkgname-$pkgver"
 
   install -D -m755 game $pkgdir/opt/frogatto/game
   install -D -m755 server $pkgdir/opt/frogatto/server




More information about the arch-commits mailing list