[arch-commits] Commit in cdemu-client/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Mon Apr 19 13:31:22 UTC 2021


    Date: Monday, April 19, 2021 @ 13:31:21
  Author: heftig
Revision: 919981

3.2.5-1

Modified:
  cdemu-client/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-19 13:26:33 UTC (rev 919980)
+++ PKGBUILD	2021-04-19 13:31:21 UTC (rev 919981)
@@ -3,8 +3,8 @@
 # Contributor: Charles Lindsay <charles at chaoslizard.org>
 
 pkgname=cdemu-client
-pkgver=3.2.4
-pkgrel=2
+pkgver=3.2.5
+pkgrel=1
 pkgdesc="Simple command-line client for controlling cdemu-daemon"
 arch=(any)
 url="https://cdemu.sourceforge.io/"
@@ -12,8 +12,8 @@
 depends=(python-gobject cdemu-daemon)
 makedepends=(intltool cmake bash-completion)
 conflicts=('cdemu')
-source=("https://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2")
-sha256sums=('be229d1f42f74ff3d81403e77a2210deb330354c0c153d9c7432dca0a4a29eeb')
+source=("https://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.xz")
+sha256sums=('a72d85eb5bfcbced0108cd7c1827e50220f8f1d7998db30ceb0aa808366c39df')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -28,4 +28,7 @@
 
 package() {
   DESTDIR="$pkgdir" cmake --install build
+  install -Dt "$pkgdir/usr/share/doc/$pkgname" -m644 $pkgname-$pkgver/README
 }
+
+# vim:set sw=2 et:



More information about the arch-commits mailing list