mencal-3.0-1

This commit is contained in:
Jaroslav Lichtblau 2014-12-02 18:31:20 +01:00
parent e802cd293d
commit 7f3257c053
2 changed files with 7 additions and 7 deletions

View file

@ -1,13 +1,13 @@
pkgbase = mencal
pkgdesc = A simple variation of the well-known unix command cal, with periodically repeating days highlighted in color
pkgver = 2.4
pkgver = 3.0
pkgrel = 1
url = http://kyberdigi.cz/projects/mencal
arch = any
license = GPL
depends = perl
source = http://kyberdigi.cz/projects/mencal/files/mencal-2.4.tar.gz
sha256sums = dcb603fcfb36f5bdce69e22ff52ff12b953de08531392d94557c29e5de492c69
source = http://kyberdigi.cz/projects/mencal/files/mencal-3.0.tar.gz
sha256sums = 9328d0b2f3f57847e8753c5184531f4832be7123d1b6623afdff892074c03080
pkgname = mencal

View file

@ -2,7 +2,7 @@
# Contributor: Alessio 'mOLOk' Bolognino <themolok@gmail.com>
pkgname=mencal
pkgver=2.4
pkgver=3.0
pkgrel=1
pkgdesc="A simple variation of the well-known unix command cal, with periodically repeating days highlighted in color"
arch=('any')
@ -10,10 +10,10 @@ url="http://kyberdigi.cz/projects/mencal"
license=('GPL')
depends=('perl')
source=(http://kyberdigi.cz/projects/$pkgname/files/$pkgname-$pkgver.tar.gz)
sha256sums=('dcb603fcfb36f5bdce69e22ff52ff12b953de08531392d94557c29e5de492c69')
sha256sums=('9328d0b2f3f57847e8753c5184531f4832be7123d1b6623afdff892074c03080')
package() {
cd ${srcdir}/$pkgname-$pkgver
cd "${srcdir}"/$pkgname-$pkgver
install -D -m755 $pkgname ${pkgdir}/usr/bin/$pkgname
install -Dm755 $pkgname "${pkgdir}"/usr/bin/$pkgname
}