diff options
author | Juan RP <xtraeme@gmail.com> | 2014-09-08 19:27:50 +0000 |
---|---|---|
committer | Juan RP <xtraeme@gmail.com> | 2014-09-08 19:27:50 +0000 |
commit | a193cb25d31a8fc27783daa79fd37ce2ddfa10bb (patch) | |
tree | 80472cafeaac354b672241d89ea6f11b7fe588ae /srcpkgs/mtdev/template | |
parent | 9eda434f16c6b9e92afee24eb32991371b87f389 (diff) | |
download | void-packages-a193cb25d31a8fc27783daa79fd37ce2ddfa10bb.tar void-packages-a193cb25d31a8fc27783daa79fd37ce2ddfa10bb.tar.gz void-packages-a193cb25d31a8fc27783daa79fd37ce2ddfa10bb.tar.bz2 void-packages-a193cb25d31a8fc27783daa79fd37ce2ddfa10bb.tar.lz void-packages-a193cb25d31a8fc27783daa79fd37ce2ddfa10bb.tar.xz void-packages-a193cb25d31a8fc27783daa79fd37ce2ddfa10bb.tar.zst void-packages-a193cb25d31a8fc27783daa79fd37ce2ddfa10bb.zip |
mtdev: update to 1.1.5.
Diffstat (limited to '')
-rw-r--r-- | srcpkgs/mtdev/template | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/srcpkgs/mtdev/template b/srcpkgs/mtdev/template index 0dfb2f3b054..2abd9bb7a94 100644 --- a/srcpkgs/mtdev/template +++ b/srcpkgs/mtdev/template @@ -1,17 +1,17 @@ # Template build file for 'mtdev'. pkgname=mtdev -version=1.1.4 -revision=2 +version=1.1.5 +revision=1 build_style=gnu-configure short_desc="Multitouch Protocol Translation Library" maintainer="Juan RP <xtraeme@gmail.com>" homepage="http://bitmath.org/code/mtdev/" license="MIT" distfiles="http://bitmath.org/code/mtdev/mtdev-${version}.tar.bz2" -checksum=6b59b055ff22f2b91d4284187c2515826c338b81f6f33bd90f6bedc7c1fb9a38 +checksum=6677d5708a7948840de734d8b4675d5980d4561171c5a8e89e54adf7a13eba7f mtdev-devel_package() { - depends="mtdev>=${version}_${revision}" + depends="${sourcepkg}>=${version}_${revision}" short_desc+=" - development files" pkg_install() { vmove usr/include |