[arch-commits] Commit in frogatto/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Tue Jul 28 02:08:40 UTC 2020
Date: Tuesday, July 28, 2020 @ 02:08:39
Author: svenstaro
Revision: 665600
upgpkg: frogatto 1.3.1-32
Modified:
frogatto/trunk/PKGBUILD
----------+
PKGBUILD | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-28 02:07:15 UTC (rev 665599)
+++ PKGBUILD 2020-07-28 02:08:39 UTC (rev 665600)
@@ -1,15 +1,15 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
# Contributor: Federico CInelli <cinelli at aur.archlinux.org>
# Contributor: Tom Wambold <tom5760 at gmail.com>
-pkgname='frogatto'
+pkgname=frogatto
arch=('x86_64')
pkgver=1.3.1
-pkgrel=31
+pkgrel=32
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')
+depends=('glew' 'sdl' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'libpng' 'boost-libs' 'frogatto-data' 'ttf-ubuntu-font-family')
makedepends=('mesa' 'boost')
source=("$pkgname-$pkgver.tgz::https://github.com/frogatto/frogatto/archive/$pkgver.tar.gz"
launcher
@@ -16,11 +16,11 @@
frogatto.desktop
fbsd-fixes.patch
frogatto-boost-1.70.patch)
-md5sums=('f3206fbe1395ea2878092fbd4ed2c591'
- '9ed2c9ea59e95fe3c0b3ad49e58f8890'
- 'e31563b04748a39292a59aaad633ff58'
- 'f3a4cb8492ce71a9d8895ce9d15b0714'
- 'c7c5a084ac3915a446fc26389a714289')
+sha512sums=('bb1c5e765a456abedd7b80cce99b7be62734a6163c2e2beb9776c6a61eba779a916ea99a3c113be0626a4d238f10dcdf360d26f993f1d9ac4e381d711b27be23'
+ 'f10944f8b4c2e2704ceda533d6c6768c653f4c42b8628ccccffc035122f0f5b02e3dfa600dc251440f2f4245c6d1def309556d39ea11b7aa9b6ff58751d89c00'
+ '7381f54bc8d406c7669bc1d36cd04c30f80d7eec03808ad69156317b811528830ae40a22e48a8a18e2a00e15cd0ee3f8b9a0248c08b2bce30bc8d8f57b5e6038'
+ '10ddc0cdebe1abb4f28b3afd9c1c3b1e887f47262424aa73c2a61d09375aa69287c28e0206041de5bfc2534c498c73710b98432ed538f3b900ec220541f47062'
+ '4c7f3a4bdb0fead85cb4d650761f4b8458a9f3fbe77f6e77d902a261efdae5f35808784f9ea85556b2f01d203dade9ca9224bc46c49fe38d27681e67e88a907a')
prepare() {
cd $pkgname-$pkgver
@@ -29,7 +29,7 @@
}
build() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd "$pkgname-$pkgver"
sed -i 's/-Werror //' Makefile
sed -i 's/ccache //g' Makefile
@@ -40,7 +40,7 @@
}
package() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd "$pkgname-$pkgver"
install -Dm 755 "game" "$pkgdir/opt/frogatto/game"
install -Dm 755 "server" "$pkgdir/opt/frogatto/server"
@@ -49,7 +49,7 @@
install -Dm 644 "$srcdir/frogatto.desktop" "$pkgdir/usr/share/applications/frogatto.desktop"
# Make level editor work (FS#37139)
- ln -s /usr/share/fonts/TTF/UbuntuMono-R.ttf ${pkgdir}/opt/frogatto/
+ ln -s /usr/share/fonts/TTF/UbuntuMono-R.ttf "$pkgdir"/opt/frogatto/
}
# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list