summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortioguda2018-07-10 06:23:57 -0300
committertioguda2018-07-10 06:23:57 -0300
commit44f529efd25ec6e2fee0cbdecd10a88d126ef0b4 (patch)
treefa3588c8a101a0c8b61f8792681fe3609f53ed03
parent17dddb0891cb58005eb340a641d754c0112884dd (diff)
downloadaur-44f529efd25ec6e2fee0cbdecd10a88d126ef0b4.tar.gz
fix
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD11
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7719178808ee..aade1a00b871 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ddutility-bin
pkgdesc = Write and Backup Operating System IMG and ISO files on Memory Card or Disk
pkgver = 1.5
- pkgrel = 1
+ pkgrel = 2
url = https://www.thefanclub.co.za/how-to/dd-utility-write-and-backup-operating-system-img-and-iso-files-memory-card-or-disk
arch = any
license = custom
@@ -15,7 +15,7 @@ pkgbase = ddutility-bin
depends = zip
depends = zenity
provides = ddutility
- conflicts = ddutility-pt-br
+ conflicts = ddutility-bin-pt-br
source = https://raw.githubusercontent.com/thefanclub/dd-utility/master/DEB/ddutility_1.5_all.deb
source = fix.patch
sha256sums = 49417d46f41550ef1346670269f7d08be499ef4127fca99d762dfb90942ce445
diff --git a/PKGBUILD b/PKGBUILD
index 5635db508648..a73762a75842 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,17 @@
# Maintainer: tioguda <guda.flavio@gmail.com>
-_pkgbase=ddutility
-pkgbase=ddutility-bin
-pkgname=$pkgbase
+_pkgname=ddutility
+pkgname=ddutility-bin
pkgver=1.5
-pkgrel=1
+pkgrel=2
pkgdesc="Write and Backup Operating System IMG and ISO files on Memory Card or Disk"
arch=('any')
license=('custom')
url="https://www.thefanclub.co.za/how-to/dd-utility-write-and-backup-operating-system-img-and-iso-files-memory-card-or-disk"
depends=('lsof' 'udevil' 'gksu' 'xz' 'coreutils' 'bash' 'gzip' 'zip' 'zenity')
-conflicts=('ddutility-pt-br')
+conflicts=('ddutility-bin-pt-br')
provides=('ddutility')
-source=("https://raw.githubusercontent.com/thefanclub/dd-utility/master/DEB/${_pkgbase}_${pkgver}_all.deb"
+source=("https://raw.githubusercontent.com/thefanclub/dd-utility/master/DEB/${_pkgname}_${pkgver}_all.deb"
'fix.patch')
sha256sums=('49417d46f41550ef1346670269f7d08be499ef4127fca99d762dfb90942ce445'
'cb60afa451c48b139599d166a318e937291635864120ad1be8aa7e3c758a719b')