summaryrefslogtreecommitdiff
path: root/pcr/note
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-04-30 02:35:13 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-04-30 02:35:13 -0500
commitd7f22b4528b267552d96782e3e921efb87db6b6b (patch)
treecc90e6a706f33ed368e5c13337cb063a2ae2e7b6 /pcr/note
parentaa53228a73e7e3907c6d7e9a309499a400a1122e (diff)
note-1.3.18-1.1: rebuild
Diffstat (limited to 'pcr/note')
-rw-r--r--pcr/note/PKGBUILD5
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"