diff options
author | root <root@rshg054.dnsready.net> | 2013-08-16 01:45:08 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-16 01:45:08 -0700 |
commit | 6a3f02abeeecab3efb4442e39e28e05897f25316 (patch) | |
tree | d64fee954cd25e076689b8fea617e207b86f3749 /community/mtpaint/PKGBUILD | |
parent | 67142d22ee558cc14309b0a3d372ed796ae8d545 (diff) |
Fri Aug 16 01:44:39 PDT 2013
Diffstat (limited to 'community/mtpaint/PKGBUILD')
-rw-r--r-- | community/mtpaint/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/community/mtpaint/PKGBUILD b/community/mtpaint/PKGBUILD index 5717f5822..38cc5f61e 100644 --- a/community/mtpaint/PKGBUILD +++ b/community/mtpaint/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 94929 2013-08-01 07:01:24Z bpiotrowski $ +# $Id: PKGBUILD 95673 2013-08-15 12:27:57Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Roman Kyrylych <roman@archlinux.org> # Contributor: yosh64 <yosh64.at.gmail.dot.com> pkgname=mtpaint pkgver=3.40 -pkgrel=8 +pkgrel=9 pkgdesc='Simple paint program for creating icons and pixel based artwork' arch=('x86_64' 'i686') url='http://mtpaint.sourceforge.net/' @@ -44,7 +44,6 @@ package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install - install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING" } # vim:set ts=2 sw=2 et: |