summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfordprefect2024-03-15 10:19:05 +0100
committerfordprefect2024-03-15 10:19:05 +0100
commitbff1949e57850bcb8baa6aa8b07e9e9dfa624829 (patch)
treee74ec36331e980f04b2516eb94fa2ee1d3888e14
parent194135f5d4987a7cbb095996dcb6a4db29449545 (diff)
downloadaur-privatebin.tar.gz
1.7.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index def85c413e02..d69eb1da5e2c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = privatebin
pkgdesc = a minimalist, open source online pastebin where the server has zero knowledge of pasted data
- pkgver = 1.7.0
+ pkgver = 1.7.1
pkgrel = 1
url = https://privatebin.info
arch = any
@@ -8,7 +8,7 @@ pkgbase = privatebin
depends = php
depends = php-gd
options = emptydirs
- source = privatebin-1.7.0.tar.gz::https://github.com/PrivateBin/PrivateBin/archive/1.7.0.tar.gz
- md5sums = d1883925e4c73e8950e336ccb72798a0
+ source = privatebin-1.7.1.tar.gz::https://github.com/PrivateBin/PrivateBin/archive/1.7.1.tar.gz
+ md5sums = db62eb947fae29c33c85bb0d642abd20
pkgname = privatebin
diff --git a/PKGBUILD b/PKGBUILD
index 19a2c8368415..cfdaf5e203b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=privatebin
-pkgver=1.7.0
+pkgver=1.7.1
pkgrel=1
pkgdesc="a minimalist, open source online pastebin where the server has zero knowledge of pasted data"
url='https://privatebin.info'
@@ -8,7 +8,7 @@ license=("zlib")
depends=("php" "php-gd")
options=("emptydirs")
source=("$pkgname-$pkgver.tar.gz::https://github.com/PrivateBin/PrivateBin/archive/$pkgver.tar.gz")
-md5sums=('d1883925e4c73e8950e336ccb72798a0')
+md5sums=('db62eb947fae29c33c85bb0d642abd20')
package(){
cd PrivateBin-$pkgver