diff options
Diffstat (limited to 'pcr/note/PKGBUILD')
-rw-r--r-- | pcr/note/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pcr/note/PKGBUILD b/pcr/note/PKGBUILD index 151e9e796..f81249b36 100644 --- a/pcr/note/PKGBUILD +++ b/pcr/note/PKGBUILD @@ -5,9 +5,9 @@ _author=TLINDEN _perlmod=note pkgname=$_perlmod pkgver=1.3.18 -pkgrel=1 +pkgrel=1.1 pkgdesc="A Perl-based note taking application with multiple backends" -arch=('i686' 'x86_64' 'mips64el') +arch=('i686' 'x86_64') url="http://www.daemon.de/NOTE" license=('GPL') depends=('perl' 'perl-yaml') @@ -20,6 +20,7 @@ optdepends=( 'perl-dbi: mysql db backend' ) source=(http://cpan.perl.org/modules/by-authors/id/T/TL/$_author/$_perlmod-$pkgver.tar.gz) +sha1sums=('1415c08c2c21ff444d8a0f29ab77f032718ad0a1') build() { cd "$srcdir/$pkgname-$pkgver" |