Changeset 3250

Show
Ignore:
Timestamp:
07/29/08 11:30:16 (5 years ago)
Author:
nopper
Message:

RC2 fixes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branch/archlinux-pkgbuild/PKGBUILD

    r2931 r3250  
    33pkgname=umit 
    44pkgver=0.9.5 
    5 pkgrel=1 
     5pkgrel=RC2 
    66pkgdesc="the Nmap frontend" 
    77arch=('i686' 'x86_64' 'ppc') 
     
    1010depends=('nmap' 'pygtk' 'python>=2.4' 'python-pysqlite') 
    1111makedepends=() 
    12 source=(http://downloads.sourceforge.net/umit/$pkgname-${pkgver}RC1.tar.bz2) 
     12source=(http://downloads.sourceforge.net/umit/$pkgname-${pkgver}-${pkgrel}.tar.bz2) 
    1313install=('umit.install') 
    14 md5sums=('c50b4fe2e569da3774923e55b5e0e531') 
     14md5sums=('d781b415b7d9398cc6c1f41631f8a7f5') 
    1515 
    1616build() {