summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82107e6c8107..74e527f5436b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,12 @@
pkgbase = perl-proc-pid-file
- pkgdesc = A module to manage PID files
+ pkgdesc = Manage process id files
pkgver = 1.29
- pkgrel = 1
+ pkgrel = 2
url = https://metacpan.org/release/Proc-PID-File
arch = any
- license = GPL
- license = PerlArtistic
+ license = GPL-2.0-only
depends = perl
options = !emptydirs
- options = purge
source = https://cpan.metacpan.org/authors/id/D/DM/DMITRI/Proc-PID-File-1.29.tar.gz
sha256sums = 3bceda49df182d3d8168b70c2a51b2056f2fd45950a6d0428a9992fd355cd4a4
diff --git a/PKGBUILD b/PKGBUILD
index ad30f19788d7..e2737866173f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
+# Maintainer: Elias Elwyn <a@jthv.ai>
# Contributor: John D Jones III AKA jnbek <jnbek1972 -_AT_- g m a i l -_Dot_- com>
-# Contributor: Elias Elwyn <a@jthv.ai>
pkgname=perl-proc-pid-file
pkgver=1.29
-pkgrel=1
-pkgdesc='A module to manage PID files'
+pkgrel=2
+pkgdesc='Manage process id files'
_dist=Proc-PID-File
arch=(any)
url="https://metacpan.org/release/$_dist"
-license=(GPL PerlArtistic)
+license=(GPL-2.0-only)
depends=(perl)
-options=('!emptydirs' purge)
+options=('!emptydirs')
source=("https://cpan.metacpan.org/authors/id/D/DM/DMITRI/$_dist-$pkgver.tar.gz")
sha256sums=(3bceda49df182d3d8168b70c2a51b2056f2fd45950a6d0428a9992fd355cd4a4)