diff --git a/src/Aur/PKGBUILD b/src/Aur/PKGBUILD index bb22e9e..f883fbe 100644 --- a/src/Aur/PKGBUILD +++ b/src/Aur/PKGBUILD @@ -1,6 +1,6 @@ # Mantenedor: Felipe Alfonso Gonzalez pkgname=term-pdf -pkgver=0.0.3.9 +pkgver=0.0.4.1 pkgrel=1 pkgdesc="TermPDF Viewer is an open-source PDF file viewer designed to run in the terminal." arch=('x86_64') @@ -8,7 +8,7 @@ url="https://github.com/felipealfonsog/TermPDFViewer" license=('MIT') depends=('gcc' 'python-pip' 'python-pymupdf' 'python-termcolor') source=("https://github.com/felipealfonsog/TermPDFViewer/archive/refs/tags/v.${pkgver}.tar.gz") -sha256sums=('ae02b2a2374eeee67caaa068cd2ed1b5fee61cd06071e4bfa157476302adc6d6') +sha256sums=('d13fb0d78183930015cea7682ec6c5ea080673fcfe9309a54df87d7ae67df514') prepare() { tar xf "v.${pkgver}.tar.gz" -C "$srcdir" --strip-components=1