summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Grunbaum2023-07-23 09:00:44 +0000
committerJoel Grunbaum2023-07-23 09:03:21 +0000
commit59378901cd5eaf5bfa70e0c4b208cd57ff72bcad (patch)
treefb05bcd8c8814f6d9b2dd665965e51d1dbabd85c
parentea170f4ff20f9fcd61b1ff8636134d3eafddcae2 (diff)
downloadaur-59378901cd5eaf5bfa70e0c4b208cd57ff72bcad.tar.gz
Updated .gitignore for updater sctipt
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD2
-rwxr-xr-xupdate.sh4
4 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ad115bbd5e8..0419461545cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = plexamp-appimage
pkgdesc = Modern music client for Plex
pkgver = 4.8.0
- pkgrel = 1
+ pkgrel = 2
url = https://plexamp.com
arch = x86_64
provides = plexamp
diff --git a/.gitignore b/.gitignore
index 018a3de08144..8d6598342ef3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
!PKGBUILD
!.SRCINFO
!.gitignore
+!update.sh
diff --git a/PKGBUILD b/PKGBUILD
index d67f3e463a2d..d190e476bb60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=plexamp-appimage
pkgver=4.8.0
-pkgrel=1
+pkgrel=2
pkgdesc="Modern music client for Plex"
provides=('plexamp')
conflicts=('plexamp')
diff --git a/update.sh b/update.sh
index c7ea76d48731..2aace27f8dc7 100755
--- a/update.sh
+++ b/update.sh
@@ -17,5 +17,5 @@ echo "Press enter to continue"
read
makepkg --printsrcinfo > .SRCINFO
git add .SRCINFO PKGBUILD
-#git commit -m "Updated to $NEWVER"
-#git push
+git commit -m "Updated to $NEWVER"
+git push