summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
-rwxr-xr-xupdate.sh2
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac12b6c37975..e54dc330fd4d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rst2beamer3k
- pkgdesc = This is an unofficial fork rst2beamer that runs on both Python 2 and 3.
+ pkgdesc = This is an unofficial fork of rst2beamer that runs on both Python 2 and 3.
pkgver = 0.9.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/myint/rst2beamer
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 9e682a548c4c..ec37e82a6a52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Sumner Evans <sumner.evans98 at gmail dot com>
-pkgbase=('rst2beamer3k')
+pkgbase='rst2beamer3k'
pkgname=('rst2beamer3k')
_module='rst2beamer3k'
pkgver='0.9.1'
-pkgrel=2
-pkgdesc='This is an unofficial fork rst2beamer that runs on both Python 2 and 3.'
+pkgrel=3
+pkgdesc='This is an unofficial fork of rst2beamer that runs on both Python 2 and 3.'
url='https://github.com/myint/rst2beamer'
depends=(
'python'
diff --git a/update.sh b/update.sh
index 1cc0f5088dc0..42f0a889d374 100755
--- a/update.sh
+++ b/update.sh
@@ -24,7 +24,7 @@ popd
echo "# Maintainer: Sumner Evans <sumner.evans98 at gmail dot com>
-pkgbase=('${AUR_NAME}')
+pkgbase='${AUR_NAME}'
pkgname=('${AUR_NAME}')
_module='${PROJ_NAME}'
pkgver='$1'