summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2022-05-10 22:41:36 +1000
committerRhinoceros2022-05-10 22:41:36 +1000
commit678cced63b2fd43db7d99862cdd403a869f4ed50 (patch)
treee35b28943d750cd672c046c0d69bf300de0caa57
parent7a475bc1ce32faf05ed036c94b071baa057f33cb (diff)
downloadaur-678cced63b2fd43db7d99862cdd403a869f4ed50.tar.gz
Update to 1.5_6-3
* Update pkgdesc quoting as per upstream * Update url * Minor style fixes
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD11
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb12f668393f..6d879eda3a90 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = setcd
- pkgdesc = Control the behaviour of your cdrom device
+ pkgdesc = Control the behaviour of your Linux cdrom player
pkgver = 1.5_6
- pkgrel = 2
- url = http://packages.debian.org/squeeze/setcd
+ pkgrel = 3
+ url = https://packages.debian.org/bullseye/setcd
arch = i686
arch = x86_64
license = GPL
@@ -12,4 +12,3 @@ pkgbase = setcd
sha256sums = a0c6f01afac08144359e37e97db3cf66651dd01bcd3421fd58a01ff300d93e8e
pkgname = setcd
-
diff --git a/PKGBUILD b/PKGBUILD
index a222a5464a92..960b5162ff3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
-# Maintainer: Antoine Lubineau <antoine@lubignon.info>
+# Maintainer: Rhinoceros <https://aur.archlinux.org/account/rhinoceros>
+# Contributor: Antoine Lubineau <antoine@lubignon.info>
pkgname=setcd
_basever=1.5
_extver=6
pkgver=${_basever}_${_extver}
-pkgrel=2
-pkgdesc="Control the behaviour of your cdrom device"
+pkgrel=3
+pkgdesc='Control the behaviour of your Linux cdrom player'
arch=('i686' 'x86_64')
-url="http://packages.debian.org/squeeze/setcd"
+url='https://packages.debian.org/bullseye/setcd'
license=('GPL')
source=("http://ftp.de.debian.org/debian/pool/main/s/${pkgname}/${pkgname}_${_basever}.orig.tar.gz"
"http://ftp.de.debian.org/debian/pool/main/s/${pkgname}/${pkgname}_${_basever}-${_extver}.diff.gz")
@@ -28,5 +29,3 @@ package() {
install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
install -Dm644 $pkgname.1 "$pkgdir/usr/share/man/man1/$pkgname.1"
}
-
-# vim:set ts=2 sw=2 et: