summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 535b8c9a309f..16ff3bf87c4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,17 @@ pkgname=caitsith-tools
_basever=0.1
_timestamp=20140105
pkgver=${_basever}_${_timestamp}
-pkgrel=4
+pkgrel=5
pkgdesc='CaitSith Linux userspace tools'
url='http://caitsith.sourceforge.jp/'
arch=('i686' 'x86_64')
license=('GPL')
depends=('ncurses')
-source=("http://sourceforge.jp/frs/redir.php?m=jaist&f=/caitsith/55465/caitsith-tools-${_basever}-${_timestamp}.tar.gz")
-sha256sums=('67e0665918970750fc966881e52f5033522fdb850ed791e12cb3503748fe0758')
+source=("http://sourceforge.jp/frs/redir.php?m=jaist&f=/caitsith/55465/caitsith-tools-${_basever}-${_timestamp}.tar.gz"
+ "http://sourceforge.jp/frs/redir.php?m=jaist&f=/caitsith/55465/caitsith-tools-${_basever}-${_timestamp}.tar.gz.asc")
+sha256sums=('67e0665918970750fc966881e52f5033522fdb850ed791e12cb3503748fe0758'
+ 'f9ae6fa9c5501645dc332800a4f9f833de0edf728cd1bca5b0f334970d398820')
+validpgpkeys=('43C83369623D7AD3A96C2FC7425F128D0C64F52A') # http://I-love.SAKURA.ne.jp/kumaneko-key
build() {
cd "${srcdir}/${pkgname}"