summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordysphoria2021-02-23 13:36:26 +0000
committerdysphoria2021-02-23 13:36:26 +0000
commita7427cb0a25624406a45dae6487bd9b51d4afbe2 (patch)
treef3e9895dc38b81158d2f671183ce2df9eda429a7
parentf35dbc8ed802f9750044497c980848f706dd9246 (diff)
downloadaur-a7427cb0a25624406a45dae6487bd9b51d4afbe2.tar.gz
[fix] mksrcinfo and pkgrel
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a905f04ce025..e325496af5be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tomoyo-tools
pkgdesc = TOMOYO Linux 2.6.x userspace tools for Linux kernel 5.1 and later
pkgver = 2.6.0.20201111
- pkgrel = 1
+ pkgrel = 2
url = https://tomoyo.osdn.jp
install = tomoyo-tools.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index f2e5bb3300c5..fbf4f4bae9ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ _file=70710
_basever=2.6.0
_timestamp=20201111
pkgver=${_basever}.${_timestamp}
-pkgrel=1
+pkgrel=2
pkgdesc='TOMOYO Linux 2.6.x userspace tools for Linux kernel 5.1 and later'
arch=('x86_64')
url='https://tomoyo.osdn.jp'