Skip to content

Commit

Permalink
Adjust Arch PKGBUILD script
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Feb 7, 2017
1 parent 83ec54e commit 8d06ab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: codereader <greebo[AT]angua[DOT]at>
pkgname=darkradiant
pkgver=2.1.0
pkgver=2.2.0
pkgrel=1
pkgdesc="Level Editor for Doom 3 (idTech4) and The Dark Mod"
arch=("x86_64")
url="http://darkradiant.sourceforge.net/"
license=("GPL")
depends=(wxgtk ftgl glew boost-libs freealut libvorbis python libsigc++)
makedepends=(git boost webkitgtk2)
source=("$pkgname::git+https://github.com/codereader/DarkRadiant.git#branch=2.1.0arch")
source=("$pkgname::git+https://github.com/codereader/DarkRadiant.git#tag=2.2.0")
md5sums=("SKIP")

build() {
Expand Down

0 comments on commit 8d06ab5

Please sign in to comment.