This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | from base/archlinux | |
| RUN cat /etc/pacman.d/mirrorlist \ | |
| | sed 's/^#Server/Server/' \ | |
| > /etc/pacman.d/mirrorlist.backup \ | |
| && rankmirrors -n 10 /etc/pacman.d/mirrorlist.backup \ | |
| > /etc/pacman.d/mirrorlist | |
| RUN echo "[multilib]" >> /etc/pacman.conf | |
| RUN echo "Include = /etc/pacman.d/mirrorlist" >> /etc/pacman.conf | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # Maintainer: Levente Polyak <levente[at]leventepolyak[dot]net> | |
| # Contributor: Firas Zaidan <firas@zaidan.de> | |
| pkgname=ropgadget-git | |
| pkgver=5.4.415.016d0a9 | |
| pkgrel=1 | |
| pkgdesc="Search gadgets in binaries to facilitate ROP exploitation for several file formats and architectures" | |
| url="http://www.shell-storm.org/project/ROPgadget" | |
| arch=('any') | |
| license=('GPL2') | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # Maintainer: marauder <abhinav dot kssk at gmail dot com> | |
| # Contributor: Benjamin Chretien <chretien at lirmm dot fr> | |
| # Contributor: Anton Bazhenov <anton.bazhenov at gmail> | |
| # Contributor: Vladimir Ermakov <vooon341@gmail.com> | |
| # Contributor: Yuxiang Li <li.yuxiang.nj at gmail dot com> | |
| # Contributor: Firas Zaidan <firas@zaidan.de> | |
| pkgname=gazebo | |
| pkgver=8.1.1 | |
| pkgrel=1 |