summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornot_anonymous2021-06-07 09:05:13 -0600
committernot_anonymous2021-06-07 09:05:13 -0600
commitb15317f1ccdea2e23d14441d8e58cad0c8a39242 (patch)
treef11a934c199a0ecc928713ec59089e68186cf8b0
parentb47a8de24f3cc97f2f03b6e8b1a5d316f4a6394f (diff)
downloadaur-b15317f1ccdea2e23d14441d8e58cad0c8a39242.tar.gz
Updated
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dcbfa70bc5bd..f5a4c50a3c25 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ebook2cw
pkgdesc = Converts plain text files to Morse Code formatted as MP3 or OGG
- pkgver = 0.8.2
- pkgrel = 5
+ pkgver = 0.8.4
+ pkgrel = 1
url = http://fkurz.net/ham/ebook2cw.html
arch = i686
arch = x86_64
@@ -9,21 +9,20 @@ pkgbase = ebook2cw
depends = lame
depends = libvorbis
optdepends = mpg123: for CLI playback/testing
- source = http://fkurz.net/ham/ebook2cw/ebook2cw-0.8.2.tar.gz
+ source = http://fkurz.net/ham/ebook2cw/ebook2cw-0.8.4.tar.gz
source = http://fkurz.net/ham/ebook2cw/example/Example.txt
source = http://fkurz.net/ham/ebook2cw/example/Chapter00.mp3
source = http://fkurz.net/ham/ebook2cw/example/Chapter01.mp3
source = http://fkurz.net/ham/ebook2cw/example/Chapter02.mp3
- md5sums = 2069b3a4a2b21810bbf32532e2287f7d
+ md5sums = 47d8871099b4813b491d30d15d3983d9
md5sums = 426e3b5ee86806cefbe2a499b4fd35b9
md5sums = 52c6884888810f6b7199f004c38608a9
md5sums = 4396acf1065cc198bdc545ae83968b19
md5sums = d0aa612cdfd651ce03bfead58319b7ed
- sha256sums = d8277ac6aaf9e64d9cb9a96457488b3a0dbd77e87622ded8f0825acb500c5758
+ sha256sums = 85375359f7e870fb7965591aa7c1a854767acf18e3c768554c0f0fe811ebe990
sha256sums = 8032dd47c1efbef8f02e3fb421e0c172f7165b7c23b856228c4632a6296d5f26
sha256sums = fee8e860f8cea4c5504beb02d12d41795a039e27eb32aab0dd297a37e3ad3103
sha256sums = 38a6bee36cf76b9280b66f871a2edd565192b13604b0ed316317027cf9175243
sha256sums = 205c95d4b03aca0b9c78681bfe3fcd31354e010076775252851bcc81282e8acb
pkgname = ebook2cw
-
diff --git a/PKGBUILD b/PKGBUILD
index 576f55b498f3..96b7ac2f3c55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Original Submission: Bob Finch <w9ya@qrparci.net>
pkgname=ebook2cw
-pkgver=0.8.2
-pkgrel=5
+pkgver=0.8.4
+pkgrel=1
pkgdesc="Converts plain text files to Morse Code formatted as MP3 or OGG"
arch=('i686' 'x86_64')
url="http://fkurz.net/ham/ebook2cw.html"
@@ -18,7 +18,7 @@ source=(http://fkurz.net/ham/$pkgname/${pkgname}-${pkgver}.tar.gz
prepare() {
cd $srcdir/$pkgname-$pkgver
sed -i s:'#iso':'iso': ebook2cw.conf
- sed -i s:'#utf':'utf': ebook2cw.conf
+ sed -i s:'#utf':'utf': ebook2cw.conf
}
build() {
@@ -29,18 +29,20 @@ build() {
package() {
cd $srcdir/$pkgname-$pkgver
+
+ mkdir -p $pkgdir/usr/share/locale/de/LC_MESSAGES
make DESTDIR="${pkgdir}/usr" install
mkdir -p $pkgdir/usr/share/$pkgname
install -m644 ../Example.txt $pkgdir/usr/share/$pkgname
install -m644 ../*.mp3 $pkgdir/usr/share/$pkgname
}
-md5sums=('2069b3a4a2b21810bbf32532e2287f7d'
+md5sums=('47d8871099b4813b491d30d15d3983d9'
'426e3b5ee86806cefbe2a499b4fd35b9'
'52c6884888810f6b7199f004c38608a9'
'4396acf1065cc198bdc545ae83968b19'
'd0aa612cdfd651ce03bfead58319b7ed')
-sha256sums=('d8277ac6aaf9e64d9cb9a96457488b3a0dbd77e87622ded8f0825acb500c5758'
+sha256sums=('85375359f7e870fb7965591aa7c1a854767acf18e3c768554c0f0fe811ebe990'
'8032dd47c1efbef8f02e3fb421e0c172f7165b7c23b856228c4632a6296d5f26'
'fee8e860f8cea4c5504beb02d12d41795a039e27eb32aab0dd297a37e3ad3103'
'38a6bee36cf76b9280b66f871a2edd565192b13604b0ed316317027cf9175243'