summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLehmaning2023-12-17 21:54:58 +0800
committerLehmaning2023-12-17 21:54:58 +0800
commit801f2304c62637b1b0a51a0ddd9b9bc2c5d13dcb (patch)
tree2c38e16f9a6969dbc2a4a1b5ec8cbba7acdfce76 /PKGBUILD
parentb91550169333e8592de4e1c98c7a362a0af0ddcf (diff)
downloadaur-sam.tar.gz
fix(makedepends): add patch to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f1941ade8b6c..c0e777e831be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: TwoLeaves <ohneherren@gmail.com>
# Maintainer: kumax <kumax2048@yandex.com>
pkgname=sam
-pkgver=r65.b7f287f
+pkgver=r64.a7b36ef
pkgrel=1
pkgdesc="An adaption to C of the speech software SAM (Software Automatic Mouth) for the Commodore C64."
url="https://simulationcorner.net/index.php?page=sam"
arch=('x86_64' 'i686' 'aarch64')
license=('unknown')
depends=('sdl')
-makedepends=('git')
+makedepends=('git' 'patch')
source=('SAM::git+https://github.com/s-macke/SAM/#branch=master' '2cb53f.patch::https://github.com/s-macke/SAM/commit/2cb53fbdbba78f2943e5ab6d4569d5e0a056e3ad.patch')
md5sums=('SKIP' '328fde18fcc7706f02453a56d0f4e316')