diff --git a/src/Aur/PKGBUILD b/src/Aur/PKGBUILD index dc32947..083f375 100644 --- a/src/Aur/PKGBUILD +++ b/src/Aur/PKGBUILD @@ -1,6 +1,6 @@ # Mantenedor: Felipe Alfonso Gonzalez pkgname=term-pdf -pkgver=0.0.3.7 +pkgver=0.0.3.8 pkgrel=1 pkgdesc="TermPDF Viewer is an open-source PDF file viewer designed to run in the terminal." arch=('x86_64') diff --git a/src/termpdf.py b/src/termpdf.py old mode 100644 new mode 100755 index c9a7ac6..99fa528 --- a/src/termpdf.py +++ b/src/termpdf.py @@ -36,7 +36,7 @@ * Run the TermPDF Viewer: * python termpdf.py -* The TermPDF Viewer will start, allowing you to: +* The TermPDF Viewer will start, allowing you to: * Scan for PDF files in the current directory. * Select a PDF file to view by entering its number. * View the PDF with options to move back, forward, or return to the main menu.