summarylogtreecommitdiffstats
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
parentb7a0c14cf70c3b37b71d7f4b437b1e4cc6652730 (diff)
downloadaur-3db31bfc0341c77e618732f763ecc9c81896e5c4.tar.gz
Update to 0.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f715a774003..8131f219acc3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = arxiv-collector
pkgdesc = Small script to collect LaTeX sources for upload to the arXiv
- pkgver = 0.3.5
+ pkgver = 0.4.1
pkgrel = 1
url = https://github.com/dougalsutherland/arxiv-collector
arch = any
license = BSD
makedepends = python-setuptools
depends = texlive-core
- source = https://github.com/djsutherland/arxiv-collector/archive/0.3.5.tar.gz
- sha256sums = e574e4db8f53f138397c0e815eb1203a02fc5503c9246b9821ff3fe14dbfea5d
+ source = https://github.com/djsutherland/arxiv-collector/archive/0.4.1.tar.gz
+ sha256sums = 4fdb51c9db0d8641fc65cde3c085df14af67bfb8a149a3f267057ba5d81fe72b
pkgname = arxiv-collector
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"