summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo Severo2019-10-12 22:39:15 -0300
committerRodrigo Severo2019-10-12 22:39:15 -0300
commitdc357f1c5264c9218ea9f8aebac785c01d24c8c3 (patch)
tree726c16b01cf78a3734a49d202facd31bf039ea93
parenta65fc2919d322e98d4a6cc25b678f7a6221f3d9b (diff)
downloadaur-dc357f1c5264c9218ea9f8aebac785c01d24c8c3.tar.gz
PKGBUILD: removing unnecessary quoting
-rwxr-xr-xPKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 25473aaa0be2..f3695b330fe0 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: detrito <detrito at inventati dot org>
# Contributor: Thomas Holder <thomas at thomas-holder dot de>
-pkgname='therion'
-pkgver='5.4.4'
-pkgrel='3'
+pkgname=therion
+pkgver=5.4.4
+pkgrel=3
pkgdesc="Cave surveying: processes survey data and generates maps or 3D models of caves"
arch=('x86_64' 'i686')
url="http://therion.speleo.sk"