summaryrefslogtreecommitdiff
path: root/pcr/minimodem
diff options
context:
space:
mode:
authorGaming4JC <g4jc@openmailbox.org>2016-02-29 23:45:45 -0500
committerGaming4JC <g4jc@openmailbox.org>2016-02-29 23:45:45 -0500
commit22e166de1a43cd130171fcfc8ab67b7a47dd4d9e (patch)
tree076d53db1d4683548e69260da5b801ca01128625 /pcr/minimodem
parent804e59afdcc008c74d8cdda05b78fc7ff9d3646d (diff)
version bump for minimodem
Diffstat (limited to 'pcr/minimodem')
-rw-r--r--pcr/minimodem/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/minimodem/PKGBUILD b/pcr/minimodem/PKGBUILD
index 48f7b51a3..97536075f 100644
--- a/pcr/minimodem/PKGBUILD
+++ b/pcr/minimodem/PKGBUILD
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('fftw' 'alsa-lib' 'libpulse' 'libsndfile')
makedepends=('gcc')
source=("http://www.whence.com/minimodem/$pkgname-$pkgver.tar.gz")
-sha512sums=('e0de84cbfe350893c2142bfd31e664b13f85f48c4bb3e7cd34cb26e1ad190f46f389f22d0976ec56752ae221f2037ffb407f9947d99453b9e33bac639b503db3')
+sha512sums=('588d20dc5cf56b6ac5baab24cef203423a253ffff7e9e3e8b75c040457cd6da449adf51d0b8614973b9c3be69ee2055ea36b5aa82b080920dc15b19d30a7fea2')
build() {
cd $pkgname-$pkgver
@@ -21,4 +21,4 @@ build() {
package() {
cd $pkgname-$pkgver
make DESTDIR="$pkgdir/" install
-} \ No newline at end of file
+}