summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Wojdyla2021-05-15 19:30:01 +0200
committerMichal Wojdyla2021-05-15 19:30:01 +0200
commit47ae77b9809bc3e183419130b5cf7ef03c86fa1e (patch)
treeffcaf6b0262be3a1ac691ab8c044ed534370b494
parent7ba99a123e97f249f5c50229d2aae971f89f229a (diff)
downloadaur-pm-utils-debian.tar.gz
bump debian patch
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05c51728dfad..3aa1d4019c9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by makepkg 4.2.0
-# Thu Jan 1 00:34:06 UTC 2015
pkgbase = pm-utils-debian
pkgdesc = Utilities and scripts for suspend and hibernate power management
pkgver = 1.4.1
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = http://pm-utils.freedesktop.org
arch = any
@@ -17,9 +15,9 @@ pkgbase = pm-utils-debian
provides = pm-utils=1.4.1
conflicts = pm-utils
source = http://pm-utils.freedesktop.org/releases/pm-utils-1.4.1.tar.gz
- source = http://ftp.de.debian.org/debian/pool/main/p/pm-utils/pm-utils_1.4.1-15.debian.tar.xz
+ source = http://ftp.de.debian.org/debian/pool/main/p/pm-utils/pm-utils_1.4.1-19.debian.tar.xz
sha512sums = 5bc9479fe75f120aee136befeb24c8d7d85f61410b551177ed61fd1b4ea9cce7989796b067e357ea93b44b4ae9f66311687066f188236c5efdfd3750695a8017
- sha512sums = cfac0d6482003f5c3375816749590dd1653c55bd0579e10f0a8d28163d1b87e72f5cbd7685b71478b5ce7f0fe4e7cd3c232d56d49ef839e1062665cc3c422db7
+ sha512sums = 5164c17da166a916a521a0d983715164d2b8be5e3c9e05fbf79223130bef6f53bd734ff7aa32889feb6df084dad8d31f65aa6bc20cb3b07fa90fa4c068d3ae41
pkgname = pm-utils-debian
diff --git a/PKGBUILD b/PKGBUILD
index cfa4ef91e9b0..686f409c0ea3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
-# Maintainer: Xiao-Long Chen <chenxiaolong@cxl.epac.to>
-# Original Maintainer: Jan de Groot <jgc@archlinux.org>
+# Contributor: Xiao-Long Chen <chenxiaolong@cxl.epac.to>
+# Contributor: Jan de Groot <jgc@archlinux.org>
# Contributor: Thayer Williams <thayer@archlinux.org>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
pkgname=pm-utils-debian
-_debian_rel=15
+_debian_rel=19
pkgver=1.4.1
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Utilities and scripts for suspend and hibernate power management"
arch=(any)
@@ -19,7 +19,7 @@ conflicts=("${pkgname%-*}")
source=("http://pm-utils.freedesktop.org/releases/${pkgname%-*}-${pkgver}.tar.gz"
"http://ftp.de.debian.org/debian/pool/main/${pkgname:0:1}/${pkgname%-*}/${pkgname%-*}_${pkgver}-${_debian_rel}.debian.tar.xz")
sha512sums=('5bc9479fe75f120aee136befeb24c8d7d85f61410b551177ed61fd1b4ea9cce7989796b067e357ea93b44b4ae9f66311687066f188236c5efdfd3750695a8017'
- 'cfac0d6482003f5c3375816749590dd1653c55bd0579e10f0a8d28163d1b87e72f5cbd7685b71478b5ce7f0fe4e7cd3c232d56d49ef839e1062665cc3c422db7')
+ '5164c17da166a916a521a0d983715164d2b8be5e3c9e05fbf79223130bef6f53bd734ff7aa32889feb6df084dad8d31f65aa6bc20cb3b07fa90fa4c068d3ae41')
build() {
cd "${pkgname%-*}-${pkgver}"