Compare commits
3 Commits
f39610221c
...
e1067b5ab0
Author | SHA1 | Date | |
---|---|---|---|
e1067b5ab0 | |||
2026ca945b | |||
930a0fc532 |
@@ -1,6 +1,6 @@
|
||||
pkgbase = eggdrop
|
||||
pkgdesc = The world's most popular Open Source IRC bot.
|
||||
pkgver = 1.8.4
|
||||
pkgver = 1.9.0
|
||||
pkgrel = 1
|
||||
url = http://www.eggheads.org/
|
||||
arch = i686
|
||||
@@ -8,13 +8,14 @@ pkgbase = eggdrop
|
||||
license = GPL2
|
||||
depends = tcl
|
||||
depends = openssl
|
||||
depends = bash
|
||||
backup = etc/eggdrop.conf
|
||||
source = http://ftp.eggheads.org/pub/eggdrop/source/1.8/eggdrop-1.8.4.tar.gz
|
||||
source = http://ftp.eggheads.org/pub/eggdrop/source/1.8/eggdrop-1.8.4.tar.gz.asc
|
||||
source = http://ftp.eggheads.org/pub/eggdrop/source/1.9/eggdrop-1.9.0.tar.gz
|
||||
source = http://ftp.eggheads.org/pub/eggdrop/source/1.9/eggdrop-1.9.0.tar.gz.asc
|
||||
source = dlopen.c
|
||||
source = utf8.patch
|
||||
validpgpkeys = E01C240484DE7DBE190FE141E7667DE1D1A39AFF
|
||||
sha512sums = d08af09dc83045bf89eae957e7817591f16456f83ba3efe6b361fd421a3d4068348543275c26b27b006f09f06344c04cdf58ee4231f1aee0e7537ec39bc24b49
|
||||
sha512sums = e78e220c8207361c6d7bda06be6d0094d747809ff8554fed2ce4a5fb63df1d87f8b82a98d4f0b98909042af8f6719f4a7bf548f864d3d6dfa8caa57b346d32dc
|
||||
sha512sums = SKIP
|
||||
sha512sums = e1d254a6adae76198f7e20729aaff5d01a0947cb07faed560574886c1ce3794242204ec0c2f5905584240b243bf36103fffbb06f4154c022228c1b701a070e5c
|
||||
sha512sums = 7966d4d42994e44a0e571b89f1c66cb41f672d75e6ced7051d1ece23d8c209059c3565b41de950bf9c907701ce7a5e33a215b637587075ed300a002a58eda503
|
||||
|
@@ -5,19 +5,18 @@
|
||||
# Contributor: Mantas Mikulėnas <grawity at gmail.com>
|
||||
|
||||
pkgname=eggdrop
|
||||
pkgver=1.8.4
|
||||
pkgver=1.9.0
|
||||
pkgrel=1
|
||||
pkgdesc="The world's most popular Open Source IRC bot."
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.eggheads.org/"
|
||||
license=('GPL2')
|
||||
depends=('tcl' 'openssl')
|
||||
source=("http://ftp.eggheads.org/pub/$pkgname/source/1.8/$pkgname-$pkgver.tar.gz"
|
||||
"http://ftp.eggheads.org/pub/$pkgname/source/1.8/$pkgname-$pkgver.tar.gz.asc"
|
||||
depends=('tcl' 'openssl' 'bash')
|
||||
source=("http://ftp.eggheads.org/pub/$pkgname/source/1.9/$pkgname-$pkgver.tar.gz"
|
||||
"http://ftp.eggheads.org/pub/$pkgname/source/1.9/$pkgname-$pkgver.tar.gz.asc"
|
||||
'dlopen.c' 'utf8.patch')
|
||||
backup=("etc/$pkgname.conf")
|
||||
#options=('!makeflags')
|
||||
sha512sums=('d08af09dc83045bf89eae957e7817591f16456f83ba3efe6b361fd421a3d4068348543275c26b27b006f09f06344c04cdf58ee4231f1aee0e7537ec39bc24b49'
|
||||
sha512sums=('e78e220c8207361c6d7bda06be6d0094d747809ff8554fed2ce4a5fb63df1d87f8b82a98d4f0b98909042af8f6719f4a7bf548f864d3d6dfa8caa57b346d32dc'
|
||||
'SKIP'
|
||||
'e1d254a6adae76198f7e20729aaff5d01a0947cb07faed560574886c1ce3794242204ec0c2f5905584240b243bf36103fffbb06f4154c022228c1b701a070e5c'
|
||||
'7966d4d42994e44a0e571b89f1c66cb41f672d75e6ced7051d1ece23d8c209059c3565b41de950bf9c907701ce7a5e33a215b637587075ed300a002a58eda503')
|
||||
@@ -50,12 +49,11 @@ check() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
||||
# If this fails, theres a rather good chance something is broken.
|
||||
|
||||
gcc -O2 "$srcdir/dlopen.c" -o dlopen -ldl
|
||||
|
||||
for module in *.so ; do
|
||||
if ! env LD_PRELOAD='' ./dlopen "${module}" ; then
|
||||
error "Sanity check failed: "${module}" cannot be loaded. Proceeding anyway.."
|
||||
echo "Sanity check failed: "${module}" cannot be loaded. Proceeding anyway.."
|
||||
fi
|
||||
done
|
||||
|
||||
|
@@ -1,13 +1,13 @@
|
||||
pkgbase = python-simple-pid
|
||||
pkgdesc = A simple and easy to use PID controller in Python
|
||||
pkgver = 0.2.4
|
||||
pkgver = 1.0.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/m-lundberg/simple-pid
|
||||
arch = any
|
||||
license = MIT
|
||||
makedepends = python-setuptools
|
||||
source = python-simple-pid-0.2.4.tar.gz::https://github.com/m-lundberg/simple-pid/archive/v0.2.4.tar.gz
|
||||
sha256sums = 441150075c846460acd38eeb232bab1ac75194f851237f0459307217e4a57525
|
||||
source = python-simple-pid-1.0.1.tar.gz::https://github.com/m-lundberg/simple-pid/archive/v1.0.1.tar.gz
|
||||
sha256sums = babdf0e355eaf4188860d558d732f2723d0b6586d41f81c8eba8f442a748448a
|
||||
|
||||
pkgname = python-simple-pid
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
pkgname=python-simple-pid
|
||||
_name=${pkgname#python-}
|
||||
pkgver=0.2.4
|
||||
pkgver=1.0.1
|
||||
pkgrel=1
|
||||
pkgdesc="A simple and easy to use PID controller in Python"
|
||||
arch=('any')
|
||||
@@ -11,7 +11,7 @@ license=('MIT')
|
||||
depends=()
|
||||
makedepends=('python-setuptools')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/m-lundberg/$_name/archive/v$pkgver.tar.gz")
|
||||
sha256sums=('441150075c846460acd38eeb232bab1ac75194f851237f0459307217e4a57525')
|
||||
sha256sums=('babdf0e355eaf4188860d558d732f2723d0b6586d41f81c8eba8f442a748448a')
|
||||
|
||||
build() {
|
||||
cd $_name-$pkgver
|
||||
|
@@ -1,16 +1,17 @@
|
||||
pkgbase = victoriametrics
|
||||
pkgdesc = Fast, cost-effective and scalable time series database
|
||||
pkgver = 1.55.1
|
||||
pkgrel = 2
|
||||
pkgver = 1.58.0
|
||||
pkgrel = 1
|
||||
url = https://victoriametrics.github.io
|
||||
arch = x86_64
|
||||
license = Apache
|
||||
makedepends = go
|
||||
depends = glibc
|
||||
backup = etc/default/victoriametrics
|
||||
source = https://github.com/VictoriaMetrics/VictoriaMetrics/archive/v1.55.1.tar.gz
|
||||
source = https://github.com/VictoriaMetrics/VictoriaMetrics/archive/v1.58.0.tar.gz
|
||||
source = victoriametrics.service
|
||||
source = victoriametrics.default
|
||||
sha256sums = 083f38a4f03a5096dfef59c4d56fd50d0435054e0b9e175239d99062394e4fe0
|
||||
sha256sums = 21ea23788ac7b683d9d1f2788de7001699fcf440b0c3d0e877596f5d09143c5f
|
||||
sha256sums = 8b264a0843ef9ed06b144220b5607027014c7af459293eadd0a3ffcbc05251d2
|
||||
sha256sums = 0fc91310e2c3140bd90b2fad62f497d8e7432cf3a2a8ab3a034b45958e01012a
|
||||
|
||||
|
@@ -3,18 +3,19 @@
|
||||
|
||||
pkgname=victoriametrics
|
||||
_capname=VictoriaMetrics
|
||||
pkgver=1.55.1
|
||||
pkgrel=2
|
||||
pkgver=1.58.0
|
||||
pkgrel=1
|
||||
pkgdesc="Fast, cost-effective and scalable time series database"
|
||||
arch=('x86_64')
|
||||
url="https://victoriametrics.github.io"
|
||||
license=('Apache')
|
||||
depends=('glibc')
|
||||
makedepends=('go')
|
||||
backup=('etc/default/victoriametrics')
|
||||
source=("https://github.com/VictoriaMetrics/VictoriaMetrics/archive/v$pkgver.tar.gz"
|
||||
"victoriametrics.service"
|
||||
"victoriametrics.default")
|
||||
sha256sums=('083f38a4f03a5096dfef59c4d56fd50d0435054e0b9e175239d99062394e4fe0'
|
||||
sha256sums=('21ea23788ac7b683d9d1f2788de7001699fcf440b0c3d0e877596f5d09143c5f'
|
||||
'8b264a0843ef9ed06b144220b5607027014c7af459293eadd0a3ffcbc05251d2'
|
||||
'0fc91310e2c3140bd90b2fad62f497d8e7432cf3a2a8ab3a034b45958e01012a')
|
||||
|
||||
|
Reference in New Issue
Block a user