Skip to content

Commit

Permalink
remove checksums from pkgbuild and add script for aur deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Optiligence committed Feb 24, 2015
1 parent 9261296 commit 1d21f4f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 2 additions & 3 deletions installer/aur/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

pkgname=knossos
pkgver=4.1.1
pkgrel=1
pkgrel=2
arch=('x86_64')
pkgdesc="A software tool for the visualization and annotation of 3D image data. It was developed for the rapid reconstruction of neural morphology and connectivity."
url="http://www.knossostool.org/"
Expand All @@ -26,8 +26,7 @@ makedepends=("cmake"
source=("https://github.com/knossos-project/knossos/archive/v${pkgver}.tar.gz"
"knossos.desktop"
)
sha256sums=('007555d603a6775b102cf2798580026029bece642b856f4d4e98236d99f3d154'
'462aa5f01abf5f330eeca964789513de7061c6c801ee779245f864b14b583012')
sha256sums=()

build() {
cd "$srcdir/$pkgname-$pkgver"
Expand Down
3 changes: 3 additions & 0 deletions installer/aur/aur.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
updpkgsums
makepkg --source

0 comments on commit 1d21f4f

Please sign in to comment.