Skip to content

Commit

Permalink
Merge pull request #100 from felipealfonsog/development
Browse files Browse the repository at this point in the history
Updates v.0.0.4.1
  • Loading branch information
felipealfonsog authored Oct 27, 2023
2 parents b89a3d4 + 2d6d446 commit aa879f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Aur/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Mantenedor: Felipe Alfonso Gonzalez <[email protected]>
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')
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
Expand Down

0 comments on commit aa879f2

Please sign in to comment.