summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Yantarev2017-05-24 17:02:45 +0300
committerDenis Yantarev2017-05-24 17:02:45 +0300
commit496bd52d03533f0f75a9fd21cef44b0c567c32f9 (patch)
treee1eb70baaee8c6b6833a08443c6321e457a82b8e
parente9757a8df605ed08646f90d925757dfa019f2cee (diff)
downloadaur-496bd52d03533f0f75a9fd21cef44b0c567c32f9.tar.gz
Updated to 1.8.24
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02bdd25ff380..0e50f89a3231 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = start-stop-daemon
pkgdesc = Start and stop system daemon programs
- pkgver = 1.18.23
+ pkgver = 1.18.24
pkgrel = 1
url = https://packages.debian.org/source/sid/dpkg
arch = i686
arch = x86_64
license = GPL2
depends = glibc
- source = http://http.debian.net/debian/pool/main/d/dpkg/dpkg_1.18.23.tar.xz
- md5sums = 2195338c1792b0678575309a099d2da8
+ source = http://http.debian.net/debian/pool/main/d/dpkg/dpkg_1.18.24.tar.xz
+ md5sums = 02e8af8faf1e689228da806c3e8c6882
pkgname = start-stop-daemon
diff --git a/PKGBUILD b/PKGBUILD
index 1697c197d62b..bdf00941877e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Vladimir Koshelenko <koshelenko@rndavia.ru>
pkgname=start-stop-daemon
-pkgver=1.18.23
+pkgver=1.18.24
pkgrel=1
pkgdesc='Start and stop system daemon programs'
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('GPL2')
url='https://packages.debian.org/source/sid/dpkg'
depends=('glibc')
source=("http://http.debian.net/debian/pool/main/d/dpkg/dpkg_$pkgver.tar.xz")
-md5sums=('2195338c1792b0678575309a099d2da8')
+md5sums=('02e8af8faf1e689228da806c3e8c6882')
build() {
cd dpkg-$pkgver