mirror of
https://github.com/moparisthebest/arch-ppa
synced 2024-12-22 14:38:48 -05:00
Update packages
This commit is contained in:
parent
a51d82e328
commit
67ef50ee71
@ -1,17 +1,22 @@
|
||||
# Maintainer: Nick Burrett <nick@sqrt.co.uk>
|
||||
pkgname=comskip
|
||||
pkgver=0.93
|
||||
pkgrel=4
|
||||
pkgver=0.94
|
||||
pkgrel=1
|
||||
pkgdesc='Comskip is a free MPEG commercial break detector'.
|
||||
_gitname='comskip'
|
||||
url='http://github.com/erikkaashoek/Comskip'
|
||||
arch=('x86_64' 'i686')
|
||||
license=('GPL3')
|
||||
makedepends=('git')
|
||||
depends=('ffmpeg' 'argtable')
|
||||
makedepends=(git)
|
||||
source=("${_gitname}::git+https://github.com/erikkaashoek/Comskip.git#branch=master")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
#pkgver() {
|
||||
# cd "${srcdir}/${_gitname}"
|
||||
# echo "$(git describe --long --tags | tr - .)"
|
||||
#}
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${_gitname}"
|
||||
./autogen.sh
|
||||
|
@ -2,17 +2,20 @@
|
||||
# Contributor: Danny Su <contact@dannysu.com>
|
||||
|
||||
pkgname=duplicati-latest
|
||||
pkgver=2.0.1.32
|
||||
pkgver=2.0.1.52
|
||||
pkgrel=1
|
||||
pkgdesc='A free backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers'
|
||||
url='http://duplicati.com'
|
||||
license=('LGPL')
|
||||
install='duplicati.install'
|
||||
source=("https://github.com/duplicati/duplicati/releases/download/v2.0.1.32-2.0.1.32_canary_2016-11-12/duplicati-2.0.1.32_canary_2016-11-12.zip" 'duplicati.service')
|
||||
sha1sums=('6ba8ef82b8c91f3a73be4de74f59cce1ca9c194c'
|
||||
'8298fe7fbe3ba71a9773220ab236eb6350e89f87')
|
||||
sha256sums=('73cd8ab89e815660782403943aa7a54001a65e530af6dcbe28634900c8cae23e'
|
||||
'3237249cb9de137c3284a5cd92a451f3a49ec2183c6254be4b5ef7969e04e4a1')
|
||||
source=("https://github.com/duplicati/duplicati/releases/download/v2.0.1.52-2.0.1.52_canary_2017-03-13/duplicati-2.0.1.52_canary_2017-03-13.zip"
|
||||
'duplicati.service' 'duplicati-user.service')
|
||||
sha1sums=('35b8ae50d0c8f04145bf9b8b251c6c0249033ad7'
|
||||
'8298fe7fbe3ba71a9773220ab236eb6350e89f87'
|
||||
'87efc36e4eb6d6388b532d5ee66e705f4d7ae96f')
|
||||
sha256sums=('1d7fbdb6a6ddda15f69914f7afc1eba14a79601907ee34dc36e2527a42a8c387'
|
||||
'3237249cb9de137c3284a5cd92a451f3a49ec2183c6254be4b5ef7969e04e4a1'
|
||||
'1a29b9d83f70cb98927bdc0116d1d9f160d2d9ab1de63ce29bd99c3a3842a54b')
|
||||
arch=('i686' 'x86_64')
|
||||
depends=('gtk-sharp-2' 'mono')
|
||||
|
||||
@ -20,7 +23,9 @@ depends=('gtk-sharp-2' 'mono')
|
||||
package() {
|
||||
# Install the service.
|
||||
install -Dm644 duplicati.service "${pkgdir}/usr/lib/systemd/system/duplicati.service"
|
||||
rm duplicati.service
|
||||
install -Dm644 duplicati-user.service "${pkgdir}/usr/lib/systemd/user/duplicati.service"
|
||||
rm duplicati.service duplicati-user.service
|
||||
|
||||
# Install the program.
|
||||
rm *.zip
|
||||
mkdir -p "${pkgdir}/opt/duplicati-latest"
|
||||
|
11
src/duplicati-latest/duplicati-user.service
Normal file
11
src/duplicati-latest/duplicati-user.service
Normal file
@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=Duplicati
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/mono /opt/duplicati-latest/Duplicati.GUI.TrayIcon.exe --webservice-port=8200
|
||||
Restart=on-abort
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
pkgname=gajim-plugin-omemo
|
||||
_pkgname=omemo
|
||||
pkgver=1.0.4
|
||||
pkgver=1.1.0
|
||||
pkgrel=1
|
||||
pkgdesc="Gajim plugin for OMEMO Multi-End Message and Object Encryption."
|
||||
arch=(any)
|
||||
|
@ -1,5 +1,5 @@
|
||||
pkgname=pacaur
|
||||
pkgver=4.7.5
|
||||
pkgver=4.7.6
|
||||
pkgrel=1
|
||||
pkgdesc="An AUR helper that minimizes user interaction"
|
||||
arch=('any')
|
||||
@ -9,7 +9,7 @@ depends=('cower' 'expac' 'sudo' 'git')
|
||||
makedepends=('perl')
|
||||
backup=('etc/xdg/pacaur/config')
|
||||
source=("https://github.com/rmarquis/$pkgname/archive/$pkgver.tar.gz")
|
||||
md5sums=('d96b96c0d1b20372af55c6de9fb3b623')
|
||||
md5sums=('6e9d88d0ca3e6971e526fa8bc871ddf4')
|
||||
|
||||
build() {
|
||||
cd "$pkgname-$pkgver"
|
||||
|
@ -6,10 +6,8 @@
|
||||
|
||||
pkgname=pdftk-bin
|
||||
pkgver=2.02_4_b2
|
||||
# There's no b2 for i686...
|
||||
_deb_pkgver_32=2.02-4+b1
|
||||
_deb_pkgver_64=2.02-4+b2
|
||||
pkgrel=2
|
||||
_deb_pkgver=2.02-4+b2
|
||||
pkgrel=3
|
||||
pkgdesc="Swiss army knife for PDFs. Built from binary executables available in Debian repositories."
|
||||
url=http://www.pdfhacks.com/pdftk
|
||||
arch=(i686 x86_64)
|
||||
@ -18,10 +16,10 @@ depends=(libgcj17-bin gcc-libs)
|
||||
provides=(pdftk)
|
||||
conflicts=(pdftk pdfchain-all-inclusive)
|
||||
|
||||
source_i686=(http://httpredir.debian.org/debian/pool/main/p/pdftk/pdftk_${_deb_pkgver_32}_i386.deb)
|
||||
source_x86_64=(http://httpredir.debian.org/debian/pool/main/p/pdftk/pdftk_${_deb_pkgver_64}_amd64.deb)
|
||||
source_i686=(http://httpredir.debian.org/debian/pool/main/p/pdftk/pdftk_${_deb_pkgver}_i386.deb)
|
||||
source_x86_64=(http://httpredir.debian.org/debian/pool/main/p/pdftk/pdftk_${_deb_pkgver}_amd64.deb)
|
||||
|
||||
sha1sums_i686=('7cc5b82bef21627019eb1e908f006c3529961a2e')
|
||||
sha1sums_i686=('434c876acf03d1974ee3041c6496218e3d21dcb1')
|
||||
sha1sums_x86_64=('21ceeaa5ea7d1628dfb0da069126468e446d0572')
|
||||
|
||||
package() {
|
||||
|
@ -7,7 +7,7 @@ pkgver=0.4.0
|
||||
pkgrel=3
|
||||
pkgdesc="yEnc encoding/decoding module for python2"
|
||||
url="http://www.golug.it/yenc.html"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('i686' 'x86_64' 'armv7h')
|
||||
license=("GPL")
|
||||
depends=("python2")
|
||||
conflicts=("python-yenc")
|
||||
|
@ -1,6 +1,6 @@
|
||||
pkgname=sabnzbd
|
||||
_pkgname=SABnzbd
|
||||
pkgver=1.2.2
|
||||
pkgver=1.2.3
|
||||
pkgrel=1
|
||||
pkgdesc="A web-interface based binary newsgrabber with NZB file support"
|
||||
url="http://www.sabnzbd.org"
|
||||
@ -14,7 +14,7 @@ install="${pkgname}.install"
|
||||
backup=("etc/conf.d/sabnzbd" "opt/${pkgname}/${pkgname}.ini")
|
||||
source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${_pkgname}-${pkgver}-src.tar.gz"
|
||||
"${pkgname}" "${pkgname}.desktop" "addnzb.sh" "nzb.png" "sabnzbd.png" "x-nzb.xml" "${pkgname}.service" "${pkgname}.confd")
|
||||
md5sums=('8ba1c06f43c90d072ffb0a0402c10b35'
|
||||
md5sums=('e59d437a6c702f814fce40d7caa850fb'
|
||||
'48d60a1c626503c7fef1bc5374390513'
|
||||
'36e5f0f60f28f67102682f80e33c6d4b'
|
||||
'69b9bcbcf67ff3e7a4cdd9f26e001341'
|
||||
|
@ -15,7 +15,7 @@ depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
|
||||
makedepends=('extra-cmake-modules' 'fontforge')
|
||||
provides=('ttf-font')
|
||||
options=('!emptydirs')
|
||||
source=("http://download.kde.org/stable/plasma/$pkgver/oxygen-fonts-$pkgver.tar.xz")
|
||||
source=("https://download.kde.org/stable/plasma/$pkgver/oxygen-fonts-$pkgver.tar.xz")
|
||||
sha256sums=('a02f6580e9a53cb16694a99adbb6dbf76f17584f3e97f469a22286299507838c')
|
||||
|
||||
prepare() {
|
||||
|
Loading…
Reference in New Issue
Block a user