summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a686330e32e9..ea78a0b4ed1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = naspro-core
pkgdesc = NASPRO core is the portable runtime library at the bottom of the NASPRO Architecture for Sound PROcessing.
pkgver = 0.5.1
- pkgrel = 1
+ pkgrel = 2
url = http://naspro.sourceforge.net/libraries.html#naspro-core
arch = x86
arch = x86_64
license = LGPL
source = http://sourceforge.net/projects/naspro/files/naspro/0.5.1/naspro-core-0.5.1.tar.bz2
- sha1sums = SKIP
+ sha1sums = 90a8381951dd4443c4c23dd5ba0ebbe25a350691
pkgname = naspro-core
diff --git a/PKGBUILD b/PKGBUILD
index d1f3e81f6280..5127f573b02b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: BrainDamage
pkgname="naspro-core"
-pkgrel=1
+pkgrel=2
pkgver=0.5.1
pkgdesc="NASPRO core is the portable runtime library at the bottom of the NASPRO Architecture for Sound PROcessing."
arch=('x86' 'x86_64')
url="http://naspro.sourceforge.net/libraries.html#naspro-core"
license=("LGPL")
depends=()
-sha1sums=("SKIP")
+sha1sums=("90a8381951dd4443c4c23dd5ba0ebbe25a350691")
source=("http://sourceforge.net/projects/naspro/files/naspro/$pkgver/naspro-core-$pkgver.tar.bz2")