summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1aa0eed..6d1962d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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.1
+ pkgver = 0.2
pkgrel = 1
url = https://git.seppia.net/repofish.git
arch = any
@@ -10,8 +10,8 @@ pkgbase = repofish
depends = jq
provides = repofish
conflicts = repofish,repofish
- source = https://git.seppia.net/repofish.git/snapshot/repofish-0.1.tar.gz
- sha256sums = 6043e48e168bf741c915ec5e9e870791e03b7021d54b6cb8c837c692d93f93c5
+ source = https://git.seppia.net/repofish.git/snapshot/repofish-0.2.tar.gz
+ sha256sums = 844027e44fc43928637fff4e6609baacdbe01f6db8ed3761765fc544f04562f2
pkgname = repofish
diff --git a/PKGBUILD b/PKGBUILD
index 812ccb8..60c26ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Seppia <seppia@seppio.fish>
pkgname=repofish
-pkgver=0.1
+pkgver=0.2
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,9 +15,9 @@ backup=()
options=()
install=
source=("https://git.seppia.net/repofish.git/snapshot/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('6043e48e168bf741c915ec5e9e870791e03b7021d54b6cb8c837c692d93f93c5')
+sha256sums=('844027e44fc43928637fff4e6609baacdbe01f6db8ed3761765fc544f04562f2')
package() {
cd "$srcdir/${pkgname}-${pkgver}"
- install -D repo.sh $pkgdir/usr/bin/repofish
+ install -D $pkgname $pkgdir/usr/bin/$pkgname
}