summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAilton Baúque2023-07-04 09:57:06 +0200
committerAilton Baúque2023-07-04 09:57:06 +0200
commit9398cbc2a82bc52091b459da4ad00afac7a79280 (patch)
tree0d1ecbd456170cc540e25dc40a4984b11b66ebef /PKGBUILD
parentc521eaa86d038f86f5b7c356572774fa55fe0164 (diff)
downloadaur-9398cbc2a82bc52091b459da4ad00afac7a79280.tar.gz
fixing the source dir on pkgver()
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1679e43b9679..5e938e62c1fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=samora-lang
pkgver=1.20.4.r.
pkgrel=1
-pkgdesc="Samora Lang - A Simple Interpreted Programming Language just for Educational Purposes"
+pkgdesc="Samora Lang - A Simple Interpreted Programming Language just for Educational Purposes."
arch=('x86_64' 'i686')
url="https://github.com/GraHms/Samora-Lang"
license=('MIT')