Skip to content

Commit

Permalink
msys2-launcher-git: correct mintty epoch value
Browse files Browse the repository at this point in the history
Use correct epoch when specifying mintty dependency:
mintty package started using an epoch value since version 1~2.0.3 (92fcd06).
  • Loading branch information
kgybels committed Aug 27, 2016
1 parent 63a5284 commit cbddf10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions msys2-launcher-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
_realname="msys2-launcher"
pkgname=("${_realname}-git")
pkgver=0.3.32.56c2ba7
pkgrel=1
pkgrel=2
pkgdesc="Helper for launching MSYS2 shells"
arch=('x86_64' 'i686')
license=('MIT')
groups=('base')
backup=({mingw32,mingw64,msys2}.ini)
provides=("${_realname}")
conflicts=("${_realname}")
depends=("mintty>=2.2.1")
depends=("mintty>=1~2.2.1")
makedepends=('mingw-w64-cross-gcc')
source=("git+https://github.com/elieux/msys2-launcher")
sha256sums=('SKIP')
Expand Down

0 comments on commit cbddf10

Please sign in to comment.