Advertisement
Guest User

Untitled

a guest
Dec 7th, 2015
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.40 KB | None | 0 0
  1. diff --git a/PKGBUILD b/PKGBUILD
  2. index 57d27ea..f56577b 100644
  3. --- a/PKGBUILD
  4. +++ b/PKGBUILD
  5. @@ -5,7 +5,7 @@
  6.  # Maintainer: Uffe Jakobsen <uffe@uffe.org>
  7.  #
  8.  pkgname=fs-uae-launcher
  9. -pkgver=2.6.1
  10. +pkgver=2.6.2
  11.  pkgrel=1
  12.  epoch=
  13.  pkgdesc=""
  14. @@ -31,24 +31,20 @@ options=()
  15.  install=
  16.  changelog=
  17.  #source=("${_pkgurl}" "remove_inbuilt_six.patch")
  18. -source=("${_pkgurl}")
  19. +source=("${_pkgurl}" "fs-uae-launcher.patch")
  20.  noextract=()
  21.  
  22. -md5sums=('aeb532082306c6887a7e4d0e7fceca7e')
  23. -sha1sums=('c962ae11e1ca7a4c6069a074d759ab4db69e42ab')
  24. -sha256sums=('47cdfe7a3cb1e8ae667c28e697d05c3a797b38a7e86759c789a2e9a3765ed470')
  25. -sha384sums=('801f05c42f5b424d11cde5db346b7760f8ce39ad57bb43fe9fbb93e49be58e8d07e104fbddbbe0491ef418864bc618ab')
  26. -sha512sums=('e4ea70afccb88efc33ac0d2527827db1f17921d86c5ca7691b11440ad78bb993f9a0d172650dd0b995cbdfb025dddbc101223016a899b27ea4a704702f167178')
  27. +md5sums=('bde923259083a97c5ea677f4f61cb660' 'ce0209cd9aec7fa9a70386b6955b23ce')
  28.  
  29.  prepare() {
  30. -  cd "${srcdir}/${_pkgname}-${_pkgver}/${_pkgsrcdir}"
  31. +  cd "${srcdir}/${_pkgname}-${_pkgver}"
  32. +  #patch -N -i ${srcdir}/remove_inbuilt_six.patch
  33. +  patch -N -i ${srcdir}/fs-uae-launcher.patch
  34.  }
  35.  
  36.  build() {
  37.    # Patch to remove the packaged version of python-six
  38.    cd "${srcdir}/${_pkgname}-${_pkgver}/${_pkgsrcdir}"
  39. -  #patch -N -i ../../remove_inbuilt_six.patch
  40. -  patch -N -i ../../fs-uae-launcher.patch
  41.    make all
  42.  }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement