summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordysphoria2021-09-15 00:23:01 +0100
committerdysphoria2021-09-15 00:23:01 +0100
commit8495eed38a4386a028e6d8b3d777ad302a6f7358 (patch)
tree0b482a1bcd247ec8efaefa44613b977113f396a0
parenta7427cb0a25624406a45dae6487bd9b51d4afbe2 (diff)
downloadaur-8495eed38a4386a028e6d8b3d777ad302a6f7358.tar.gz
[upd] bump to latest
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e325496af5be..25a82895c138 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,23 +1,21 @@
pkgbase = tomoyo-tools
pkgdesc = TOMOYO Linux 2.6.x userspace tools for Linux kernel 5.1 and later
- pkgver = 2.6.0.20201111
- pkgrel = 2
+ pkgver = 2.6.1.20210910
+ pkgrel = 1
url = https://tomoyo.osdn.jp
install = tomoyo-tools.install
arch = x86_64
license = GPL
depends = ncurses>=6.0
optdepends = linux: TOMOYO Linux enabled kernel
- conflicts = linux-lts-tomoyo
- source = https://jaist.dl.osdn.jp/tomoyo/70710/tomoyo-tools-2.6.0-20201111.tar.gz
- source = https://jaist.dl.osdn.jp/tomoyo/70710/tomoyo-tools-2.6.0-20201111.tar.gz.asc
+ source = https://jaist.dl.osdn.jp/tomoyo/70710/tomoyo-tools-2.6.1-20210910.tar.gz
+ source = https://jaist.dl.osdn.jp/tomoyo/70710/tomoyo-tools-2.6.1-20210910.tar.gz.asc
source = tomoyo-tools.install
source = tomoyo-auditd.service
validpgpkeys = 43C83369623D7AD3A96C2FC7425F128D0C64F52A
- sha256sums = 1318f1041122ecbadd6e7405f4d65aec1e23bb9fde226b44ece04573b5e2276d
+ sha256sums = 47a12cdb1fe7bbd0b2e3486150fe1e754fa9c869aeefd42fd311c4022b78010a
sha256sums = SKIP
sha256sums = b5a1b4508f7c0430f73d0977ad496fae686679201c8779843b56c308d295ab21
sha256sums = faf16938762902a73e50fdaa82d17c0fe13ef3c305508b55fa2cc64bacf998dd
pkgname = tomoyo-tools
-
diff --git a/PKGBUILD b/PKGBUILD
index fbf4f4bae9ad..cb399cebcc26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,17 +5,16 @@
pkgname=tomoyo-tools
_file=70710
-_basever=2.6.0
-_timestamp=20201111
+_basever=2.6.1
+_timestamp=20210910
pkgver=${_basever}.${_timestamp}
-pkgrel=2
+pkgrel=1
pkgdesc='TOMOYO Linux 2.6.x userspace tools for Linux kernel 5.1 and later'
arch=('x86_64')
url='https://tomoyo.osdn.jp'
license=('GPL')
depends=('ncurses>=6.0')
optdepends=('linux: TOMOYO Linux enabled kernel')
-conflicts=('linux-lts-tomoyo')
install=tomoyo-tools.install
source=(
@@ -23,7 +22,7 @@ source=(
'tomoyo-tools.install'
'tomoyo-auditd.service'
)
-sha256sums=('1318f1041122ecbadd6e7405f4d65aec1e23bb9fde226b44ece04573b5e2276d'
+sha256sums=('47a12cdb1fe7bbd0b2e3486150fe1e754fa9c869aeefd42fd311c4022b78010a'
'SKIP'
'b5a1b4508f7c0430f73d0977ad496fae686679201c8779843b56c308d295ab21'
'faf16938762902a73e50fdaa82d17c0fe13ef3c305508b55fa2cc64bacf998dd')