summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfordprefect2019-09-19 13:07:36 +0200
committerfordprefect2019-09-19 13:07:36 +0200
commitfe4c7b2fddd686249ffafefa1e9d5d69034ba598 (patch)
treecfaed26c399b2fa35fe5d1e68b381820d0bf009f
parent6b2cb6bc7bb4b23b05bb95261c0a72d41a431917 (diff)
downloadaur-fe4c7b2fddd686249ffafefa1e9d5d69034ba598.tar.gz
1.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9f6b40a109c..dbe092197ee3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Aug 19 11:50:57 UTC 2018
+# Thu Sep 19 11:07:31 UTC 2019
pkgbase = privatebin
pkgdesc = a minimalist, open source online pastebin where the server has zero knowledge of pasted data
- pkgver = 1.2.1
+ pkgver = 1.3
pkgrel = 1
url = https://privatebin.info
arch = any
@@ -10,10 +10,10 @@ pkgbase = privatebin
depends = php
depends = php-gd
options = emptydirs
- source = privatebin-1.2.1.tar.gz::https://github.com/PrivateBin/PrivateBin/archive/1.2.1.tar.gz
+ source = privatebin-1.3.tar.gz::https://github.com/PrivateBin/PrivateBin/archive/1.3.tar.gz
source = config.patch
- md5sums = 8a481d83f43a421f56f147b90488a7b7
- md5sums = 714f59731b65989547fd590fa321811b
+ md5sums = c986d2152c06304b22694f514a1ad43b
+ md5sums = 912b477a3d0c7505111bbe17c3901f4a
pkgname = privatebin
diff --git a/PKGBUILD b/PKGBUILD
index 521338701147..73bc7e4ee06b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=privatebin
-pkgver=1.2.1
+pkgver=1.3
pkgrel=1
pkgdesc="a minimalist, open source online pastebin where the server has zero knowledge of pasted data"
url='https://privatebin.info'
@@ -9,7 +9,7 @@ depends=("php" "php-gd")
options=("emptydirs")
source=("$pkgname-$pkgver.tar.gz::https://github.com/PrivateBin/PrivateBin/archive/$pkgver.tar.gz"
"config.patch")
-md5sums=('8a481d83f43a421f56f147b90488a7b7'
+md5sums=('c986d2152c06304b22694f514a1ad43b'
'912b477a3d0c7505111bbe17c3901f4a')
prepare(){