mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 20:57:18 +08:00
Merge branch 'master' of ssh://git.chakraos.org:22/desktop
This commit is contained in:
commit
e94893b518
@ -1,5 +1,5 @@
|
||||
pkgname=qmmp-plugin-pack
|
||||
pkgver=1.0.1
|
||||
pkgver=1.0.2
|
||||
pkgrel=1
|
||||
pkgdesc="Qmmp Plugin Pack"
|
||||
arch=('x86_64')
|
||||
@ -9,7 +9,7 @@ depends=("qmmp>=1.0.0")
|
||||
makedepends=('cmake' 'yasm')
|
||||
optdepends=('mpg123: for mpg123 plugin')
|
||||
source=(http://qmmp.ylsoftware.com/files/plugins/$pkgname-$pkgver.tar.bz2)
|
||||
sha512sums=('9b7bb22a2655c49be232374637de125cbe9aee50d03f33e2d4b2af37dcc7a8362a21112d3bd111e054c5ea2145e030e40aaa1819e0e714e59df9bfa57efab051')
|
||||
sha512sums=('268e7cdb5e88f7f15f407df4b2d353c20d8477acc67607485500e0f3eee6bff259a2aac180d3e591dfd15750e495c5f1e0f645704fbe59fa398bfdd7d3f38f5f')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
@ -1,21 +1,17 @@
|
||||
#
|
||||
# Games Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves gmail.com>
|
||||
|
||||
pkgname=scummvm
|
||||
pkgver=1.6.0
|
||||
pkgver=1.7.0
|
||||
pkgrel=1
|
||||
pkgdesc="A virtual machine for several classic graphical point-and-click adventure games."
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('x86_64')
|
||||
license=('GPL3')
|
||||
url="http://www.scummvm.org/"
|
||||
depends=('alsa-lib' 'flac' 'fluidsynth' 'libmad' 'libvorbis' 'sdl' 'zlib')
|
||||
categories=('games')
|
||||
source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
|
||||
"${pkgname}.desktop")
|
||||
md5sums=('473c151ff44e3db7b603ecacd800a0d2'
|
||||
'dd8104df19d60c5c0afdef194395c7f8')
|
||||
sha256sums=('d9ff0e8cf911afa466d5456d28fef692a17d47ddecfd428bf2fef591237c2e66'
|
||||
'1165dfe59a4ba25d9605ca0e1be650706bbd784b0c7f66d7a9700538d0031090')
|
||||
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Contributions from Arch Linux: https://www.archlinux.org/packages/community/x86_64/syncthing/
|
||||
|
||||
pkgname=syncthing
|
||||
pkgver=0.12.7
|
||||
pkgver=0.12.9
|
||||
pkgrel=1
|
||||
pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
|
||||
url="http://syncthing.net/"
|
||||
@ -14,7 +14,7 @@ source=("$pkgname-$pkgver::https://github.com/syncthing/syncthing/releases/downl
|
||||
"syncthing.1"
|
||||
"syncthing.desktop"
|
||||
"syncthing.png")
|
||||
sha512sums=('d829b0e5556b8a065c812b616d8fc1b5dd0afe78fac8cc8d41e46a9516bfdf350415cc4a471c09711b26072fc70453d44c7c91a43a4c7c82d1af07f8531d3826'
|
||||
sha512sums=('06bdf0d463793dfc9d8e51fc6b143a8fe957a24d129d5fcfb41157802c80b62b0973785fc15d1a3fa9b132ce18af13eef700bce2d131f3f3609bcc3f2f69650e'
|
||||
'dafadb0c87b1f5b20c337cc0171f254586cc195304ad9b471392247537be06a98cac29575649109a176aa66ea8cee2809a051557352b86a117151e868d8392b3'
|
||||
'121613768221627bb1d2e1ea8621f5ac5d2bc82a990c9f81bdc834d1348f122dbd5396b4ef3c6a7845ea492187d377dbed096683b942c64ef6c6218c28188868'
|
||||
'3f93800b022a0e1d1d2b462cf1dfbc1f38a4e91ebba2b8b9a95b764617bf3303fdac91c2ceb1df3b5431523a556f3e482cf491e57e76983766aab381f96e3368')
|
||||
|
Loading…
Reference in New Issue
Block a user