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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Tue Sep 12 15:40:11 UTC 2017


    Date: Tuesday, September 12, 2017 @ 15:40:10
  Author: bpiotrowski
Revision: 257144

1.3.1-24: rebuild against boost 1.65.1

Modified:
  frogatto/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-12 15:39:49 UTC (rev 257143)
+++ PKGBUILD	2017-09-12 15:40:10 UTC (rev 257144)
@@ -6,21 +6,21 @@
 pkgname='frogatto'
 arch=('i686' 'x86_64')
 pkgver=1.3.1
-pkgrel=23
+pkgrel=24
 pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog"
 url="http://www.frogatto.com"
 license=('GPL')
 depends=('git' 'glew' 'sdl' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'libpng' 'boost-libs' 'frogatto-data' 'ttf-ubuntu-font-family')
 makedepends=('mesa' 'boost')
-source=("$pkgname::git+https://github.com/frogatto/frogatto.git#tag=$pkgver"
+source=("$pkgname-$pkgver.tgz::https://github.com/frogatto/frogatto/archive/$pkgver.tar.gz"
         launcher
         frogatto.desktop)
-md5sums=('SKIP'
+md5sums=('f3206fbe1395ea2878092fbd4ed2c591'
          '9ed2c9ea59e95fe3c0b3ad49e58f8890'
          'e31563b04748a39292a59aaad633ff58')
 
 build() {
-  cd "$srcdir/$pkgname"
+  cd "$srcdir/$pkgname-$pkgver"
 
   sed -i 's/ccache //g' Makefile
   sed -i 's/-lprofiler//g' Makefile
@@ -34,7 +34,7 @@
 }
 
 package() {
-  cd "$srcdir/$pkgname"
+  cd "$srcdir/$pkgname-$pkgver"
 
   install -Dm 755 "game" "$pkgdir/opt/frogatto/game"
   install -Dm 755 "server" "$pkgdir/opt/frogatto/server"



More information about the arch-commits mailing list