summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlfredo Ramos2023-01-01 17:19:27 -0600
committerAlfredo Ramos2023-01-01 17:19:27 -0600
commit6dcc59221bca098c869dafa12f6100b228dfdb89 (patch)
tree63c0224f90f08f2376485d413ead156b1acbbfa0
parent00d49671e696d8a1a76cfb21479d9834c488f083 (diff)
downloadaur-6dcc59221bca098c869dafa12f6100b228dfdb89.tar.gz
Add git configuration files
-rw-r--r--.SRCINFO7
-rw-r--r--.gitattributes3
-rw-r--r--.gitignore6
-rw-r--r--PKGBUILD6
4 files changed, 15 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f13e8f9c37a..134daa2ebf8d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nulloy-git
pkgdesc = A music player with a waveform progress bar. Qt5 development version.
- pkgver = 0.8.2.pre112.0.g7d3a897
- pkgrel = 2
+ pkgver = 0.9.5.11.g97342d8
+ pkgrel = 1
url = http://nulloy.com/
arch = i686
arch = x86_64
@@ -14,10 +14,9 @@ pkgbase = nulloy-git
depends = gst-plugins-ugly
depends = taglib
depends = hicolor-icon-theme
- provides = nulloy=0.8.2.pre112.0.g7d3a897
+ provides = nulloy=0.9.5.11.g97342d8
conflicts = nulloy
source = git+https://github.com/nulloy/nulloy.git
sha512sums = SKIP
pkgname = nulloy-git
-
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 000000000000..b9448e466ccf
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,3 @@
+* text=auto
+.gitignore export-ignore
+.gitattributes export-ignore \ No newline at end of file
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..737b3dfffa1f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+*
+!PKGBUILD
+!*.patch
+!.SRCINFO
+!.gitignore
+!.gitattributes \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index fdf60181d897..73522b489637 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Alfredo Ramos <alfredo dot ramos at yandex dot com>
+# Maintainer: Alfredo Ramos <alfredo.ramos@tutanota.com>
_pkgname=nulloy
pkgname=${_pkgname}-git
-pkgver=0.8.2.pre112.0.g7d3a897
-pkgrel=2
+pkgver=0.9.5.11.g97342d8
+pkgrel=1
pkgdesc='A music player with a waveform progress bar. Qt5 development version.'
arch=('i686' 'x86_64')
url='http://nulloy.com/'