diff options
author | Michael Schubert | 2024-11-28 16:51:16 +0100 |
---|---|---|
committer | Michael Schubert | 2024-11-28 16:51:16 +0100 |
commit | 11c791cdfd0555c30e2be10571b76e490dae00aa (patch) | |
tree | 79383e967f6ef2fb67f9ef2fcac66a9894f3fbe9 /PKGBUILD | |
parent | 01c3a35fd6f9f08aa2b4976e0ed1b4972f8e0bcc (diff) | |
download | aur-latex-media9.tar.gz |
version bump 1.29
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Maintainer: Michael Schubert <mschu.dev at gmail> https://github.com/mschubert/PKGBUILDs pkgname=latex-media9 _pkgname=${pkgname#latex-} -pkgver=1.27 +pkgver=1.29 pkgrel=1 pkgdesc="Embed video/sound (SWF, MP4, FLV, MP3) files in PDFs" arch=(any) @@ -12,7 +12,7 @@ makedepends=(unzip) source=($_pkgname-$pkgver.zip::http://mirror.ctan.org/macros/latex/contrib/$_pkgname.zip) install=$pkgname.install noextract=($_pkgname.zip) -sha256sums=('5c138f5c2aec3cf69f77373deff3d911988ea50582add30e951b41d842a9f325') +sha256sums=('012fe6e8610343f2380dafed5b7e13c033e27e686790e8e12fd9a516f3b98ff5') package() { install -dm755 "$pkgdir"/usr/share/texmf |