Advertisement
Guest User

Untitled

a guest
Jun 18th, 2016
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. diff --git a/PKGBUILD b/PKGBUILD
  2. index a383721..e16558b 100644
  3. --- a/PKGBUILD
  4. +++ b/PKGBUILD
  5. @@ -4,7 +4,7 @@
  6. # Contributor: Valere Monseur <valere.monseur@ymail.com>
  7.  
  8. pkgname=eid-mw
  9. -pkgver=4.1.12
  10. +pkgver=4.1.18
  11. pkgrel=1
  12.  
  13. pkgdesc="The eID middleware for the Belgian eID"
  14. @@ -18,7 +18,7 @@ optdepends=('firefox: extension for Belgian eid'
  15. 'ccid: A generic USB Chip/Smart Card Interface Devices driver'
  16. 'pcsc-tools: PC/SC smartcard tools')
  17. source=("https://dist.eid.belgium.be/continuous/sources/$pkgname-$pkgver-v$pkgver.tar.gz"{,.asc})
  18. -md5sums=('2678efdac0ebcf0c008b8850269720fb'
  19. +md5sums=('d27be9ac6f63e864c539c50b3db76763'
  20. 'SKIP')
  21. validpgpkeys=('D95426E309C0492990D8E8E2824A5E0010A04D46')
  22. build() {
  23. @@ -31,5 +31,5 @@ package() {
  24. cd "$pkgname-$pkgver-v$pkgver"
  25. make install DESTDIR="$pkgdir"
  26. }
  27. -
  28. +
  29. # vim:set ts=2 sw=2 et:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement