summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-07-04 12:13:12 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-07-04 12:13:12 -0300
commit2d71292ee6ddd4970f593975fd652be1d820f92c (patch)
tree82377d0e84fc4a0a04066d4733dae49484a5225a /core
parentd734cc3a77cdc6960cbd72f3f8c680612342f24d (diff)
parent067b127a853780b2b4ae7236dcdaaf72396dfa86 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: libre/icecat/PKGBUILD multilib/lib32-v4l-utils/PKGBUILD multilib/nspluginwrapper/PKGBUILD testing/libreoffice/PKGBUILD
Diffstat (limited to 'core')
-rw-r--r--core/cronie/PKGBUILD12
-rw-r--r--core/sqlite3/PKGBUILD10
2 files changed, 9 insertions, 13 deletions
diff --git a/core/cronie/PKGBUILD b/core/cronie/PKGBUILD
index 6d450f7ab..c23101c6f 100644
--- a/core/cronie/PKGBUILD
+++ b/core/cronie/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
pkgname='cronie'
-pkgver=1.4.7
-pkgrel=9
+pkgver=1.4.8
+pkgrel=1
pkgdesc='Daemon that runs specified programs at scheduled times and related tools'
url='https://fedorahosted.org/cronie/'
license=('custom:BSD')
@@ -13,17 +13,14 @@ optdepends=('smtp-server: sending cron job output via email')
source=("https://fedorahosted.org/releases/c/r/${pkgname}/${pkgname}-${pkgver}.tar.gz"
'cron.deny'
- 'crontab'
'pam.d'
'rc.d')
-sha1sums=('c6644ba0e58bcb14e0bb3f925e3e8cc3f0d47a7f'
+sha1sums=('1d2ce3a6ca2a6f96ff31921e4060be3199dc10f3'
'0f279b8fb820340267d578dc85511c980715f91e'
- '4059bc4ccb75f08b0d4970940799e5d9722b339f'
'5eff7fb31f6bc0a924243ff046704726cf20c221'
'c08c040ed5cb12bc4fd15639a5242d31ec247ef5')
-backup=('etc/crontab'
- 'etc/anacrontab'
+backup=('etc/anacrontab'
'etc/conf.d/crond'
'etc/pam.d/crond'
'etc/cron.deny')
@@ -57,7 +54,6 @@ package() {
install -Dm755 ../rc.d "${pkgdir}"/etc/rc.d/crond
install -Dm644 ../pam.d "${pkgdir}"/etc/pam.d/crond
- install -Dm644 ../crontab "${pkgdir}"/etc/crontab
install -Dm644 ../cron.deny "${pkgdir}"/etc/cron.deny
install -Dm644 crond.sysconfig "${pkgdir}"/etc/conf.d/crond
install -Dm644 contrib/0hourly "${pkgdir}"/etc/cron.d/0hourly
diff --git a/core/sqlite3/PKGBUILD b/core/sqlite3/PKGBUILD
index f465c167a..581716a22 100644
--- a/core/sqlite3/PKGBUILD
+++ b/core/sqlite3/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 124333 2011-05-19 19:31:27Z andyrtr $
+# $Id: PKGBUILD 130058 2011-07-01 19:36:29Z andyrtr $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgbase="sqlite3"
pkgname=('sqlite3' 'sqlite3-tcl' 'sqlite3-doc')
-_amalgamationver=3070603
+_amalgamationver=3070701
_amalgamationver2=${_amalgamationver/00/}
-_docver=3070600
+_docver=${_amalgamationver} #3070700
pkgver=${_amalgamationver2//0/.}
pkgrel=1
pkgdesc="A C library that implements an SQL database engine"
@@ -20,8 +20,8 @@ source=( # tarball containing the amalgamation for SQLite 3.7.5 together with a
http://www.sqlite.org/sqlite-doc-${_docver}.zip
license.txt)
options=('!libtool' '!emptydirs')
-md5sums=('7eb41eea5ffa5cbe359a48629084c425'
- '1c9b9da6f98f1da2d8958254662c393c'
+md5sums=('554026fe7fac47b1cf61c18d5fe43419'
+ '2bca5613abf9352bc525b6a8fd80156e'
'c1cdbc5544034d9012e421e75a5e4890')
build() {