summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTorsten Wörtwein2015-06-13 21:19:20 +0200
committerTorsten Wörtwein2015-06-13 21:19:20 +0200
commit60340a6a907a51d80c4811c84e6820551055ca88 (patch)
treed42632440aa7adc609eedc473a81828cb4adaf68
parentd5207d616d93334ddf796bfc8b8e24a36e11599f (diff)
downloadaur-60340a6a907a51d80c4811c84e6820551055ca88.tar.gz
check gpg key
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f3b95d46e18..60134e9a68fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
pkgbase = caitsith-tools
pkgdesc = CaitSith Linux userspace tools
pkgver = 0.1_20140105
- pkgrel = 4
+ pkgrel = 5
url = http://caitsith.sourceforge.jp/
arch = i686
arch = x86_64
license = GPL
depends = ncurses
source = http://sourceforge.jp/frs/redir.php?m=jaist&f=/caitsith/55465/caitsith-tools-0.1-20140105.tar.gz
+ source = http://sourceforge.jp/frs/redir.php?m=jaist&f=/caitsith/55465/caitsith-tools-0.1-20140105.tar.gz.asc
sha256sums = 67e0665918970750fc966881e52f5033522fdb850ed791e12cb3503748fe0758
+ sha256sums = f9ae6fa9c5501645dc332800a4f9f833de0edf728cd1bca5b0f334970d398820
pkgname = caitsith-tools
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}"