summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Laß2021-03-08 13:54:44 +0100
committerMichael Laß2021-03-08 13:54:44 +0100
commit3db31bfc0341c77e618732f763ecc9c81896e5c4 (patch)
tree6274013f9a66a81dac1047304ac65679bd0f2cad /PKGBUILD
parentb7a0c14cf70c3b37b71d7f4b437b1e4cc6652730 (diff)
downloadaur-3db31bfc0341c77e618732f763ecc9c81896e5c4.tar.gz
Update to 0.4.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f55190f7fb30..b5f45d26b6ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# https://github.com/michaellass/AUR
pkgname=arxiv-collector
-pkgver=0.3.5
+pkgver=0.4.1
pkgrel=1
pkgdesc="Small script to collect LaTeX sources for upload to the arXiv"
arch=(any)
@@ -13,7 +13,7 @@ license=('BSD')
depends=(texlive-core)
makedepends=(python-setuptools)
source=("https://github.com/djsutherland/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('e574e4db8f53f138397c0e815eb1203a02fc5503c9246b9821ff3fe14dbfea5d')
+sha256sums=('4fdb51c9db0d8641fc65cde3c085df14af67bfb8a149a3f267057ba5d81fe72b')
build() {
cd "$pkgname-$pkgver"