aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD18
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31b6ab848dc1..3319be6e8241 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pia-bin
pkgdesc = A tool that aims to help data controllers build and demonstrate compliance to the GDPR. Developped by the French CNIL.
- pkgver = 3.0.2
+ pkgver = 3.0.3
pkgrel = 1
url = https://github.com/LINCnil/pia
arch = x86_64
@@ -8,13 +8,13 @@ pkgbase = pia-bin
depends = fuse
depends = zlib
options = !strip
- source = https://github.com/LINCnil/pia/releases/download/v3.0.2/PIA-3.0.2.AppImage
+ source = https://github.com/LINCnil/pia/releases/download/v3.0.3/PIA-3.0.3.AppImage
source = pia-bin.png::https://github.com/LINCnil/pia/raw/master/src/assets/images/android-chrome-256x256.png
source = pia-bin.desktop
source = https://raw.githubusercontent.com/LINCnil/pia/master/LICENSE
- sha256sums = 9976cd82360da09d7795ed08e6481814049055f2b87bb1501ed92f12997dfda1
+ sha256sums = b9b519f4921b120bcb08645e6da597c7a0589c358f4cbf4beb26a8305e37f0f4
sha256sums = c69048d3e53950378fa716b8845beab746323be33f480708067b13b53d78f7d8
sha256sums = ddf3ff71ceb6be91af9b1856e593fa9bcba05d575beb20d1946d63dd7df51c9e
- sha256sums = 2aeed3ef570983e699930aa8f0192ce61628bd57d940e8461e94e286fbf01165
+ sha256sums = c05b0b2ce84cbc6457148985e2b065be862a441db1788bb036501ac8a741d1e7
pkgname = pia-bin
diff --git a/PKGBUILD b/PKGBUILD
index 72ff588a4120..e5efe870a059 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Julian Flake <flake at uni-koblenz dot de>
+# Maintainer: mistiru <dev at mistiru dot me>
+# Previous Maintainer: Julian Flake <flake at uni-koblenz dot de>
# Previous Maintainer: Thomas Jost <schnouki at schnouki dot net>
pkgname=pia-bin
-pkgver=3.0.2
+pkgver=3.0.3
pkgrel=1
pkgdesc="A tool that aims to help data controllers build and demonstrate compliance to the GDPR. Developped by the French CNIL."
arch=('x86_64')
@@ -11,18 +12,17 @@ license=('GPL')
depends=('fuse' 'zlib')
options=('!strip')
source=("https://github.com/LINCnil/pia/releases/download/v${pkgver}/PIA-${pkgver}.AppImage"
- "pia-bin.png::https://github.com/LINCnil/pia/raw/master/src/assets/images/android-chrome-256x256.png"
- "pia-bin.desktop"
- "https://raw.githubusercontent.com/LINCnil/pia/master/LICENSE"
-)
-sha256sums=('9976cd82360da09d7795ed08e6481814049055f2b87bb1501ed92f12997dfda1'
+ 'pia-bin.png::https://github.com/LINCnil/pia/raw/master/src/assets/images/android-chrome-256x256.png'
+ 'pia-bin.desktop'
+ 'https://raw.githubusercontent.com/LINCnil/pia/master/LICENSE')
+sha256sums=('b9b519f4921b120bcb08645e6da597c7a0589c358f4cbf4beb26a8305e37f0f4'
'c69048d3e53950378fa716b8845beab746323be33f480708067b13b53d78f7d8'
'ddf3ff71ceb6be91af9b1856e593fa9bcba05d575beb20d1946d63dd7df51c9e'
- '2aeed3ef570983e699930aa8f0192ce61628bd57d940e8461e94e286fbf01165'
- )
+ 'c05b0b2ce84cbc6457148985e2b065be862a441db1788bb036501ac8a741d1e7')
package() {
cd "$srcdir"
+
install -Dm644 pia-bin.desktop "$pkgdir/usr/share/applications/pia-bin.desktop"
install -Dm644 pia-bin.png "$pkgdir/usr/share/pixmaps/pia-bin.png"
install -Dm755 "PIA-${pkgver}.AppImage" "$pkgdir/usr/bin/PIA"