summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--bgbillingclient.install2
3 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a72eeae41ac9..6575a5fb6652 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Jan 10 12:59:41 UTC 2019
+# Thu Jan 10 13:02:29 UTC 2019
pkgbase = bgbillingclient72
pkgdesc = Client runner for billing system BGBilling 7.2
pkgver = 7.2.1901091804
- pkgrel = 1
+ pkgrel = 2
url = http://bgbilling.ru
install = bgbillingclient.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 4f1b06217712..ae366a62f04b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dmitry Barker Medvedev <dimon@bitel.ru>
pkgname=bgbillingclient72
pkgver=7.2.1901091804
-pkgrel=1
+pkgrel=2
pkgdesc='Client runner for billing system BGBilling 7.2'
arch=('i686' 'x86_64')
url='http://bgbilling.ru'
diff --git a/bgbillingclient.install b/bgbillingclient.install
index 1d16158932cd..5118b29dc7fc 100644
--- a/bgbillingclient.install
+++ b/bgbillingclient.install
@@ -1,8 +1,10 @@
# arg 1: the new package version
post_install() {
+ echo
}
# arg 1: the new package version
# arg 2: the old package version
post_upgrade() {
+ echo
}