summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgandalf32021-01-21 15:48:54 -0800
committergandalf32021-01-21 15:51:15 -0800
commitd191b74258b08782bb7a0e974f78f16a2c0637f2 (patch)
tree738e3de4ee70daa851b7e1e779df7af734d630e3
parentfcbb16c1535b09a3467df31397f47413557e0542 (diff)
downloadaur-d191b74258b08782bb7a0e974f78f16a2c0637f2.tar.gz
Update srcinfo
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD2
-rw-r--r--cwd.patch3
3 files changed, 6 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f799ec451a57..fd0537657cc4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = swami
pkgdesc = A SoundFont editor
- pkgver = 2.2.0
+ pkgver = 2.2.1
pkgrel = 1
url = http://www.swamiproject.org
arch = x86_64
@@ -13,10 +13,10 @@ pkgbase = swami
depends = libinstpatch
depends = libgnomecanvas
optdepends = libpng
- source = https://github.com/swami/swami/archive/v2.2.0.tar.gz
- source = cwd.patch
- sha1sums = 218685dec42d2db2dffa77a28633096d29458950
- sha1sums = c8f475348486f7664deb1d47afa90039d31529e8
+ source = https://github.com/swami/swami/archive/v2.2.1.tar.gz
+ source = fix-2.2.x-for-gobject-property-system.patch
+ sha1sums = 8c5444c16f2837f1e89bf2ff717171e0d9ebb13d
+ sha1sums = d10ade9c2db31a7b771af1cd2178f2479615ddf4
pkgname = swami
diff --git a/PKGBUILD b/PKGBUILD
index 1669119c6ffc..41b4e8118016 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('GPL2')
depends=('gtk2' 'fftw' 'audiofile' 'fluidsynth' 'libinstpatch' 'libgnomecanvas')
makedepends=('cmake')
optdepends=('libpng')
-source=("https://github.com/swami/${pkgname}/archive/v${pkgver}.tar.gz" './fix-2.2.x-for-gobject-property-system.patch')
+source=("https://github.com/swami/${pkgname}/archive/v${pkgver}.tar.gz" 'fix-2.2.x-for-gobject-property-system.patch')
sha1sums=('8c5444c16f2837f1e89bf2ff717171e0d9ebb13d'
'd10ade9c2db31a7b771af1cd2178f2479615ddf4')
diff --git a/cwd.patch b/cwd.patch
deleted file mode 100644
index 6fe0bb9d1437..000000000000
--- a/cwd.patch
+++ /dev/null
@@ -1,3 +0,0 @@
-52a53,54
->
-> chdir("/usr");