mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
Version up feh and luckybackup
This commit is contained in:
parent
400f4d7196
commit
46e8eac435
@ -9,7 +9,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
|
||||
pkgname=feh
|
||||
pkgver=1.8
|
||||
pkgver=1.10
|
||||
pkgrel=1
|
||||
pkgdesc="A fast, lightweight image viewer which uses imlib2"
|
||||
arch=('i686' 'x86_64')
|
||||
@ -18,8 +18,7 @@ license=('MIT')
|
||||
depends=('libxinerama' 'giblib' 'perl')
|
||||
makedepends=('libxt')
|
||||
source=("https://derf.homelinux.org/~derf/projects/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
|
||||
md5sums=('fe81334805f4da9b5f1e35b45c444a1a')
|
||||
sha1sums=('147b5608281b81be8d1f7cf944fd761e8b86ae06')
|
||||
sha1sums=('c42095ed6a7636fe9d1ec90d3994f4a57af84681')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
@ -8,7 +8,7 @@
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=luckybackup
|
||||
pkgver=0.4.1
|
||||
pkgver=0.4.3
|
||||
pkgrel=1
|
||||
pkgdesc="Backup & Sync tool using Rsync and Qt4"
|
||||
arch=('i686' 'x86_64')
|
||||
@ -17,7 +17,7 @@ license=('GPL3')
|
||||
depends=( 'qt' 'rsync' 'openssh')
|
||||
makedepends=('pkgconfig' 'desktop-file-utils')
|
||||
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgver/source/$pkgname-$pkgver.tar.gz)
|
||||
md5sums=('14c2d65cd5626a118401771d6230cac2')
|
||||
md5sums=('df9acc953f4d2d9c0c5dcd2682fd68bf')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/$pkgname-$pkgver"
|
||||
|
Loading…
Reference in New Issue
Block a user