Rebuild everything

This commit is contained in:
Travis Burtrum 2018-06-19 22:37:21 -04:00
parent 1170d1568d
commit 603ac2f96c
9 changed files with 44 additions and 9 deletions

View File

@ -3,7 +3,7 @@
pkgname=ampache-git
_gitname=ampache
pkgver=3.8.2.357.g3df9a295
pkgver=3.8.2.363.g4316a0ee
pkgrel=1
pkgdesc="A PHP-based tool for managing and playing your audio/video files via a web interface"
arch=('i686' 'x86_64')

View File

@ -3,7 +3,7 @@
_pkgbase='movim'
pkgname=movim-git
pkgver=r6859.eeb15ce8
pkgver=r6864.322a7830
pkgrel=1
pkgdesc="Movim is a decentralized social network, written in PHP and HTML5 and based on the XMPP standard protocol."
arch=('any')

35
src/osl/PKGBUILD Normal file
View File

@ -0,0 +1,35 @@
# Maintainer: Harenome Ranaivoarivony-Razanajato
# <ranaivoarivony-razanajato@hareno.me>
pkgname=osl
pkgver=0.9.2
pkgrel=2
pkgdesc="OpenScop Library"
arch=('i686' 'x86_64')
url="http://icps.u-strasbg.fr/people/bastoul/public_html/development/openscop/index.html"
license=('BSD')
depends=("gmp")
provides=("osl")
source=(https://github.com/periscop/openscop/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz)
md5sums=('21b88885dd315da02b3b054c2ce1032e')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
}
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr --with-gmp=system
make
}
check() {
cd "${srcdir}/${pkgname}-${pkgver}"
make check
}
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}/" install
install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}

View File

@ -8,7 +8,7 @@
pkgname=prosody-hg-stable
pkgrel=1
pkgver=0.10.r7564+.9e565d0b1771+
pkgver=0.10.r7576+.144666d0ad2f+
pkgver() {
cd "$srcdir/prosody-hg"
printf "0.10.r%s.%s" "$(hg identify -n)" "$(hg identify -i)"

View File

@ -3,7 +3,7 @@
pkgname='python2-axolotl-curve25519-git'
_pkgname='python-axolotl-curve25519'
pkgver=r14.e4a9c4d
pkgver=0.4.1.2.r0.g293f9cd
pkgrel=1
pkgdesc="Python wrapper for curve25519 library"
url="https://github.com/tgalal/${_pkgname}"

View File

@ -3,7 +3,7 @@
pkgname='python2-axolotl-git'
_pkgname='python-axolotl'
pkgver=0.1.39.r0.g37c5c55
pkgver=0.1.42.r0.g0c681af
pkgrel=1
pkgdesc="Python port of libaxolotl"
url="https://github.com/tgalal/python-axolotl"

View File

@ -1,7 +1,7 @@
# Maintainer: moparisthebest <admin dot archlinux AT moparisthebest dot com>
pkgname=rusty-keys-git
pkgver=0.0.2.r15.g0e58664
pkgver=0.0.2.r17.gf15edf8
pkgrel=1
pkgdesc="uinput level keyboard mapper for linux"
url="https://code.moparisthebest.com/moparisthebest/rusty-keys"

View File

@ -2,7 +2,7 @@
# Contributor: Arnaud Taffanel <dev@taffanel.org>
# Contributor: Victor Häggqvist <victor@snilius.com>
pkgname=solaar-git
pkgver=r930.dd2f884
pkgver=r961.59b7285
pkgrel=1
pkgdesc="Linux devices manager for the Logitech Unifying Receiver."
arch=('any')

View File

@ -1,8 +1,8 @@
# Maintainer: xiretza <xiretza+aur@gmail.com>
_pkgname=ternimal
pkgname="${_pkgname}-git"
pkgver=r5.2eea4f4
pkgrel=2
pkgver=r9.e7953b4
pkgrel=1
pkgdesc="Simulate a lifeform in the terminal"
arch=('x86_64' 'i686' 'armv7h')
url="https://github.com/p-e-w/ternimal"