Advertisement
Guest User

Untitled

a guest
Jun 11th, 2019
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. diff --git a/PKGBUILD b/PKGBUILD
  2. index 562d6d2..e4c15d9 100644
  3. --- a/PKGBUILD
  4. +++ b/PKGBUILD
  5. @@ -1,6 +1,6 @@
  6. # Maintainer: badcasa <sebastian.stueber [at] t-online [dot] de>
  7. pkgname=isabelle
  8. -pkgver=2018
  9. +pkgver=2019
  10. pkgrel=1
  11. pkgdesc="A generic proof assistant. It allows mathematical formulas to be expressed in a formal language and provides tools for proving those formulas in a logical calculus."
  12. arch=('i686' 'x86_64')
  13. @@ -13,7 +13,7 @@ if test "$CARCH" == x86_64; then
  14. 'lib32-gcc-libs: for improved performance of Poly/ML on x86_64 machines')
  15. fi
  16. optdepends=('texlive-core: document preparation')
  17. -source=(https://www.cl.cam.ac.uk/research/hvg/Isabelle/dist/Isabelle${pkgver//_/-}_app.tar.gz
  18. +source=(https://www.cl.cam.ac.uk/research/hvg/Isabelle/dist/Isabelle${pkgver//_/-}_linux.tar.gz
  19. isabelle.desktop)
  20.  
  21. # required Packages are automatically build on the first run
  22. @@ -33,5 +33,5 @@ package() {
  23. $pkgdir/opt/isabelle/bin/isabelle install -d /opt/isabelle $pkgdir/usr/bin
  24. }
  25.  
  26. -md5sums=('fb99915f96873001305e4b5d5e5a72f4'
  27. +md5sums=('475b5be365477bf2ed035eeaf780c07e'
  28. 'd33d0dd09e9105f4f043bd5e59458481')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement