summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD27
2 files changed, 15 insertions, 23 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9e0657ae825..3a46f3bf98d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,9 @@
pkgbase = live-usb-install
pkgdesc = LiveUSB Install - Create bootable usb sticks from a wide range of different Linux distributions
- pkgver = 2.5.9
+ pkgver = 2.5.12
pkgrel = 1
url = http://live.learnfree.eu
+ install = live-usb-install.install
arch = i686
arch = x86_64
license = GPL
@@ -18,11 +19,11 @@ pkgbase = live-usb-install
depends = gksu
depends = python2-dbus
optdepends = python-libtorrent: needed for downloading some distributions
- conflicts = live-usb-install<2.5.9
- source = http://skss.learnfree.eu/go.php?http://download.learnfree.eu/lfu-usb/live-usb-install-2.5.9.tar.gz
+ conflicts = live-usb-install
+ source = http://downloads.sourceforge.net/project/liveusbinstall/live-usb-install-2.5.12.tar.gz
source = live-usb-install.desktop
- md5sums = e195f70162707c930d77a61a5ccc137d
- md5sums = 3c0c278b60d2f6fe8887a94198b1796f
+ sha256sums = dc1d167b6a5aa60d565fb947cd2cea1aef5a854bc3d788732a67ca84617024ed
+ sha256sums = 31b360564048282357bb5b2a037ac2d6b884669ed737dfa9480ff23d3cff9c4d
pkgname = live-usb-install
diff --git a/PKGBUILD b/PKGBUILD
index 23418da6386c..6160fa633f70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,32 +1,23 @@
# Submitter: andre.laszlo
-# Maintainer: jooch
+# Maintainer: Jooch <jooch (at) gmx (dot) com
# Contributors: Florian Dejonckheere <florian@floriandejonckheere.be>, Jooch <jooch (at) gmx (dot) com>
pkgname=live-usb-install
-pkgver=2.5.11
+pkgver=2.5.12
pkgrel=1
pkgdesc="LiveUSB Install - Create bootable usb sticks from a wide range of different Linux distributions"
url="http://live.learnfree.eu"
license=('GPL')
arch=('i686' 'x86_64')
-source=('http://downloads.sourceforge.net/project/liveusbinstall/live-usb-install-2.5.11.tar.gz'
- 'live-usb-install.desktop')
-md5sums=('7d7d9811bd3e5d72d1e04f3855ef0c3c'
-'3c0c278b60d2f6fe8887a94198b1796f')
-depends=('python2'
- 'pygtk'
- 'libglade'
- 'syslinux'
- 'wget'
- 'p7zip'
- 'mtools'
- 'unrar'
- 'parted'
- 'gksu'
- 'python2-dbus')
+depends=(python2 pygtk libglade syslinux wget p7zip mtools unrar parted gksu python2-dbus)
optdepends=('python-libtorrent: needed for downloading some distributions')
-conflicts=('live-usb-install<2.5.11')
+conflicts=('live-usb-install')
install=live-usb-install.install
+source=("http://downloads.sourceforge.net/project/liveusbinstall/live-usb-install-$pkgver.tar.gz"
+ live-usb-install.desktop)
+sha256sums=('dc1d167b6a5aa60d565fb947cd2cea1aef5a854bc3d788732a67ca84617024ed'
+ '31b360564048282357bb5b2a037ac2d6b884669ed737dfa9480ff23d3cff9c4d')
+
package(){
cd ${srcdir}/${pkgname}