diff options
Diffstat (limited to 'PKGBUILD')
| -rw-r--r-- | PKGBUILD | 11 | 
1 files changed, 5 insertions, 6 deletions
| @@ -8,7 +8,7 @@  # Arch version broken with arch-style lto  pkgname=lincity-ng -pkgver=2.12.0 +pkgver=2.14.1  pkgrel=1  pkgdesc="A city simulation game"  arch=('x86_64') @@ -20,14 +20,13 @@ license=(    'LicenseRef-BitstreamVeraFontsCopyright'  )  depends=( +  'fmt'    'gcc-libs'    'glibc'    'hicolor-icon-theme' -  'libglvnd' +  'libxml++-5.0'    'libxml2' -  'physfs'    'sdl2' -  'sdl2_gfx'    'sdl2_image'    'sdl2_mixer'    'sdl2_ttf' @@ -41,8 +40,8 @@ makedepends=(  # # But old-fashioned raw injection of -flto=auto via export doesn't.  options=(!lto)  source=(https://github.com/lincity-ng/lincity-ng/archive/$pkgname-$pkgver.tar.gz) -sha256sums=('c9ca345a77c42c31ec569af6ca7b81acf39d61291caaaeb449b6bebfd30457e0') -b2sums=('f18def346c56de4553a06e220197ea65c862dd6cb9292ac3315ef6834eea3d3248cfce853f41f9c8f779490916492f816e14e711f51c0c7a41ed013484ac2015') +sha256sums=('ce8bc538df1c921e549eee8fc952f1257eb3c1be5c87acf06f3e8c7846d86e95') +b2sums=('1d403725a653ce3153a4ecbc9cb7058a21e916abea22e2b03f58c536a42912a4cd32e9f81faed269a6e42bd9565f4169bbf17422717b77ce087fd2f5c6d6181d')  build() {    cd ${pkgname}-${pkgname}-${pkgver} | 
