summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAntoine Lubineau2023-03-28 00:18:01 +0200
committerAntoine Lubineau2023-03-28 00:18:01 +0200
commite06e5f269cf9a119dd688c32d186afe8d8442a20 (patch)
treea77ae74b3dd8a1e654d03cdf867f80bdc13755bf /PKGBUILD
parentc0c8f61811bedeee36264205f879b6efd8e2e366 (diff)
downloadaur-e06e5f269cf9a119dd688c32d186afe8d8442a20.tar.gz
ts: fix patch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8bab9a21c91c..c1cb5a877033 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=ts
pkgver=1.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="A Unix batch system where the tasks spooled run one after the other"
arch=('i686' 'x86_64')
url="https://viric.name/soft/ts/"
@@ -13,7 +13,7 @@ source=(
"ts-to-tsp.patch"
)
sha256sums=('f73452aed80e2f9a7764883e9353aa7f40e65d3c199ad1f3be60fd58b58eafec'
- '4ced7e1810d89e5b24686108a25e60eb8079748681e13f87ee2dee5554b77ed1')
+ 'ec24528e70d680fed39339b7bc1f7918b23dd5096ea5e9276bb95137d2df2966')
prepare() {
cd "$srcdir/$pkgname-$pkgver"