summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAman Verma2024-04-10 17:12:30 -0500
committerAman Verma2024-04-10 17:12:30 -0500
commitd6c3e012a2151eddfefc21d2ab540063aae5f009 (patch)
treeb052ae5ef915f0f3ac1932453087d7be8917e536
parente9b17765513ecd95c5b01b216759800d4eb0d52c (diff)
downloadaur-d6c3e012a2151eddfefc21d2ab540063aae5f009.tar.gz
Housekeeping.
-rw-r--r--PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7220bb430e1a..97ac1a617b25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,13 @@
pkgname=ap-rename
pkgver=1.601
pkgrel=1
-# This is not File::Rename from CPAN, which is what gets installed as prename when
-# you run `apt install rename` on Debian.
-pkgdesc='Perl-powered file rename script with many helpful built-ins'
+pkgdesc="Perl-powered file rename script with many helpful built-ins"
arch=(any)
-url='http://plasmasturm.org/code/rename'
-license=('PerlArtistic')
+url="http://plasmasturm.org/code/rename"
+license=(Artistic-1.0)
depends=(perl)
source=("https://github.com/ap/rename/archive/v$pkgver.tar.gz")
-sha384sums=('a3cc071fd4be319b0fc526d682bc920a6b1b03656356feb5a49fef4bd1881a919d82661eb5b7277cd66c448399d57181')
+sha384sums=(a3cc071fd4be319b0fc526d682bc920a6b1b03656356feb5a49fef4bd1881a919d82661eb5b7277cd66c448399d57181)
build() {
cd "rename-$pkgver"