summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRhinoceros2023-01-13 10:46:17 +1100
committerRhinoceros2023-01-13 10:46:17 +1100
commit39e0317b7b6e1baa9a252d1c0110f5da80a63799 (patch)
treec63ca17e0ffe60c6a5ee535878017366e44a61a6 /PKGBUILD
parent28fcc3c677d2c1439182e91e7c5ef03642584874 (diff)
downloadaur-39e0317b7b6e1baa9a252d1c0110f5da80a63799.tar.gz
Update to 0.8.3-1
* Upstream changelog: https://github.com/andmarti1424/sc-im/releases/tag/v0.8.3 * Makefile now selects Linux clipboard by default, so no need to patch this part.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 91777c4d5ecc..50ec1c6c5a32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Rhinoceros <https://aur.archlinux.org/account/rhinoceros>
pkgname=sc-im
-pkgver=0.8.2
+pkgver=0.8.3
pkgrel=1
pkgdesc='A spreadsheet program based on SC'
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
@@ -13,14 +13,14 @@ optdepends=('libxlsxwriter: export to xlsx. Requires rebuild of sc-im'
license=('BSD')
conflicts=('scim-spreadsheet' 'sc-im-git')
source=("$pkgname-$pkgver.tar.gz::https://github.com/andmarti1424/$pkgname/archive/v${pkgver}.tar.gz"
- 'arch.0.8.0.patch')
-sha256sums=('7f00c98601e7f7709431fb4cbb83707c87016a3b015d48e5a7c2f018eff4b7f7'
- '191c8537f75decb0bf8d00db9543b07985684bf10308ff63c6648de70b7ff6e5')
+ "${pkgname}_arch_0.8.3.patch")
+sha256sums=('5568f9987b6d26535c0e7a427158848f1bc03d829f74e41cbcf007d8704e9bd3'
+ '2ba5a7c20d250d14a32dd3fad956779551cc18ab5f080ce149ba8395a70d0c41')
prepare() {
cd "$pkgname-$pkgver/src"
# install things in the correct place for package managers
- patch <"$srcdir/arch.0.8.0.patch"
+ patch <"$srcdir/${pkgname}_arch_0.8.3.patch"
}
build() {