diff --git a/.SRCINFO b/.SRCINFO index 9c8a259..6395c17 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,8 +1,9 @@ pkgbase = aurutils pkgdesc = helper tools for the arch user repository pkgver = 3.1.2 - pkgrel = 1 + pkgrel = 2 url = https://github.com/AladW/aurutils + install = aurutils.install changelog = aurutils.changelog arch = any license = custom:ISC diff --git a/PKGBUILD b/PKGBUILD index 93ad4b7..11e2929 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Alad Wenter pkgname=aurutils pkgver=3.1.2 -pkgrel=1 +pkgrel=2 pkgdesc='helper tools for the arch user repository' url='https://github.com/AladW/aurutils' arch=('any') @@ -10,6 +10,7 @@ source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz" "$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.signify" 'aurutils.pub') changelog=aurutils.changelog +install=aurutils.install sha256sums=('86a80ae8327aeeb4932c7709767b2be5fae19281a5bcc78b2b10197e97c32afb' 'SKIP' 'a2c32b0dba4da40b83ff31cce48a00faed5ed2f663c060a865d31caeb1e4ed39')