summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0a6f825120d..6c608de59d65 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dxconvert
pkgdesc = A file conversion and manipulation toolkit for Yamaha FM synth patches
- pkgver = 3.2.1
+ pkgver = 3.2.2
pkgrel = 1
url = http://dxconvert.martintarenskeen.nl/
arch = any
@@ -9,7 +9,7 @@ pkgbase = dxconvert
depends = python
optdepends = tk: dxconvert and txconvert GUI
optdepends = zbar: convert patches from QR codes to SysEx
- source = https://dxconvert.martintarenskeen.nl/DXconvert-3.2.1.zip
- sha256sums = 3495e3ee1f60e556001a7ab03dddec4fb190e2f1cbdc3f3503311d3f43181a21
+ source = https://dxconvert.martintarenskeen.nl/DXconvert-3.2.2.zip
+ sha256sums = adc3f1d3188e58ae99ab83286b53ad4a8fc077c6e0784dea01ad9f1d163f393d
pkgname = dxconvert
diff --git a/PKGBUILD b/PKGBUILD
index 0294e7cd9920..cdb633f9cdb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=DXconvert
pkgname=${_name,,}
-pkgver=3.2.1
+pkgver=3.2.2
pkgrel=1
pkgdesc='A file conversion and manipulation toolkit for Yamaha FM synth patches'
arch=(any)
@@ -19,7 +19,7 @@ optdepends=(
)
groups=(pro-audio)
source=("https://dxconvert.martintarenskeen.nl/$_name-$pkgver.zip")
-sha256sums=('3495e3ee1f60e556001a7ab03dddec4fb190e2f1cbdc3f3503311d3f43181a21')
+sha256sums=('adc3f1d3188e58ae99ab83286b53ad4a8fc077c6e0784dea01ad9f1d163f393d')
prepare() {
cd $_name-$pkgver
@@ -32,7 +32,7 @@ package() {
local py_major_ver="$(python -c 'import sys; print("%i.%i" % sys.version_info[:2])')"
# install Python package
- install -Dm644 DXconvert/* \
+ install -Dm644 DXconvert/*.{gif,help,py} \
-t "$pkgdir"/usr/lib/python$py_major_ver/site-packages/DXconvert
# install scripts in root dir