diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -1,8 +1,9 @@ -# Maintainer: Paulo Matos <pmatos@linki.tools> +# Maintainer: gilcu3 +# Previous Maintainer: Paulo Matos <pmatos@linki.tools> pkgname='mbsync-git' _pkgname='mbsync' -pkgver=912.95d18e2 +pkgver=1307.e70c300 pkgrel=1 pkgdesc="free (GPL) mailbox synchronization program" arch=('i686' 'x86_64') @@ -10,7 +11,8 @@ url="http://isync.sourceforge.net/" license=('GPL') depends=('openssl') makedepends=('git' 'autoconf' 'automake') -provides=('mbsync') +provides=('mbsync' 'isync') +conflicts=('isync') source=("$_pkgname::git+https://git.code.sf.net/p/isync/isync.git") sha256sums=('SKIP') @@ -34,4 +36,4 @@ build() { package() { cd ${pkgname%-git} make DESTDIR="$pkgdir/" install -}
\ No newline at end of file +} |