diff options
author | Seppia <seppia@seppia.net> | 2018-06-18 12:25:44 +0200 |
---|---|---|
committer | Seppia <seppia@seppia.net> | 2018-06-18 12:25:44 +0200 |
commit | dfe4bc55f6bf8fcd56d99d50035f611b2e563edc (patch) | |
tree | ec245eccae1e41de5b9c40f32d493ac526253fe6 | |
parent | cc0b613cacf619c72c216f92bd345a3765822939 (diff) | |
download | repofish-master.tar.gz repofish-master.tar.bz2 repofish-master.zip |
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = repofish pkgdesc = My friends told me to make available this script I wrote to manage my local archlinux repo and AUR packages, so here it is. - pkgver = 0.3 + pkgver = 0.3.1 pkgrel = 1 url = https://git.seppia.net/repofish.git arch = any @@ -10,8 +10,8 @@ pkgbase = repofish depends = jq provides = repofish conflicts = repofish-git - source = https://git.seppia.net/repofish.git/snapshot/repofish-0.3.tar.gz - sha256sums = f797fd06f8fbe71d3d392c882b3f49187fea6cdd618484945c7b0d38aaa27715 + source = https://git.seppia.net/repofish.git/snapshot/repofish-0.3.1.tar.gz + sha256sums = 695a1e50fe04b7e58db60c101757621c5f699929a815fb5688fb461c90718105 pkgname = repofish @@ -1,6 +1,6 @@ # Maintainer: Seppia <seppia@seppio.fish> pkgname=repofish -pkgver=0.3 +pkgver=0.3.1 pkgrel=1 pkgdesc="My friends told me to make available this script I wrote to manage my local archlinux repo and AUR packages, so here it is." arch=('any') @@ -15,7 +15,7 @@ backup=() options=() install= source=("https://git.seppia.net/repofish.git/snapshot/${pkgname}-${pkgver}.tar.gz") -sha256sums=('f797fd06f8fbe71d3d392c882b3f49187fea6cdd618484945c7b0d38aaa27715') +sha256sums=('695a1e50fe04b7e58db60c101757621c5f699929a815fb5688fb461c90718105') package() { cd "$srcdir/${pkgname}-${pkgver}" |