Skip to content

Commit

Permalink
Fix ArchLinux PKGBUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
Quintus committed Aug 1, 2014
1 parent 26a6bee commit a5ad3ed
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions smc/extras/archlinux/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Maintainer: Quintus <quintus@quintilianus.eu>
pkgname=smc-quintus-git
pkgver=r558
pkgver=r1032
pkgrel=1
pkgdesc="Quintus' fork of the jump'n'run game."
arch=("i686" "x86_64")
url="https://github.com/Quintus/SMC"
url="https://github.com/Secretchronicles/SMC"
license=('GPL')
depends=("sdl" "sdl_image" "sdl_ttf" "sdl_mixer" "freeimage" "libpng" "cegui-0.7" "boost-libs" "libgl" "libxml++" "gettext" "pcre")
makedepends=("cmake" "ruby" "gperf" "pkg-config" "bison")
depends=("sdl_image" "sdl_ttf" "glew" "sdl_mixer" "devil" "boost-libs" "libxml++" "gettext" "mesa" "freeglut")
makedepends=("cmake" "ruby" "gperf" "pkg-config" "bison" "boost")
optdepends=()
provides=("smc" "smc-git")
conflicts=("smc" "smc-git")
options=()
source=("git+https://github.com/Quintus/SMC.git" "smc.desktop")
source=("git+https://github.com/Secretchronicles/SMC.git" "smc.desktop")
noextract=()
md5sums=("SKIP"
"eed8e75ad75ae05cbd1e16ddfbb54ef1")
Expand Down

0 comments on commit a5ad3ed

Please sign in to comment.