summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
-rw-r--r--tmpwatch.install11
3 files changed, 8 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0b36e818be8..60a88706b2bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
+# Generated by mksrcinfo v8
+# Wed Mar 29 22:19:55 UTC 2017
pkgbase = tmpwatch
pkgdesc = Removes files which haven't been accessed for a period of time
pkgver = 2.11
- pkgrel = 2
- url = http://fedorahosted.org/tmpwatch/
- install = tmpwatch.install
+ pkgrel = 3
+ url = https://pagure.io/tmpwatch
arch = i686
arch = x86_64
license = GPL2
depends = glibc
- source = https://fedorahosted.org/releases/t/m/tmpwatch/tmpwatch-2.11.tar.bz2
+ source = https://releases.pagure.org/tmpwatch/tmpwatch-2.11.tar.bz2
sha256sums = 93168112b2515bc4c7117e8113b8d91e06b79550d2194d62a0c174fe6c2aa8d4
pkgname = tmpwatch
diff --git a/PKGBUILD b/PKGBUILD
index 971aae6ef5f0..1b9f5b688e0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,13 @@
# Contributor: Daniele Paolella <dp@hostess-promoter.com>
pkgname=tmpwatch
pkgver=2.11
-pkgrel=2
+pkgrel=3
pkgdesc="Removes files which haven't been accessed for a period of time"
arch=('i686' 'x86_64')
-url="http://fedorahosted.org/tmpwatch/"
+url="https://pagure.io/tmpwatch"
license=('GPL2')
depends=('glibc')
-install=${pkgname}.install
-source=("https://fedorahosted.org/releases/t/m/tmpwatch/tmpwatch-$pkgver.tar.bz2")
+source=("https://releases.pagure.org/$pkgname/$pkgname-$pkgver.tar.bz2")
sha256sums=('93168112b2515bc4c7117e8113b8d91e06b79550d2194d62a0c174fe6c2aa8d4')
build() {
diff --git a/tmpwatch.install b/tmpwatch.install
deleted file mode 100644
index 234a547f0dfd..000000000000
--- a/tmpwatch.install
+++ /dev/null
@@ -1,11 +0,0 @@
-
-post_upgrade() {
- cat << _EOF
-
-* IMPORTANT: Location of the tmpwatch binary has changed
-* from /usr/sbin to /usr/bin -- be sure to update any
-* scripts or cron jobs.
-
-_EOF
-}
-