summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPeter2024-07-03 08:45:10 +0200
committerPeter2024-07-03 08:45:10 +0200
commit0eb3e99f6bb2f241c07882f5169a15dfbf7ea45f (patch)
treee87b8ecf836a7a227052e038d15174ff4fee7995 /PKGBUILD
parent479c5ae1644c4aa582d2d673a43af52db51d1acf (diff)
downloadaur-mosh-scheme.tar.gz
Add missing URL to PKGBUILD.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 97700c52a36e..940cf4949fee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Peter <peter@nexoid.at>
pkgname=mosh-scheme
pkgver=0.2.9_rc1
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="Mosh is a free and fast interpreter for Scheme as specified in the R6RS."
arch=(x86_64 i686)
-url=""
+url="https://github.com/higepon/mosh"
license=('unknown')
groups=()
depends=(oniguruma)