Advertisement
szim90

HoN PKGBUILD Patch

Jul 31st, 2011
711
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. --- PKGBUILD.orig 2011-05-29 05:56:46.000000000 -0400
  2. +++ PKGBUILD 2011-07-31 02:25:08.483218597 -0400
  3. @@ -1,7 +1,7 @@
  4. # Contributor: Slash <demodevil5 [at] yahoo [dot] com>
  5.  
  6. pkgname=hon
  7. -pkgver=2.0.29.1
  8. +pkgver=2.1.0.1
  9. pkgrel=1
  10. pkgdesc="Heroes of Newerth is a Real Time Strategy game heavily influcenced by DotA"
  11. arch=('i686' 'x86_64')
  12. @@ -9,12 +9,13 @@
  13. license=('custom:HoN')
  14. depends=('libgl' 'libxml2' 'mesa')
  15. makedepends=('unzip')
  16. +options=('!strip')
  17. install='hon.install'
  18. source=('hon.desktop' 'hon.launcher' \
  19. "http://dl.heroesofnewerth.com/HoNClient-${pkgver}.sh")
  20. md5sums=('d3fa56f17b5eb21d4da01e8d628fbc97'
  21. '4e104d5954ec711c0b89e9f968917758'
  22. - '502fb8d39dd1833dfb83f9c11ba4b33b')
  23. + '6774cfb4fbf0532266bb7ac07a3e55ea')
  24.  
  25. build() {
  26. # Extract Files
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement